
@charset "UTF-8";
/* CSS Document */
/*body {
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;
	margin:0px;
	min-width:980px;
}*/
.tituloimg{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	padding:5px;
}
.texto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:4px;
	text-align:justify;
}
#foto{
	z-index:10;
	position:absolute;
	width:100%;
	top:0;
	left:0px;
	height:0px;
	
}
#foto img{
	border:solid;
	border-width:5px;
	border-color:#FFF;
}
#wrap{
	position:relative;
	align:center;
}
.content{
	clear: both;
}
#sombra {
float:left;
padding:0 5px 5px 0; /*Esta es la profundidad de nuestra sombra, sí haces más grandes estos valores, el efecto de sombra es mayor también */
/*background: url(../images/sombra.gif) no-repeat bottom right; *//*Aquí es donde ponemos la imagen como fondo colocando su ubicación*/
} 

#sombra img {
display:block;
position:relative;
top: -3px; /* Desfasamos la imagen hacia arriba */
left:-3px; /*Desfasamos la imagen hacia la izquierda */
padding:5px;
background:#FFFFFF; /*Definimos un color de fondo */
border:1px solid;
border-color: #CCCCCC #666666 #666666 #CCCCCC /*Creamos un marco para acentuar el efecto */
}
#galerias{
	text-align:center;
	font-size:12px;
	color:#333;
}
.body{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(../images/fondo1.gif);
}
.body1{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(../images/fondo2.gif);
}
.body2{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(../images/fondo3.gif);
}
.body3{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(../images/fondo4.gif);
}
.menu{
	border:none;
	            
	            
	            
	            
	margin: 0px;
	            
	            
	            
	width: 980px;
	            
	            
	border:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.menu ul{
	/* height:35px; */
	                  
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		position: static;
		float: left;
		padding:0px;
		}
	.menu li a{
		/* background:#374872 url("../images/seperator.gif") bottom right no-repeat; */
		color:#ffffff;
		display:block;
		font-weight:normal;
		/* line-height:35px; */
		margin:0px;
		/* padding:0px 25px; */
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			text-decoration:none;
			}
	.menu li ul{
		border-color: white;
		border-width: 0px;
		width: 185px;
		margin-left: 10px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		background-color: #c11817;
		display:none;
		height:auto;
		padding:0px;
		position:absolute;
		/* width:150px; */
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		height: 30px;
		background:url('../images/sepmenu.gif') bottom left repeat-x;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width: 185px;
		}
	.menu li:hover li a{
		text-align: center;
		background:none;
		
		}
	.menu li ul a{
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		display: block;
		height: 30px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			/* background:#374872; */
			background-repeat: repeat-x;
			                         
			background-position: left bottom;
			                         
			background-image: url('../images/sepmenu.gif');
			                         
			height: 30px;
			                         
			background-color: #394d7e;
			                         
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
	select{
			border-width: 0px;
			padding: 3px;
			margin: 0px;
			width: 202px;
		}
	.sel2{
			display: none;
			background-color: #1F282F;
			border-width: 0px;
			padding: 3px;
			margin: 0px;
			width: 202px;
		}
	.seldesactiva{
			background-color: #79839b;
			font-weight: bold;
			color: white;
			border-width: 0px;
			padding: 3px;
			margin: 0px;
			width: 202px;
		}
	#izq{
			float: left;
		}
	#der{
			float: left;
		}
	
