@charset "utf-8";
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: tahoma;
}

img {
	border: none;
}

#cabecera {
	width: 100%;
}

#principal {
	width: 826px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 24px;;
	background-image:url(images/fondoprincipal.jpg);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-right: 19px;
}

#centro {
	width: 558px;
	background-image: url(images/fondocentro.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 42px;
}

#centro .tituloPrincipal {
	margin-left: 8px;
	margin-bottom: 19px;
}

#derecha {
	width: 230px;
	float: right;
	text-align: left;
	padding-top: 30px;
}

#derecha .tituloPrincipal{
	margin-bottom: 19px;
}

#footer {
	width: 826px;
	height: 70px;
	background-image: url(images/fondopie.jpg);
	background-repeat: no-repeat;
	color: #3C95D7;
	font-size: 11px;
	padding-left: 19px;
	padding-right: 19px;
	margin-left: auto;
	margin-right: auto;
}

#footer .copyright {
	float: left;
	height: 32px;
	background-image: url(images/ctnlogo.jpg);
	background-repeat: no-repeat;
	padding-left: 67px;
	text-align: left;
}

#footer a {
	color: #3C95D7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #3C95D7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#footer .enlacesAbajo {
	color: #3C95D7;
	font-size: 11px;
	float: right;
}

#footer .enlacesAbajo img {
	padding-left: 13px;
	padding-right: 13px;
}

#footer .enlacesAbajo a {
	color: #3C95D7;
	font-size: 11px;
	text-decoration: none;
}

#footer .enlacesAbajo a:hover {
	color: #3C95D7;
	font-size: 11px;
	text-decoration: underline;
}

.edicionesAnteriores {
	width: 100%;
}

.edicionesAnterioresText {
	background-image: url(images/vinetanaranja.jpg);
	background-repeat: no-repeat;
	padding-left: 19px;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

.edicionesAnterioresText a {
	background-image: url(images/vinetanaranja.jpg);
	background-repeat: no-repeat;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
}

.edicionesAnterioresText a:hover {
	background-image: url(images/vinetanaranja.jpg);
	background-repeat: no-repeat;
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: underline;
}

.destacados {
	width: 100%;
}

.destacadoTabla {
	width: 235px;
	vertical-align: top;
}

.destacadodivisor {
	width: 35px;
	height: 154px;
	background-image: url(images/divisordestacados.gif);
	background-repeat: no-repeat;
	float: inherit;
}

.destacadoTablaImg {
	background-image: url(images/fondoimgdestacados.jpg);
	padding: 2px;
}

.tituloDestacado {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	padding-left: 7px;
	padding-bottom: 10px;
}

.textoDestacado {
	background-image: url(images/fondotextodestacado.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	color: #3D72B3;
	padding-top: 12px;
	padding-left: 7px;
	padding-bottom: 12px;
}


.for {
	font-size: 11px;
	font-weight: normal;
	color: #3D72B3;
}

.vermasDestacado {
	padding-left: 7px;
}

.contenido {
	width: 100%;
	padding-left: 8px;
}

.contenido .titulos {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}

.contenido .textoAzul {
	color: #3D72B3;
	font-size: 11px;
}

.contenido .textoAzul a {
	color: #3D72B3;
	font-size: 11px;
	text-decoration: none;
}

.contenido .textoAzul a:hover {
	color: #3D72B3;
	font-size: 11px;
	text-decoration: underline;
}

.contenido ul {
	color: #3D72B3;
	font-size: 11px;
}

.contenido ul .titulo{
	color: #3D72B3;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.contenido li {
	color: #3D72B3;
	font-size: 11px;
	margin-bottom: 10px;
}

.formulario .titulo {
	color: #3D72B3;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.formulario label {
	color: #3D72B3;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	clear: both;
}

.formulario input {
}

.formulario .field {
	width: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: solid 1px #CCCCCC
}

.formulario .comentarios {
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: solid 1px #CCCCCC;
	font-family: tahoma;
	height: 70px;
}

.formulario .botonesform {
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 3px;
	padding-bottom: 3px;
	background-color:#3D72B3;
	margin-top: 10px;
	font-weight: bold;
	border: solid 1px #006699;
	color: #FFFFFF;
	font-size: 11px;
}

ul, li{
list-style:none;
}
