body  {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #CCCCCC;
}
p {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	max-width:920px;
	color: #444444;
}
a {
	color: #0033CC;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #282828;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #4183bb;
	font-size: 22px;
	font-weight: bold;
}
.bgTituloTabla {
	background-color: #F5F5F5;
}


h3 {
	color: #444444;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h4 {
	color: #044c89;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.container  {
	width: 920px;
	min-width:900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}  

.header {
	height: 100px;
	width: 920px;
	margin: 0px;
} 

.logo {
	height: 72px;
	width: 200px;
}
.vistaTop {
	background-color: #CCCCCC;
	height: 5px;
	width: 920px;
	margin-bottom: 20px;
}

.menuTop {
	width: 740px;
	height: 23px;
	font-size: 17px;
	color: #2378B1;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
}

.menuTop ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.menuTop ul li{
	display: inline;

}
.menuTop ul li a{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;

}
.menuTop ul li a:hover{
	text-decoration: underline;

}
.contenido {
	width: 700px;
	margin-right: 20px;
	padding: 20px;
	margin-top: 10px;
}
.adsenseLeft {
	color: #333333;
	float: left;
	height: 250px;
	width: 250px;
	font-size: 12px;
	padding-top: 10px;
}

.adsenseLeft a {
	color: #0066CC;
	text-decoration: none;
}
.adsenseCenter {
	background-color: #EFEFEF;
	height: 60px;
	width: 670px;
	font-size: 11px;
	color: #666666;
}
.adsenseCenter a {
	color: #0066CC;
	font-weight: bold;
}

.topBanners {
	height: 100px;
	width: 670px;
	text-align: right;
}

.conteChat {
	width: 670px;
	text-align: center;
	padding-top: 15px;
}




.footer {
	margin: 0px;
	height: 35px;
	width: 920px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.downBanners {
	height: 70px;
	width: 920px;
}


.footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.footer ul li{
	display: inline;

}
.footer ul li a{
	color: #055f93;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
.footer ul li a:hover{
	color: #E55A00;
	text-decoration: underline;

}
.derechos {
	height: 30px;
	width: 920px;
	font-size: 11px;
	text-align: center;
	color: #4492D0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.derechos a {
	color: #4AA8DB;
	text-decoration: none;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
