/* Body */
html{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #2f1109 url(./images/fondo.jpg) no-repeat top center;
}

body {
	text-align: center;
	margin:0px;
	padding:0px;	
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div {
	margin:0;
	padding:0;
}

td,tr,p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #ffffff;
}

#pagina{
	margin: 0 auto;
	width: 990px;
	text-align:left;
}

#menu{
	margin: 0 auto;
	width: 100%;
	height: 68px;
	background: #230801 url(./images/menu.jpg) no-repeat top center;
}

#menu_interior{
	width: 990px;
	margin: 0 auto;
}

#cabecera{
	width: 990px;
	height: 200px;
	float:left;
	
}

#logo{
	width: 300px;
	height: 136px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	background: url(./images/logo.png) no-repeat top left;
}

#derecha{
	width: 650px;
	height: 180px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}

#inferior{
	width: 990px;
	overflow:auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-top: 0px;
}

#centro_superior{
	width: 950px;
	height: 15px;
	float: left;
	margin-left: 25px;
	background: url(./images/superior.png) no-repeat top left;
}

#centro_inferior{
	width: 950px;
	height: 15px;
	float: left;
	margin-left: 25px;
	background: url(./images/inferior.png) no-repeat top left;
}

#centro{
	width: 950px;
	overflow:auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: 25px;
	float:left;
	background: url(./images/centro.png) repeat-y top left;
}

#contenido{
	width: 930px;
	overflow:auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-left: 10px;
}

#pie_pagina{
	width: 990px;
	float:left;
	height: 40px;
	clear:both;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 40px;
	font-weight:bold;
	text-align:center;
}


#titulo{
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #ffffff;
	margin-left: 0px;
	margin-bottom: 5px;
}

#map, #map p, #map a ,#map div{
	color:#111111;
}

/*IMAGENES ANIMADAS*/

#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

.mask1{
	margin-top: 15px;
	margin-left: 65px;
	position:relative;
	width:213px;
	height:160px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.foto{
	float:left;
	margin:40px;
}


/*********** SCROLL ****************/

.vScrollbar {
	float: right;
}

.hScrollbar {
	clear: both;	
	}

.vTrack {
	height: 100px;
	width: 15px;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	position: relative;
	background: #576dab;
	overflow: hidden;			
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background: #4C4C4C;
	overflow: hidden;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 15px;
	width: 15px;
	background: #4C4C4C;
	overflow: hidden;						
}

.arrowUp{
	background: #4C4C4C url(./images/up.gif) no-repeat bottom center;	
}

.arrowDown{
	background: #4C4C4C url(./images/down_s.gif) no-repeat top center;	
}

.arrowLeft, .arrowRight, .corner {
	float: left;
	}
	
.corner {
	background: #000;
	}






.galeria_unidad{
	float:left;
	background: white;
	margin: 10px;
	width:220px;
	margin-bottom:20px;
	height: 180px;
}

.galeria_foto{
	float:left;
	margin:10px;
	width: 200px;
}

.galeria_titulo{
	float:left;
	text-align:center;
	width: 220px;
}

.galeria_titulo a{
	color:black;
	text-decoration:none;
}

.foto_unidad{
	float:left;
	background: transparent;
	margin: 16px;
	width:200px;
	margin-bottom:20px;
	height: 200px;
}

.foto_foto{
	float:left;
	margin:0px;
	width: 200px;
	height: 200px;
}

.foto_titulo{
	float:left;
	text-align:center;
	width: 220px;
}

.foto_titulo a{
	color:black;
	text-decoration:none;
}

