@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFC;
	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: 14px;
	color: #489CE4;
	
}
#pagina{
	width: 780px;
	background-color: #06F;
	border: 2px solid #0F0;
	
}
#cabezal{
	color: #FFF;
	background-color: #489CE4;
}
#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: #FD2E40;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	font-size: 16px;
	text-align: left;
}

.cont .cuerp, pintar{
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}
.pintar{
	float:left;
	width: 159px;
	margin: 3px;
}

.cont .cuerp a:link, .cont .pintar a:link{
	text-decoration:none;
	color:#06F;
	font-weight:bold;
}
.cont .cuerp a:visited, .cont .pintar a:visited {
	text-decoration:none;
	color:#06F;
	font-weight:bold;
}
.cont .cuerp a:hover ,.cont .pintar 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 a:link{
	text-decoration:none;
	color:#FD2E40;
	font-weight:bold;
}
#linkPrin a:visited {
	text-decoration:none;
	color:#FD2E40;
	font-weight:bold;
}
#linkPrin a:hover {
	text-decoration:none;
	color:#157DFF;
	font-weight:bold;
}

