@charset "UTF-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}

html{
	height:100%;
}
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	background-image:url(../img/fondo.jpg);
}

#publitop{
	margin-left:280px;
	margin-top:-75px;
}

#banderas{
	margin-left:840px;
	margin-top:-75px;
	width:120px;
}

#contenido{
	width:970px;
	margin:0 auto 0 auto;
	text-align:left;
}

#cabecera{
	background-image:url(../img/cabecera.jpg);
	background-color:#ddaf3d;
	background-repeat:no-repeat;
	width:970px;
	height:198px;
	overflow:hidden;
}

#cabecera img{
	border:none;
}

img#logo{
	position:relative;
	left:40px;
	top:40px;
}

img#flages{
	position:relative;
	left:625px;
	top:74px;
}

img#flagen{
	position:relative;
	left:640px;
	top:74px;
}

div#col-izq{
	background-color:#eeeae6;
	width:190px;
	float:left;
	text-align:center;
	padding-bottom:50px;
	height:100%;
}

#central ul{
	list-style:none;
	margin-top:20px;
	padding-left:15px;
}

#central ul li{
 margin-bottom:4px;
}

div#central{
	width:500px;
	float:left;
	padding:10px;
	background-color:#fff;
	min-height:800px;
	height:auto !important;
	height:800px;
}

div#central a{
	color:#262b72;
	font-weight:bold;
	text-decoration:none;
}

div#central a:hover{
	color:#262b72;
	text-decoration:underline;
}

div#col-der{
	text-align:center;
	width:260px;
	background-color:#eeeae6;
	float:left;
	height:100%;
}

div#pie{
	height:90px;
	background-color:#ddaf3d;
	clear:both;
	color:#333333;
	font-size:11px;
	text-align:center;
	padding-top:15px;
}


ul#navmenu-v span.numerom{
	background-color:#ddaf3d;
	font-size:10px;
	width:10px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

div#localizacion{
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img.imgborde{
	border:solid;
	border-width:2px;
	border-color:#ddaf3d;
}

span.telefono{
	font-size:24px;
}

#central h1{
	font-size:20px;
	color:#262b72;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
#central h2{
	font-size:16px;
	color:#262b72;
	text-align:center;
	margin-bottom:10px;
	margin-top:20px;
}

#central h3{
	color:#262b72;
	font-size:14px;
	margin:20px 5px;
}

#central h4{
	margin:20px 5px;	
	color:#9B5F1C;
}

#central h5{
	color:#666666;
	font-style:italic;
	margin-bottom:15px;
}

#central p{
	margin: 3px;
	margin-top:20px;
	margin-bottom: 15px;
	font-size:12px;
	text-align:justify;
	color:#333333;
}

img.fotoderecha{
	float:right;
	margin:15px;
}

img.fotoizquierda{
	float:left;
	margin:15px;
}

div.monitor{

	text-align:center;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	border: dotted 1px #ddaf3d;
}

div.monitor table{
	width:100%;
}
td.bio{
	padding:10px;
	width:300px;
	text-align:justify;
}

div#trescols{
	height:100%;
	background-color:#eeeae6;
}

div#pie a{
	color:#262b72;
}

div#pie a:hover{
color:#fff;
}

ul.listan{
	margin:10px;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	list-style:none;
}

ul.listan li{
	padding-bottom:5px;
}

div.faq{
	border:solid 1px #ddaf3d;
	padding:10px;
	margin-bottom:5px;
}

div.faq span.faqt{
	color:#262b72;
	font-size:12px;
	font-weight:bold;
}

div.imagenes{
	clear:left;
}
div.imagenes div.imagen{
	border:solid 1px #262b72;
	width:110px;
	float:left;
	margin:5px;
}
div.imagenes div.imagen img{
	border:none;
}
img.imgm{
	margin-right:25px;
}


img.oferta{
	border:none;
	margin:14px;
}

img.oferta:hover{
	border:solid 2px #ddaf3d;
	margin:12px;
}

div.mensa{
	border:solid 1px #ddaf3d;
	padding:10px;
	margin-bottom:20px;
}

form td{
	font-size:12px;
	font-weight:bold;
	color:#262b72;
}

span.naranja{
	color:#ddaf3d;
}

div.m1{
	float:left;
	width:140px;
	height:150px;
	border:solid 1px #ddaf3d;
	margin:5px;
	padding:5px;
	font-size:9px;
}

a.mapa{
	font-size:14px;
	color:#262b72;
}

div.arriba{
	text-align:right;
	font-size:10px;
}

div.arriba img{
	border:none;
}

.textalignright{
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
}

#notapubli{
	margin-top: 12px;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
