@charset "utf-8";
/* CSS Document */
body{
	background:url(../img/hc.jpg) repeat-x;
	margin:0;
	padding:0;
	color:#3D255F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contenedor{
	background:url(../img/hi.jpg) no-repeat top left;
	width:996px;
	margin: 0 auto;
}

a{	
	color:#660000;
}

#head{
	background:url(../img/hd.jpg) top right no-repeat;
	width:100%;
	height:190px;
}
#head #menu{
	position:relative;
	top: 80px;
	left:350px;
}
#head #menu a{
	color:#3D255F;
	font-weight:bold;
	font-size:17px;
	
}
#head #titulo{
	text-align:right;
	color:#663300;
	font-size: 20px;
	font-weight:bold;
	position:relative;
	top: 125px;
	margin-right:10px;
}
h3{
	color:#663300;
}
#cnt{
	width:100%;
	float:left;

}
#cnt #metodologia{
	background:url(../img/myr.gif) no-repeat center;
	width:850px;
	margin-left: 50px;
	height:281px;
	padding: 5px 20px 2px 20px;
	text-align:left;
	float:left;
}

#cnt #metodologia #texto{
	width:470px;
	float:left;
	margin-top:24px;
	}
	
#cnt #metodologia #video{
	width:250px;
	float:right;
	margin: 24px 45px 0 0;
	}
	
#pie {
	clear:both;
	background:#C2E0EA;
	height: 35px;
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
}

#menulateral{
	background:url(../img/mnut.jpg) left top no-repeat;
	padding-top:32px;
	float:left;
	width: 160px;
	font-size:12px;
	clear:both;
	text-align:right;
}
#menulateral div.menuBottom{
	background:url(../img/mnuf.jpg) left top no-repeat;
	height:77px;
	border-top: #FFFFFF 2px solid;
}

#menulateral a.lnk{
	padding: 8px;
	/*margin-left:4px;
	margin-right:25px;*/
	/*width:100%;*/
	width:136px;
	border-top:#FFFFFF 1px solid;
	background:#E2F1F5;
	display:block;
	padding-left:15px;
	color:#3D255F;
	text-decoration:none;
}
#menulateral a.lnk:hover{
	background:#Fff;
}


#contenido{
	width:790px;	
	float:right;
	display:block;
	/*margin: 10px;*/
	text-align:justify;
}

#navegacion{
	margin: 5px;
	padding-left: 10px;
	height:35px;
	color:#999999;
	font-size:14px;
}
