@charset "UTF-8";
/* CSS Document */
*neutralidad*/
aside, article, section, nav, header, footer{
	display: block;
	margin: 0;
	padding: 0;
}
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color:#888;
}

/*Etiquetas estructurales*/
body{
	width: 960px;
	margin: 0 auto;
	font-family: verdana;
}

header{
	height: 90px;
}

footer{
	height: 60px;
	clear: both;
	background: #593939; }

p {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-size:8px;
}
#col1{
	min-height: 600px;
	width: 250px;
	float: left;
}

#col2{
	min-height: 600px;
	width: 600px;
	float: left;
}

#pagina{
	display:table;
	background-color:#FFF;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:35px;
	width:1000px;
	height:auto;
	-webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 12px 25px rgba(0, 0, 0, 1);
	box-shadow:         0px 12px 25px rgba(0, 0, 0, 1);

}

#encabezado{
	float:left;
	height:300px;
	width:100%;
	background-image:url(../imagenes/encabezado.png);
}

#encabezado_sin{
	float:left;
	height:300px;
	width:100%;
}
#logotipo{
	height:250px;
	width:850px;
	margin-left:10px;
	background-image:url(../imagenes/cr.png);
	background-repeat: no-repeat;
}

#titulo{
	height:250px;
	width:100%;
	background-image:url(../imagenes/titulo1.png);
}

#contenido{
	float:right;
	margin-top:5px;
	height:auto;
	background-color:#FFF;
}

#texto{
	float:right;
	width:600px;
	height:auto;
	padding:10px;
}

#texto p{
	margin:0px;
	color: #333;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 1.5;
	text-align: justify;
}


#celda {
	text-align: justify;
}

#texto h1{
	margin:0px;
}

#menuh{
	float:left;
	width:220px;
	height:auto;
	overflow:hidden;
	padding-top:15px;
}

#menuh ul{
	list-style:none;
	margin:0px;
}

#menuh ul li{
	position:relative;
	width:160px;
	height:35px;
	background-image:url(../imagenes/menu.png);
	background-color:#9C3;
	margin-bottom:5px;
	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-top:10px;
}

#menuh ul li:hover{
	transition: all 0.5s ease-in;
	right:20px;
	cursor:pointer;
	
}

#menuh ul a{
	text-decoration:none;
}

#menuh ul li a{
	text-decoration:none;
	color:#FFF;
}


#menu{
	float:left;
	width:220px;
	height:auto;
	overflow:hidden;
	padding-top:15px;
}

#menu ul{
	list-style:none;
	margin:0px;
}

#menu ul li{
	position:relative;
	width:160px;
	height:30px;
	background-image:url(../imagenes/menu.png);
	background-color:#9C3;
	margin-bottom:4px;
	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	padding-top:2px;
}

#menu ul li:hover{
	transition: all 0.5s ease-in;
	right:20px;
	cursor:pointer;
	
}

#menu ul a{
	text-decoration:none;
}

#menu ul li a{
	text-decoration:none;
	color:#FFF;
}

#pie{ 
	float:left;
	height:187px;
	width:100%;
	background-color:#FFF;
	background-image:url(../imagenes/pie_pagina.png);
}
