@CHARSET "ISO-8859-1";
body{
	/*background-image:url(img/panal.jpg);*/
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	
	
}
img {
	border:0;
}
hr{
	color: #cccccc;
	background-color: #cccccc;
	border: 1px solid #ccc;
	}

.base{
   width: 100%;
	overflow: auto;
	overflow-x:hidden; 
	background-color:#ffffff;  

}
.img{
	
	/* Firefox */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

/* Google Chrome y Safari*/ 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;

/* CSS3 (Opera 10.5 e Internet Explorer 9)*/ 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-moz-box-shadow: 1px 1px 8px #2E2E2E;
	-webkit-box-shadow: 1px 1px 8px #2E2E2E;
	box-shadow: 1px 1px 8px #2E2E2E;
	 /* -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;*/	
}
.logo{
   margin-left: 30px;
   margin-top:10px; 
   float:left;
}

.decor{
float: right;	
}
.cabecera{
   width: 100%;
   background-color: #000000;
   min-height: 90px;
   z-index:1;
	
}


.contenedor{
	
   width: 100%;
   float:left;
	margin-bottom: 20px;
	text-align: center;
}

.centro{
	width: 90%;
	float: left;
	
}

.titulo{
	
	text-align:left;
   margin-top:15px;
   margin-left: 280px;
   margin-bottom: 30px ;
   font-size: 25px;
   color:#cccccc;
   position: absolute;

}
.subtitulo{
	width: 5%;	
	margin-left: 20px;
	float: left;
}

.menu{
	border:0;
	position: absolute;
	top:40px;
	left: 270px;
	z-index:2; 
	margin: 10px;
}
.tabla{
	
	padding:0px;
	margin:0;
	text-align: center;
   color:#000000;
   font-size: 12px;
   font-family: arial;
	
}
.text{
	font-size: 13px;
   font-family: arial;
}
.izq{
	float: left;
	margin-top: 5px;
	margin-left: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-right: 10px;
	font-size: 13px;
   font-family: arial;
   text-align: justify;
   width: 350px;
   height: 500px;
   overflow: auto;
}
.contac{

margin-top: 50px;
}
.der{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	min-height: 400px;
	font-size: 12px;
   font-family: arial;   
	
	/*	position:relative;
	margin:auto;
	width:500px;*/
	
}
.tablaPie{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.pie{
	text-align: center;
	color:#cccccc;
	width: 100%;	
	background-color: #000000;
	font-size: 12px;
   font-family: arial;
   clear:both;
}