@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FC0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*background-image: url(fondo.jpg);*/
}
h1, h2, h5{
	margin: 0px;
}
h1{
	font-size: 40px;
	color: #FC0;
	
}
#pagina{
	width: 780px;
	background-color: #06F;
	border: 2px solid #0F0;
	
}
#cabezal{
	color: #FFF;
	background-color: #009;
}
#pie{
	color: #06F;
	background-color: #FFF;
}

.contprin{
	width: 770px;
	margin: 5px;

}
.cont{
	border: 2px solid #F69;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#descat{
	font-size: 16px;
	font-weight: bold;
	color: #06F;
}
.cont .titulo{
	background-color: #0F0;
	font-weight: bold;
	color: #06F;
	padding-left: 5px;
	font-size: 16px;
	text-align: left;
}

.cont .cuerp, ingles{
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}
.ingles{
	float:left;
	width: 159px;
	margin: 3px;
}

.cont .cuerp a:link, .cont .ingles a:link{
	text-decoration:none;
	color:#06F;
	font-weight:bold;
}
.cont .cuerp a:visited, .cont .ingles a:visited {
	text-decoration:none;
	color:#06F;
	font-weight:bold;
}
.cont .cuerp a:hover ,.cont .ingles a:hover {
	text-decoration:none;
	color:#FC0;
	font-weight:bold;
}
.cont .titulo a:link{
	text-decoration:none;
	color:#906;
	font-weight:bold;
}
.cont .titulo a:visited {
	text-decoration:none;
	color:#906;
	font-weight:bold;
}
.cont .titulo a:hover {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#linkPrin{
	border: 3px solid #0F0;
	padding: 5px;
	margin: 5px;
	
}
#linkPrin a:link{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	
}
#linkPrin a:visited{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#linkPrin a:hover{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FC0;
	
}
