body
{
	color:			#676767;
	background:		url('/img/fondo.jpg') no-repeat center 5em fixed;
	background-size: 75%;
	font-family:	'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color:			#ab1e1e;
	font-family:	'Raleway', sans-serif;
}

h2
{
	font-size: 3em;
}

h3
{
	font-size:	2em;
}

img
{
	border: 0;
}

a
{
	outline:	none;
	color:		#ab1e1e;
}

p
{
	text-align: justify;
}

.text-center p
{
	text-align: center;
}

span
{
	display: inline-block;
}

a:hover,
a:focus
{
	color:		#9b0e0e;
}

ul
{
	list-style: none;
	margin:		0;
	padding:	0;
}

li
{
	margin: 0;
	padding: 0;
}

.title
{
	text-align: center;
	margin-top:	5em;
}

.title h2
{
	color:			#ab1e1e;
	font-weight:	100;
}

.title h3
{
	font-weight:	bold;
	color:			#555;
}

.title p
{
	margin:		1em auto 3em auto;
    text-align:	justify;
    font-size:	1.2em;
	width:		95%;
}

.fullWidth
{
   width:		100%;
   margin-left: auto;
   margin-right:auto;
   max-width:	100%;
}

.contain-to-grid
{
	background: transparent;
}

.orbit-container
{
	top:			-70px;
    margin-bottom:	-70px;
}

.orbit-bullets-container
{
	position:		relative;
	top:			-45px;
    margin-bottom:	-45px;
	z-index:		999;
}

.orbit-bullets li.active
{
	background:	#ab1e1e;
}

#cabecera
{
	position:	relative;
	z-index:	1000;
	width:		100%;
}

#cabecera .sticky
{
	background: #FFF;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
	padding:	0.75em 0;
}

#cabecera h1 span.gris
{
	color: #777;
}

.top-bar
{
	background: transparent;
}

.top-bar .right li,
.top-bar-section li:not(.has-form) a:not(.button)
{
	background: transparent;
	color:		#676767;
}

.top-bar .right a
{
	font-weight:	500;
}

.top-bar .name
{
	margin: 0 100px 0 0;
}

.top-bar .name h1
{
	line-height:	normal;
    display:		table-cell;
    height:			45px;
    vertical-align: middle;
}

.top-bar .name h1 a
{
	color:			#ab1e1e;
	font-family:	'Raleway', sans-serif;
	font-size:		1em;
	display:		inline-block;
}

.top-bar-section li:not(.has-form) a:hover:not(.button)
{
	background: transparent;
}

.top-bar-section ul li:hover:not(.has-form) > a
{
    color: #ab1e1e;
}

.top-bar-section ul li > a
{
	font-size:		1em;
	font-family:	'Raleway', sans-serif;
}

.detalles
{
	display:	none;
	width:		670px;
}

.detalles img
{
	float: left;
    width: 300px;
}

.detalles ul
{
	float:		left;
    max-width:	300px;
    text-align: justify;
	margin-left: 2em;
	line-height: 2em;
}

.detalles > ul > li
{
	display: inline-block;
}

.detalles > ul > li > span
{
	font-size:	1.3em;
	color:		#AB1E1E;
}

.detalles ul ul
{
	list-style: circle;
}

.detalles a
{
	position: relative;
	z-index: 10000;
}

.fancybox-inner
{
	width:	auto !important;
	height: auto !important;
}

.separador
{
	text-align: center;
	background: url('/img/notaria_03.jpg') no-repeat fixed center top;
	background-size: auto 100%;
	color:		#FFF;
	position:	relative;
	margin-top:	5em;
}

.separador p
{
	text-align: center;
	font-size: 1.25em;
}

body .separador_2
{
	background: url('/img/notaria_02.jpg') no-repeat fixed center top;
	background-size: auto 100%;
}

body .separador_3
{
	background: url('/img/notaria_01.jpg') no-repeat fixed center top;
	background-size: auto 100%;
}

.separador .oscuridad
{
	background: rgba(171, 20, 20, 0.7);
	width:		100%;
	height:		100%;
	position:	absolute;
	top:		0;
}

.separador .contenido
{
	position:	relative;
	padding:	4em 0;
	text-align: center;
}

.separador h3
{
	color:	#FFF;
}

.separador a
{
	background: rgba(255, 255, 255, 0.7);
	padding:	1em 3em;
	margin-top: 1em;
	display:	inline-block;
}

.separador a:hover
{
	background: rgba(0, 0, 0, 0.5);
	color:		#FFF;
}

#la_notaria
{
	text-align: center;
}

#la_notaria ul
{
	display: inline-block;
	width:	100%;
}

#la_notaria li
{
	padding: 0;
}

#la_notaria img
{
	width: 100%;
}

#que_hacemos p:nth-child(2)
{
	background:		url('/img/notario_europa.png') no-repeat left center;
	padding-left:	150px;
	padding-bottom:	1em;
}

#que_hacemos > ul
{
	background:		url('/img/sello_150x150.png') no-repeat 500px 130px;
	list-style:		disc;
}

#que_hacemos > ul li
{
	margin-left: 30px;
}

.espaciado_horizontal
{
	padding: 0 1em;
}

.hovicon
{
	background:		none repeat scroll 0 0 #AB1E1E;
    border-radius:	50%;
    color:			#FFFFFF;
    display:		inline-block;
    font-family:	FontAwesome;
    line-height:	2.5em;
    width:			2.5em;
	font-size:		2.5em;
}

[class*="column"] + [class*="column"]:last-child
{
    float: left;
}

#map
{
	width: 100%;
	height: 450px;
	margin: 4em 0;
}

#map img
{
	max-width: none;
}

#pie
{
	background: #555;
  color:		#FFF;
  padding:	1em 0 3em 0;
  line-height: 1.5em;
	position:	fixed;
	bottom:		0;
	width:		100%;
}

#pie a
{
	color: #FB6E61;
}

#pie span.fa
{
	color:			#fb6e61;
	vertical-align: bottom;
}

label
{
	font-size: 1em;
}

label small,
.error > label > small
{
	font-size:	80%;
	color:		#ab1e1e;
	margin-left: 0.75em;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error
{
	background: #ab1e1e;
	font-style: normal;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error
{
	font-size: 0.9em;
}

.name-field.error
{
	color:	#ab1e1e;
}

button,
.button
{
    background:	#ab1e1e;
	color:		#FFF;
}

button:hover, button:focus, .button:hover, .button:focus
{
    background: #FB6E61;
	color:		#555;
}

button[disabled],
button[disabled]:hover,
button[disabled]:focus
{
  background: #DDD;
}

.lpd label
{
  display: inline-block;
}

.lpd label input[type='checkbox']
{
  margin-right: 0.5em;
}

#result_page
{
	background: rgba(171, 20, 20, 0.698);
    padding:	2em 0;
	margin:		1em 0;
    color:		#FFF;
}

#result_page h3
{
    color:	#FFF;
}

.contactos h3
{
	font-size: 2em;
}

.contactos .title
{
	margin-top: 0;
}

.infobox
{
	padding:	3em 4em 4em;
	text-align: center;
}

.infobox h3
{
	font-size: 1.75em;
}

.infobox p
{
	font-size: 1.2em;
}

.contactos .columns
{
	padding:		0;
	margin-bottom:	3em;
}

.contactos .columns p
{
	font-size: 0.9em;
}

@media only screen
{
	.formulario_contacto button
	{
		margin-bottom: 140px;
    margin-left: 1em;
	}

	#pie
	{
		height:	140px;
	}
}

@media only screen and (min-width: 34.063em)
{
	.top-bar .name
	{
		margin: 0;
	}

	.formulario_contacto button
	{
		margin-bottom: 102.5px;
	}

	#pie
	{
		height:	102.5px;
	}

	.top-bar-section ul li
	{
		float: left;
	}
}

@media only screen and (min-width: 40.063em)
{
	#cabecera
	{
		top:	35px;
	}

	.top-bar .toggle-topbar
	{
		display: none;
	}

	.top-bar-section ul
	{
		font-size: 12px;
	}

	.top-bar-section li:not(.has-form) a:not(.button)
	{
		line-height:	47px;
		padding:		0 12px;
	}
}

@media only screen and (min-width: 54.063em)
{
	.contain-to-grid .top-bar
	{
		max-width: 54.063em;
	}

	.top-bar-section ul
	{
		font-size: 15px;
	}

	.top-bar-section li:not(.has-form) a:not(.button)
	{
		line-height:	45px;
		padding:		0 15px;
	}
}

@media only screen and (min-width: 64.063em)
{
	.top-bar .name h1 a
	{
		font-size:		1.5em;
	}
}

dl
{
	display:	inline-block;
	background: rgba(255, 255, 255, 0.6);
	padding:	1em;
	box-shadow: 0 0 1px 0 #AB1E1E;
	margin:		1em 0.2em 0.2em;
}

dt,
dd
{
	float: left;
}

dt
{
	clear:			left;
	width:			9em;
	text-align:		right;
	margin-right:	0.5em;
}

dd
{
	clear: right;
}

#contacto
{
	margin: 1em auto 4em auto;
}

#contacto .horarios
{
	margin-top: 2em;
}

#contacto legend
{
	font-weight: bold;
	margin:		1em 0;
	font-size:	0.95em;
}

#contacto dl
{
	margin:		0.5em;
	box-shadow: 0 0 2px 1px rgba(171, 30, 30, 0.5);
}

#contacto dt
{
	font-weight: normal;
}

.fancybox-nav
{
	width: 30px;
}

#quienes_somos > h3
{
	margin: 2em 0 1em;
}

#quienes_somos li
{
	margin-bottom: 2em;
}

#quienes_somos span
{
	font-size:	0.95em;
	display:	block;
}

#quienes_somos a:not(.fancybox)
{
	font-size:	0.9em;
}

#galeria ul
{
    padding: 0 0 0.5em 0.5em;
    background: #FFF;
    display: inline-block;
}

#galeria li
{
	padding: 0.5em 0.5em 0 0;
}
