﻿html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.noticias {
	font-family: "Arial Rounded MT Bold", verdana, arial, sans-serif;
	background-color: #FFF;
	border: 1px solid #666;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}
.red {
	color: #C00;
}

#PopCabecera {
	height: 177px;
	background-color: #F0F5F1;
	background-image: url(../imagenes/Popcabecera.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
}

#body {
	padding-top: 3px;
	background-color:#D4CAB6;
}
.Ampliar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-position: right;
	text-align: right;
	color: #006;
	font-weight: bold;
}

.Ampliar a:link{
	color: #006;

}

.Ampliar a:hover{
	color: #006;

}
.Ampliar a:visited{
	color: #006;

}

.Ampliar a:active{
	color: #006;

}


.Menu1 {
	background-image: url(../imagenes/MenuLateral1.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 178px;
}

.flotaD {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contenido {
	font-family: Arial Rounded MT Bold, verdana, arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-position: left;
	text-align: left;
	margin: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.Menu {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	background-image: url(../imagenes/bola.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.Menu a:link{
	text-decoration: none;
	color: #000;
}

.Menu a:hover{
	color: #06C;
}

.Menu a:visited{
	text-decoration: none;
}

#Sup {
	height: 206px;
	background-color: #FFF;
	background-image: url(../imagenes/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-position: center;
}

#Inf {
	height: 155px;
	background-color: #473E3F;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#central {
	background-repeat: no-repeat;
	width: 860px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C7D8C7;
	border-left-color: #C7D8C7;
	margin-right: auto;
	margin-left: auto;
}

.Menu2 {
	background-image: url(../imagenes/MenuLateral2.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 178px;
}

.Menu3 {
	background-image: url(../imagenes/MenuLateral3.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 178px;
}

.Titular1 {
	font-family: "Arial Rounded MT Bold", verdana, arial, sans-serif;
	font-size: 18px;
	color: #333;
	background-position: left;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD3082;
	padding: 0px;
}

#menuB1 {
	margin-left: 0px;
	margin-top: 0px;
}
#menuB1 a {
	display:block;
	background-image: url(../imagenes/que.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 30px;
}

#menuB1 span { display:none; }

#menuB1 a:hover {
	background-image: url(../imagenes/queOn.jpg);
	background-repeat: no-repeat;
}

#menuB2 {
	margin-left: 0px;
	margin-top: 0px;
}

#menuB2 a {
	display:block;
	background-image: url(../imagenes/tall.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 30px;
}

#menuB2 span { display:none; }

#menuB2 a:hover {
	background-image: url(../imagenes/Tall2.jpg);
	background-repeat: no-repeat;
}






ul.thumb {
float: left;
list-style: none;
margin: 0; padding: 0px;
width: 287px;
}
ul.thumb li {
margin: 0; padding: 5px;
float: left;
position: relative; /* Aquí ponemos posicionamiento absoluta */
width: 287px;
height: 150px;
}
ul.thumb li img {
	width: 287px;
	height: 150px; /* Aquí va el tamaño del thumbnail pequeño */
	-ms-interpolation-mode: bicubic; /* Arreglo para IE para escalar de forma cúbica */
	border: 1px none #ddd;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.thumb li img.hover {
	border: none; /* Quitamos el border cuando estamos en hover */
	background-repeat: no-repeat;
	background-position: center center;
} 
.flotaI {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.noticiasTit {
	font-family: "Arial Rounded MT Bold", verdana, arial, sans-serif;
	background-color: #FFF;
	font-size: 14px;
	color: #DC3084;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #DC3084;
	border-left-color: #000;
	margin-left: 100px;
	margin-top: 0px;
}
.noticiasTexto {
	font-family: "Arial Rounded MT Bold", verdana, arial, sans-serif;
	background-color: #FFF;
	font-size: 11px;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #C00;
	border-left-color: #000;
	margin-left: 100px;
	margin-top: 0px;
}

.Texto1 {
	font-family: "Arial Rounded MT Bold", verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
}
