body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/fondo.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cab {
	background-color: #CC3300;
	width: 745px;
	float: left;
	overflow: visible;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
#cuerpo {
	float: left;
	width: 765px;
	background-color: #FFFFFF;
	background-image: url(../img/fondo-doble.gif);
	background-repeat: repeat-y;
}


#aviso_legal {
	width: 665px;
	font-size: 70%;
	color: #666666;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
}

#pie {
	width: 765px;
	float: left;
	font-size: 70%;
	text-align: center;
	color: #666666;
}
#contenedor {
	width: 765px;
	background-color: #FFFFFF;
	background-image: url(../img/fondo-celda.gif);
	height: auto;
	background-repeat: repeat;
}
#contenedor #ccandente .imagen {
	float: left;
	width: 10px;
	background-color: #FFFFFF;
	height: auto;
	padding-right: 10px;
	padding-left: 25px;
}
#contenedor #ccandente {
	background-color: #FFFFFF;
	width: 765px;
	float: left;
}

#contenedor #ccandente .texto {
	float: left;
	width: 677px;
	background-color: #F2F2F2;
	padding-left: 10px;
	font-weight: bold;
	text-align: justify;
	font-size: 110%;
}
#contenedor #ccandente .texto a {
	font-weight: bold;
	color: #4C87BA;
	text-decoration: none;
}
#contenedor #ccandente .texto a:hover{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#contenedor #titulo_cronica {
	background-color: #FFFFFF;
	float: left;
	width: 740px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	padding-left: 25px;
	padding-top: 10px;
}
