body{
	margin: 0px;
	background-color: #cc0000;
	background-image: url(../images/maqueta/bgPagina.png);
	background-repeat: repeat;
	font: normal 12px arial, helvetica, sans-serif;
	color: #333333;
	text-align:center; /* Hack para IE */	
}
a{
	color: #3C87D4;
	text-decoration:underline;
}

ul li{
	list-style-type: circle;
}

input, textarea, select { 
	font: normal 11px arial, helvetica, sans-serif;
}
form{margin: 0px; padding: 0px;}
p{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
p.align-justify{
	text-align: justify;
}

p.align-left{
	text-align: left;
}

p.align-right{
	text-align: right;
}

p.align-center{
	text-align: center;
}
p .peque, p.peque, span.peque, .csc-textpic-caption{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3, h4{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3c87d4;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
hr {
	width: 100%;
	height: 1px;
	margin: 10px 0px 15px 0px;
	border-bottom: 1px solid #cccccc;
}

.hr hr{
	display: none;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #333333;
}

.csc-uploads-icon a img { border: 0px; }


fieldset.csc-mailform{
	border: 0px;
}

fieldset.csc-mailform div.csc-mailform-field {
	clear: both;
}

fieldset.csc-mailform div.csc-mailform-field label{
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
}
fieldset.csc-mailform div.csc-mailform-field input,
fieldset.csc-mailform div.csc-mailform-field textarea,
fieldset.csc-mailform div.csc-mailform-field select {
	margin-bottom: 6px;
	font: normal 11px arial, helvetica, sans-serif;
	width: 200px;
}

fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit{
	margin-left: 160px;
	width: 100px;
}

/**********************************************************/

#contenedor1{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left; 
}
#contenedor2{
	width: 760px;
	margin: 0 auto;
	text-align: center; /* Hack para IE */
	background-color: #ffffff;
}

/**********************************************************/

#cabecera{
	float: none;
	clear: both;
	width: 760px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#cabecera #logoEFA{
	float: left;
	clear: left;
	display: block;
	width: 246px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}
#cabecera #flash{
	float: left;
	clear: right;
	display: block;
	width: 514px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}

/**********************************************************/

#subCabecera{
	float: none;
	clear: both;
	width: 760px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #3c87d4;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}
#subCabecera #textoSubcabecera{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	padding: 8px 0px 0px 20px;
}

/**********************************************************/

#botonera{
	float: none;
	clear: both;
	width: 760px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #acce5e;
	background-image: url(../images/maqueta/bgBotonera-inactiva.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#botonera ul{
	margin: 0px;
	padding: 0px;
	font: bold 11px arial, helvetica, sans-serif; 
	color: #333333; 
	text-decoration: none; 
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
}
#botonera ul li.activo {
	display: block;
	float: left;
	height: 22px;
	margin: 0px;
	padding: 8px 8px 0px 8px;
	background-image: url(../images/maqueta/bgBotonera-activa.jpg);
	background-repeat: repeat-x;
}
#botonera ul li.activo a{color: #333333; text-decoration: none; text-align: center; }
#botonera ul li.activo a:hover{color: #444444; text-decoration: none; text-align: center; }

#botonera ul li.inactivo {
	display: block;
	float: left;
	height: 22px;
	margin: 0px;
	padding: 8px 8px 0px 8px;
	background-image: url(../images/maqueta/bgBotonera-inactiva.jpg);
	background-repeat: repeat-x;
}
#botonera ul li.inactivo a{color: #333333; text-decoration: none; text-align: center; }
#botonera ul li.inactivo a:hover{color: #444444; text-decoration: none; text-align: center; }

#botonera ul li.separador {
	display: block;
	float: left;
	height: 22px;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 30px;
	background-image: url(../images/maqueta/bgBotonera-separador.jpg);
	background-repeat: no-repeat;
}

/**********************************************************/

#cuerpo{
	float: none;
	clear: both;
	width: 760px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/maqueta/bgCuerpo.gif);
	background-repeat: repeat-y;
}
/* Hack para IE */
*html #cuerpo{
	height: 100px;
	overflow: visible;
}


#cuerpo #centro{
	float: left;
	display: block;
	width: 503px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
}
*html #cuerpo #centro{
	height: 100px;
	overflow: visible;
}

#cuerpo #centro #path{
	float: none;
	display: block;
	width: 503px;
	min-height: 20px;
	height: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
}
*html #cuerpo #centro #path{
	height: 20px;
	overflow: visible;
}
#cuerpo #centro #path p{
	margin: 0px;
	padding: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#cuerpo #centro #path p a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#cuerpo #centro table tr td p{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#cuerpo #centro table tr td ul{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../images/maqueta/li.gif);
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
#cuerpo #centro table tr td ul li{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#cuerpo #centro table tr td ul li a{
	color: #333333;
	text-decoration: none;
}
#cuerpo #centro table tr td ul li a:hover{
	color: #333333;
	text-decoration: none;
}
#cuerpo #derecha{
	float: left;
	display: block;
	width: 227px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px;
	padding: 15px 0px;
	text-align: left;
	overflow: hidden;
	background-color: #ebeaea;
}
*html #cuerpo #derecha{
	height: 100px;
	overflow: visible;
}

#cuerpo #derecha .banner{
	width: 227px;
	/*height: 54px;*/
	padding-bottom: 15px;
}

#cuerpo #derecha #bloqueNoticias{
	width: 197px;
	padding: 0px 15px 15px 15px;
}
#cuerpo #derecha #bloqueNoticias .noticiaDerecha{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
}
#cuerpo #derecha #bloqueNoticias .noticiaDerecha .titular{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#cuerpo #derecha #bloqueNoticias .noticiaDerecha .titular a{
	color: #333333;
	text-decoration: none;
}
#cuerpo #derecha #bloqueNoticias .noticiaDerecha p{
	margin: 0px;
	padding: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

/**********************************************************/

#cuerpo2{
	float: none;
	clear: both;
	width: 760px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/maqueta/bgCuerpo2.gif);
	background-repeat: repeat-y;
}
/* Hack para IE */
*html #cuerpo2{
	height: 100px;
	overflow: visible;
}

#cuerpo2 #centro2{
	float: left;
	display: block;
	width: 543px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
}
*html #cuerpo2 #centro2{
	height: 100px;
	overflow: visible;
}
#cuerpo2 #centro2 #path{
	float: none;
	display: block;
	width: 543px;
	min-height: 20px;
	height: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
}
*html #cuerpo2 #centro2 #path{
	height: 20px;
	overflow: visible;
}
#cuerpo2 #centro2 #path p{
	margin: 0px;
	padding: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#cuerpo2 #centro2 #path p a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#cuerpo2 #centro2 .foto{
	width: 189px;
	float: right;
	padding: 15px 15px 40px 15px;
}
#cuerpo2 #centro2 .foto .pieFoto{
	float: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	font-style: italic;
}
#cuerpo2 #centro2 .foto img{
	border: 1px solid #333333;
}
#cuerpo2 #izquierda{
	float: left;
	display: block;
	width: 157px;
	min-height: 100px;
	height: auto;
	height: 100%;
	margin: 0px;
	padding: 15px;
	text-align: left;
	overflow: hidden;
	background-color: #E4E3E3;
}
*html #cuerpo2 #izquierda{
	height: 100px;
	overflow: visible;
}

#cuerpo2 #izquierda h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}

#cuerpo2 #izquierda ul{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../images/maqueta/li.gif);
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
#cuerpo2 #izquierda ul li{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
#cuerpo2 #izquierda ul li a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#cuerpo2 #izquierda ul li a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#cuerpo2 #izquierda ul li ul{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../images/maqueta/li.gif);
	margin: 0px;
	padding: 8px 0px 0px 14px;
}
#cuerpo2 #izquierda ul li ul li{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
#cuerpo2 #izquierda ul li ul li a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#cuerpo2 #izquierda ul li ul li a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

/**********************************************************/

#piePagina{
	float: none;
	clear: both;
	width: 760px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/maqueta/bgPie.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#piePagina #textosPiePagina p{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#piePagina #textosPiePagina p a{
	color: #ffffff;
	text-decoration: none;
}



/* tt_news */
.news-single-img {
	float: left;
}

.news-single-img img {
	margin: 0px 10px 10px 0px;
	border: 1px solid #333333;
}

p.news-single-imgcaption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666666;
  font-style: italic;
  margin: 0px;
}

.news-list-item .titular {
	font: bold Arial, Helvetica, sans-serif;
	color: #666666;
}
.news-list-item p {
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.news-list-item p + p{
	margin: 12px 0px 12px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

.news-list-item img {
	margin: 0px 10px 10px 0px;
	border: 1px solid #333333;
	float: right;
}
.news-list-item .news-list-morelink a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3c87d4;
	text-decoration: none;
}
.news-list-item .news-list-morelink a:hover{
	color: #3c87d4;
	text-decoration: underline;
}