body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	/*background-color: #9f0514;*/
	background-image: url(../img/MarcaAguaFondo.png);
	text-align: center;
}

/* CONTENEDOR GENERAL */
.cgeneral{
	width: 860px;
	margin: auto;
	background-color: white;
}

/* CABECERA */
.ccab{
	width: 100%;
	height: 167px;
	background-image:url(../img/cabecerafondo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
	/* menu */
.ccontmenu{
	width: 400px; *width: 438px;
	height: 42px;
	float: right;
	clear: right;
	margin-top: 105px; *margin-top: 115px;
	margin-right: 30px;
}
.cmenu{
	width: 100%;
	height: 100%;
	background-image: url(../img/botonera.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.7em;
}
.cmenu li{
	list-style: none;
	text-decoration: none;
	float: left;
	line-height: normal;
	font-size: 0.8em;
	display: inline;
	margin-top: 15px;
	color: white;
	padding: 3px;
	padding-left: 4px;
	padding-top: 2px;
	
}
.cmenu a{
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.seleccionado{
	background-image:url(../img/selecbotonera.gif);
}
.cmenu a:visited{
	color: white;
}
.primero a:hover,.cuarto a:hover{
	color: red;
}
.segundo a:hover,.quinto a:hover{
	color: #40b2fa;
}
.tercero a:hover,.sexto a:hover{
	color: yellow;
}
.primero{
	margin-left: -20px; 
	*margin-left: 18px;
}
.oplista{
	margin-right: 10px;
}

/* COLUMNA IZQUIERDA*/
.cizqda{
	width: 15%; *width: 18%;
	clear: left;
	float: left;
	
	padding-left: 23px;
  padding-bottom: 20px;
}

/* COLUMNA CENTRAL */
.ccentral{
	width: 62%; *width: 64%;
	float: left;
	margin: 10px; *margin: 1px;
	margin-top: 0;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 20px;
}

/* COLUMNA DERECHA */
.cdcha{
	width: 15%;
	float: left;
	clear: right;
	padding-bottom: 20px;
}

/* PIE DE PÁGINA */
.cpie{
	width: 100%;
	height: 20px;
	font-size: 0.7em;
	clear: both;
	color: gray;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.cpie a{
	text-decoration: none;
	color: #ca0000;
}
#pielinks{
	width: 300px;
	margin: auto;
	border-top: 1px solid #ca0000;
}