﻿body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --------------- */

.buscador {
	text-align: right;
}

.buscador img {
	width: 14px;
}

form {
	width: 190px;
	float: left;
}

.submit {
	border: 0; 
	background: #dedede; 
	color:#FF6600;
}

p {
	color: #000;
	margin: 0 0 10px 0;
}

img {
	margin: 0 0 -2px 0;
	border: 0;
}

/* --------------- */

.contenedor {
	margin: auto;
}

.cabLogo  {
}

object {
	width: 240px;
	height: 38px;
}

.cenefa {
	margin: 0 0 -3px 0;
}

*:first-child+html .cenefa {
	margin: 0;
}

* html .cenefa {
	margin: 0;
}

/* ------------ Cuerpo -------------*/

.cuerpo {
}

.contenido {
	width: 100%;
	background: #fff !important;
}

.imgLeft {
	height: 0;
	width: 0;
}

.imgLeft img {
	height: 0;
	width: 0;
}

.imgRight {
	height: 0;
	width: 0;
}

.imgRight img {
	height: 0;
	width: 0;
}

.destacado {
	border-top: 10px solid #fff;
}

.destacado img {
	width: 0;
	height: 0;
}

.destacado p {
	padding: 3px 0 0 0;
	color: #2f363a;
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

.destacado p.item1 {
	background: url(../img/default_01.gif) transparent right 3px no-repeat;
}

.destacado p.item2 {
	background: url(../img/default_02.gif) transparent right 3px no-repeat;
}

.destacado p.item3 {
	background: url(../img/default_03.gif) transparent right 3px no-repeat;
}

.destacado p.item4 {
	background: url(../img/default_04.gif) transparent right 3px no-repeat;
}

.destacado a {
	color: #2f363a;
}

.destacado a:hover {
	color: #85A5B5;
	text-decoration: none;
}


.noticias {
	width: 0;
	height: 0;
}

/* ------------PIE------------- */

/* CAMBIO PIE DE ZERO 09/03/2011
.pie {
	background: #acc0c9;
	margin: 0;
	padding: 0;
	text-align: left !important;
}

.pie img {
	width: 10px;
}

.pie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pie ul li {
	margin: 0;
}

.pie ul li a {
	color: #fff;
	text-decoration: none;
}

.pie ul li a:hover {
	text-decoration: underline;
}
*/


.pieIzq {
	background: #acc0c9;
	margin: 0;
	padding: 0;
	text-align: left !important;
	float:left;
	width:890;
}

.pieIzq img {
	width: 10px;
}

.pieIzq ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pieIzq ul li {
	margin: 0;
}

.pieIzq ul li a {
	color: #fff;
	text-decoration: none;
}

.pieIzq ul li a:hover {
	text-decoration: underline;
}


.pieDcha {
	background: #acc0c9;
	margin: 0;
	padding: 0;
	text-align: left !important;
	float:right;
	width:106x;
}



