/* =RESET */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img { margin: 0; padding: 0; border: 0; }
ul,ol { list-style: none; }

/* =CLEARFIX */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
* html .clearfix { height:1px; }
.clearfix {zoom:1;}

/* =GENERAL */
.left { float: left; display: inline; }
.right {float: right; display: inline; }
.center { text-align: center !important; }

body {
	background: #B20E12 url(../images/css-img/bg.jpg) repeat-x;
	text-align: center;
	font: 100.1% arial, verdana, helvetica, sans-serif;
	position: relative;
}

div#wrap {
	width: 770px;
	margin: 0 auto;
	font-size: 76%;
	position: relative;
}

/* =head */
div#head {
	width: 770px;
	height: 274px;
}

	div.head_1 { background: url(../images/css-img/cabeceras/head_1.jpg) no-repeat; }
	div.head_2 { background: url(../images/css-img/cabeceras/head_2.jpg) no-repeat; }
	div.head_3 { background: url(../images/css-img/cabeceras/head_3.jpg) no-repeat; }
	div.head_4 { background: url(../images/css-img/cabeceras/head_4.jpg) no-repeat; }

	div#head h1 {
		text-indent: -3000px;
	}
	
img#logo {
	position: absolute;
	top: 11px;
	left: 49px;
}

ul#idiomas {
	position: absolute;
	top: 10px;
	right: 0;
}

	ul#idiomas li {
		display: inline;
		float: left;
		margin-right: 25px;
	}
		
	ul#idiomas li a {
		padding: 1px 0 0 26px;
		height: 18px;
		color: #F5E2E2;
		font: bold 90% verdana,sans-serif;
		text-decoration: none;
	}
	
	ul#idiomas li a:hover {
		text-decoration: underline;
	}
	
	ul#idiomas li.en { background: url(../images/css-img/banderas/en.jpg) no-repeat; }
	ul#idiomas li.es { background: url(../images/css-img/banderas/es.jpg) no-repeat; }


/* =main */
div#main {
	background: #fff url(../images/css-img/main.jpg) repeat-y;
}

div#sidebar {
	margin-left: 14px;
	width: 234px;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

div#nav {
	background: url(../images/css-img/menu.jpg) repeat-y;
}

ul#menu {
	position: relative;
	top: -35px;
	left: 0;
	background: url(../images/css-img/menu_bottom.jpg) no-repeat bottom;
	padding-bottom: 15px;
	text-align: left;
}

	ul#menu li {
		margin: 0 10px 15px 20px;
	}
	
		ul#menu li a {
			color: #fff;
			font-weight: bold;
			padding-left: 20px;
			background: url(../images/css-img/list.jpg) no-repeat;
		}
		
		ul#menu li a:hover, ul#menu li.actual a {
			background: url(../images/css-img/list_tick.jpg) no-repeat;
		}
		
		ul#menu li.actual a {
			background: url(../images/css-img/list_actual.jpg) no-repeat;
			color: #E83030;
			text-decoration: none;
		}
		
div#ultimas_noticias {
	background-color: #fff;
	height: 200px;
	position: relative;
	top: -35px;
	left: 0;
	padding-top: 20px;
	text-align: left;
	color: #333;
}

	div#ultimas_noticias h2 {
		height: 38px;
		background: url(../images/css-img/ultimas_noticias_titulo.jpg) no-repeat;
		font-size: 110%;
		color: #fff;
		text-indent: 50px;
		padding-top: 9px;
	}
	
	div#ultimas_noticias p {
		line-height: 150%;
	}
	
/* Scroller Box */
#scroller_container {
 position: relative;
 /* overflow: hidden; */
 background: url(../images/css-img/ultimas_noticias_bg.jpg) repeat-y;
 margin: -9px 0 0 0;
 font: 90% verdana,sans-serif;
}

#scroller p {
 padding: 0;
}

div#ultimas_noticias a {
	color: #B20F14;
	font-weight: bold;
}

div#scroller {
	margin-left: 20px;
	width: 200px;
}

	div#scroller h3 {
		padding: 15px 0 5px !important;
		font-size: 100%;
		margin-top: 5px;
	}
/* Scoller Box */

p#mas_noticias {
	height: 28px;
	background: url(../images/css-img/ultimas_noticias_inf.jpg) no-repeat bottom;
	font: 90% verdana,sans-serif;
	padding: 7px 25px 0;
	text-align: center;
}
	
	p#mas_noticias a {
		color: #B20F14;
		font-weight: bold;
	}

div.content {
	float: right;
	width: 470px;
	display: inline;
	margin-right: 30px;
	font: 90% verdana, sans-serif;
	background: url(../images/css-img/content_bg.jpg) no-repeat 245px top;
	padding-bottom: 25px;
	color: #333;
}

	div.content h2 {
		width: 470px;
		height: 38px;
		background: url(../images/css-img/titulo_seccion.jpg) no-repeat;
		color: #fff;
		text-align: left;
		text-indent: 40px;
		padding-top: 6px;
		margin-left: -5px;
		font: bold 165% arial,sans-serif;
	}
	
	div.content h3 {
		font: bold 120% arial,sans-serif;
		margin: 25px 0 0;
		text-align: left;
		color: #B20F14;
	}

	div.content p {
		text-align: left;
		margin-top: 10px;
		line-height: 175%;
		margin-right: 10px;
	}
	
	div.content a {
		color: #B20F14;
		font-weight: bold;
	}
	
	div.content ul li {
		text-align: left;
		margin: 10px 0 10px 15px;
		list-style-type: square;
		list-style-position: inside;
		line-height: 175%;
	}
	
div#notary h2, div#tax h2, div#personal h2, div#car h2 { margin-bottom: -15px; }

div#contact { background: none; }

img.seccion {
	margin-top: 15px;
	margin-bottom: -15px;
}

/* =home */
p.yes_we_can {
	font: bold 250% arial,sans-serif;
	text-align: center !important;
	color: #E83030;
}

img.foto_grande {
	margin-top: 20px;
}

/* =news */
form#filtro fieldset {
	border: 1px solid #E83030;
	padding: 0 25px 15px;
	text-align: left;
	margin: 10px 15px 0 5px;
}


form#filtro legend {
	font: bold 110% arial,sans-serif;
	color: #E83030;
	padding: 0 10px;
	margin-left: -10px;
	text-transform: uppercase;
}

form#filtro label {
	font-weight: bold;
	color: #E83030;
	display: block;
}

form#filtro select {
	font: 100% verdana,sans-serif;
	margin-right: 15px;
}

form#filtro input.submit {
	font: bold 100% verdana,sans-serif;
	margin-left: 10px;
	margin-top: 15px;
}

div.resumen_noticia {
	border-bottom: 1px dashed #aaa;
	padding-bottom: 25px;
}

img.foto {
	float: right;
	margin: 10px;
	padding: 2px;
	background-color: #FEE1E5;
	border: 1px solid #B20F14;
}

p.nav_news a {
	margin-right: 15px;
}

/* =contacto */
iframe#map {
	border: 1px solid #ccc;
	padding: 5px;
	*padding-bottom: 0;
	margin: 15px 0 -5px -10px;
}

form#contacto fieldset {
	border: 1px solid #E83030;
	/*margin-top: 25px;*/
	margin: 15px 0 25px;
	padding: 5px 15px 0 25px;
}

form#contacto legend {
	display: none;
	/*
	font-weight: bold;
	padding: 0 10px;
	font: bold 120% arial,sans-serif;
	color: #E83030;
	text-transform: uppercase;
	margin-left: -10px;
	*/
}

form#contacto label {
	display: block;
	font-weight: bold;
	color: #E83030;
	clear: both;
}

form#contacto p {
	margin-bottom: 20px;
}

form#contacto p.left, form#contacto p.right {
	width: 190px;
	display: inline;
}

form#contacto p.left input, p.right input {
	width: 185px;
	padding: 2px;
}

.input_text {
	border: 1px solid #aaa;
	background-color: #f5f5f5;
}

textarea {
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	width: 415px;
}

input.submit {
	background-color: #E83030;
	color: #fff;
	font: bold 100% verdana,sans-serif;
	width: 5em;
	height: 2em;
	border: 2px outset #B20F14;
}

p.enviado {
	color: #0E8B0D;
	font-weight: bold;
	margin-bottom: 0 !important;
	background: #C6E5C6 url(../images/css-img/tick_enviado.jpg) no-repeat 5px 5px;
	height: 21px;
	padding: 5px 35px;
	border: 1px solid #85BD82;
}

/* =foot */
div#foot {
	background: url(../images/css-img/foot.jpg) no-repeat;
	padding: 20px 0 15px;
	color: #fff;
	font: 90% verdana,sans-serif;
}

	div#foot a {
		color: #2F0001;
		margin-left: 5px;
	}
