@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCFFFF;
}
.cabge {
	font-family: Verdana, Geneva, sans-serif;
	width: 900px;
}


.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFFFCC;
	z-index: 100;
	height: auto;
	display: inline;
	padding-left: 0px;
	text-align: left;
}
#container1 {
	width: 1100px;

.novecientos {
	width: 900px;
	margin-left: 100px;
}

.oneColFixCtrHdr #mainContent {
	z-index: 0;
	font: color #FFCC99;
	height: auto;
	background-color: #FFFFFF;
	width: 948px;
	text-align: center;
	float: left;
	display: inline;
}
.relleno {
	height: 1550px;
	clear: left;
}

#footer {
	background-color: #FFCCCC;
	height: 68px;
	float: left;
	width: 900px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu {
	height: 2.2em;
	width: 890px;
}
.tercero {
	text-align: center;
	width: 440px;
	border: solid #999999;
	float: right;
	vertical-align: top;
	clear: right;
	height: auto;
	display: inline;
}
#izquierdo {
	height: auto;
	width: 441px;
	border: solid #999999;
	float: left;
	text-align: center;
}
#Email {
	height: 42px;
	width: 135px;
	float: left;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	font-weight: bold;
	display: inline;
}
#Titulo {
	height: 40px;
	width: 250px;
	float: left;
	margin-left: 240px;
	font-family: verdana;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
#letras {
	width: 870px;
	padding-left: 15px;
}
.vota {
	border: solid #999999;
	width: 426px;
	float: right;
	font-weight: bold;
	display: inline;
	height: 230px;
	background-color: #99FFFF;
	clear: right;
}
h6 {
	font-size: 14px;
}
.centrado {
	text-align: center;
}

.contieneletras {
	margin-left: 20px;
	margin-right: 25px;
	text-align: center;
}

#noticias {
	width: 900px;
	text-align: left;
	float: left;
	clear: left;
}
#farmacias {
	width: 436px;
	text-align: center;
	clear: left;
	border: solid #999999;
	float: left;
	top: auto;
	height: auto;
}
#letras {
	text-align: center;
	float: left;
	clear: left;
	width: 440px;
}
.letrapequeña {
	font: arial, sans sherif;
	font-size: 12px;
}
.youtub {
	float: left;
	border: solid #999999;
	width: auto;
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	clear: left;
}
.textovota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	width: 446px;
	text-align: center;
	clear: left;
}
.der {
	border: solid #999999;
	width: 430px;
	text-align: center;
	background-color: #E6FEE2;
	float: right;
	clear: right;
	margin-left: 440px;
}
.bandas {
	padding-left: 5px;
	padding-right: 5px;
}

.sos {
	border: solid #999999;
	width: 421px;
	background-color: #E6FEE2;
	float: left;
	margin-top: 0px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.perros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.mapa {
	display: inline;
	clear: left;
	float: left;
}
.prensa {
	width: 430px;
	border: thin solid #000000;
	float: left;
}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centrarcontenidotabla {
	text-align: center;
}
