body 
{
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 12px;    
    margin: 0;
    padding: 0;
    color: #333;    
    background-color: #e6e2e2;    
    /*background: #e6e6e6 url(/i/bg_body2.gif) repeat-x;*/
    
    background-image: url(../i/bg_body2.gif);
    background-repeat: repeat-y;       
    background-position: center top;    
    
}
form 
{
    margin: 0;
    padding: 0;
}

input {
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    color: #000;
}

ul {
    list-style-type: square;
}
ul li {
    margin-bottom: 1em;
}
/* LAYOUT */
.dcha 
{
    text-align: right;
}
#fondopag
{
    /*width: 970px;
    background: #dad5d5 url(../i/bg_body.gif) 0 0 repeat-y;
    margin: 0 auto;
    height: 100%;
    float: inherit;
    text-align: left;
*/
    
}
#container 
{
    width: 922px;
    margin: 0 auto;
    background: #fff;
    
    
}
#cabecera 
{
    width: 922px;        
    height: 98px;    
    padding-bottom: 10px;
    background: #fff;
}
#logo 
{
    width: 98px;     
    float: left;
    padding-left: 14px;
    background: #fff;
}
#buscador
{        
    right: 0px;
    width: 288px;        
    float: right;    
    margin-top: 20px;
    text-align: right;
    padding-right: 14px;
}
#buscadorform
{
    
}

#menutop 
{     
    display: block;   
    clear: both;
    line-height: 48px;
    height: 41px;
    background: url(../i/bg_menubar.gif) repeat-x;
    margin: 0 0;
  /*  text-align: right;*/
    /*padding: 0 16px 0 0;    */
    border-bottom: 1px solid #654;  
    border-top: 1px solid #900;
    overflow: hidden;
    /*
    width: 922px; 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 922px;
    */
    

    
}
/* css menu */
ul.menutop 
{
    margin: 0 16px 0 0;
    padding: 0;    
    list-style-type: none;
    text-align: right;
    display: block;
    height: 41px; 
    vertical-align: middle;   
    
    
}
ul.menutop li 
{
    display: inline;
    /*margin-left: 1.7em;*/
    padding-left: 2em;
    line-height: 43px;    
}
ul.menutop li.current
{
    display: inline;
    background: url(../i/flechaverde.gif) 1em 50% no-repeat;
}

/* FIN css menu */

#pagina 
{
   margin: 0;
   clear: both;
   width: 922px;
   background: #fff;
   height: 100%;
   /* firefox hack */
   /*float: left;*/
}

/* PANTALLAS */
#pantallas 
{
    width: 922px;
    height: 147px;
    background: #d00608 url(../i/bg_pantallas.gif) repeat-x;    
    padding-top: 18px;
    clear: both;
    margin: 0;
    
}

.pantalla 
{

    width: 286px;
    height: 147px;    
    background: #830609 url(../i/bg_pant.jpg) 0 0 no-repeat;        
    color: #eee;
    /* IE6 double margin bug */
    display: inline;
    float: left;   
    padding: 0; 
    overflow: hidden;    
    margin: 0 0 0 16px;
}
.pantallaContent
{    
    padding: 14px;
    text-align: justify;
    line-height: 16px;
    /*font-size: 13px;*/
    overflow: hidden;
}

.pantallaContent h2
{
    color: #fff;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #cf3;
    font-size: 13px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.pantallaContent p
{
    margin-top: 0;
}
.pantallaContent a 
{
    color: #fc0;
    text-decoration: none;
    font-weight: bold;
}
.pantallaContent a:hover
{  
    color: #cf3;
}
#piepantallas
{
    width: 922px;
    height: 19px;
    background: #d00608 url(../i/bg_piepantallas.gif) no-repeat;
}

/* DOS COLUMNAS */
.colIzda
{
    clear: left;
    background: #fff;    
    float: left;
    margin: 0;
    padding:0 0 0 0;
    border-right: 1px solid #ccc;   
    width: 220px;
}
* html .colIzda 
{
    width: 222px;
}
.colDcha
{
    margin: 0;  
    /*display: inline;    */
    margin-left: 221px;        
    padding: 0 0 10px 0;
    /*float: left;*/
    width: 701px;          
    background: #fff;  
    overflow: hidden;
}
* html .colDcha {   
    /* ie6 */  
    overflow-x: hidden; 
    overflow-y: hidden; 
    width: 696px; 
    margin-left: 220px;
        
}

.colIzda h2
{
    line-height: 26px;
    background: #86bf46;
    color: #fff;
    font-size: 13px;
    padding: 0 14px;
    border-top: 2px solid #666646;
    border-left: 1px solid #64962d;
    border-bottom: 1px solid #64962d;
    margin: 0 0 0 0;
}
.colIzda h2 a
{
	color: #fff;
	text-decoration: none;
}
ul.menuIzda
{
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0 0 0 0;
}

ul.menuIzda li
{    
    margin: 0 0 0 8px;    
    background: url(../i/li_menu.gif) 8px 1em no-repeat;
    padding: 4px 0 4px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
   /* border-left: 1px solid #ccc;*/
}
ul.menuIzda li a
{
    text-decoration: none;
    color: #666;
    font-weight: bold;    
    display: block;
    padding: 2px;
    background: #fff;
}
ul.menuIzda li a:hover
{
    color: #000;
    
}
ul.menuIzda li.current > a
{
    color: #c60;
    color: #669933;
    color: #ff6600;
  /*  border-bottom:1px solid #ccc;*/
}
ul.menuIzda li.current
{
   /* border-left: 1px solid #ccc;*/
   
}
ul.submenu 
{
    list-style-type: none;
    margin: .6em 0 0 0;
    padding: 0 0 0 4px;
   /* border-top: 1px solid #ccc; */
}
ul.submenu li
{
    border: none;
    background: none;
    padding: 0;
    margin: .5em 0;
}
ul.submenu li.current
{
   /*border-bottom:1px dashed #999;*/
   border: none;
   
}
ul.submenu li a 
{
    font-weight: normal;
    color: #333;
    
}
ul.submenu li a:hover
{
    color: #000;
    background: #f0f0f0;
    /*text-decoration: underline;*/
}
ul.submenu li.current a, ul.submenu li.current a:hover
{
    /*color: #c30;*/
    color: #360;
    border: none;
    background: #e5eadf;
    text-decoration: none;
    /*background: #eee;*/    
}

/* DERECHA */

.breadcrumbs  
{
    height: 26px;
    line-height: 26px;
    background: #417ebb url(../i/bg_breadcrumbs.gif) 0 0 repeat-x;       
    overflow: hidden;   
    border-bottom: 1px solid #22588c;
    border-top: 2px solid #486666;
    padding-left: 14px;
    width: 700px;
    color: #fff;    
    margin: 0;
}
* html .breadcrumbs {
    width: 700px;
}
.breadcrumbs a
{
    color: #fff;
    text-decoration: underline;
    
}
.breadcrumbs a:hover
{
    color: #dceaf7;
}

.contenidoDcha
{
    /*display: block;*/    
    margin: 0;
    padding: 14px 24px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    /*background: #c00;*/
    /*width: 644px;        */
}
.contenidoDcha p
{
    margin: .5em 0 1.5em 0;
}
.contenidoDcha p, .contenidoDcha td, .contenidoDcha td p, .contenidoDcha li 
{
	line-height: 22px;
	text-align:justify;
}
.contenidoDcha p.intro
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 21px;
	/*font-style: italic;*/	
	border: 1px solid #afd146;	
	border-width: 1px 0px 1px 0px;
	color: #666;
	/*background: #fff url(../i/bg_gradverde_vertical.gif) repeat-x;
	background-position: left top;*/
	padding: 18px;		
}
.gradgris
{
	background: #fff url(/i/bg_gradgris_vertical.gif) left bottom repeat-x;
	border: 1px solid #d0d0d0;
}
.gradgris p {
    padding: 4px;    
}
.gradgris p img.imgResumen {
    margin-bottom: 2em;
}
.entradilla
{
    font-size: 11px;
    color: #666;    
}
.contenidoDcha h2
{
    border-bottom: 1px solid #567b94;
    color: #000;
    font-weight: normal;
    margin: .5em 0 1em 0;
    font-size: 200%;
}
.contenidoDcha h3
{
    clear: right;
    color: #333;
    background: #ccc url(../i/bg_h3derecha.gif) 0 0 repeat-x;
    line-height: 23px;
    height: 23px;
    border: 1px solid #ccc;
    padding: 0 8px;
    font-size: 120%;
    margin: 0 0 1em 0;
}
.contenidoDcha h3 a
{
	display: block;
	color: #333;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	background: url(../i/flecha_h3.gif) right center no-repeat;
	
}
.contenidoDcha h3 a:hover
{
	color: #900;
	background: url(../i/flecha_h3_on.gif) right center no-repeat;
	padding-left: 0px;
}
.contenidoDcha h4
{
    color: #666;     
    border-color: #f90;      
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 0 0 .5em 0px;
    /*border-bottom: 1px solid #f90;*/
    margin: 3em 0 1.5em 0;
    font-size: 110%;
    clear: right;
}
.contenidoDcha .floatleft
{
    float: left;
    margin: 0 14px 0 0;
}
.contenidoDcha .floatright
{
    float: right;
    margin: 0 0 0 14px;
    
}
img.zoom
{
    padding: 2px;
    border: 1px solid #ccc;
    
}
.oculto
{
    display: none;
}
#footer 
{
        
    padding: 16px;
    font-size: 11px;
    line-height: 1.7em;
    color: #999;
    clear: both;
}
/* FORMULARIOS */
.frmSearch 
{
    width: 140px;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    color: #666;
    font-family: Verdana, Sans-Serif;   
}

/* TIPOGRAFIA */
ul.menutop li a 
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;   
    font-size: 13px;
    line-height: 41px;    
}

ul.menutop  a:hover
{
    color: #cf3;
    color: #fe0; /*amarillo*/
    font-size: 13px;
    line-height: 41px;    
    text-decoration:none;    
}
#footer
{
	background: #000 url(/i/bg_finbody.gif) no-repeat;
	padding: 50px 14px 4em 14px;
	margin-top: 24px;
	border-top: 1px solid #900;
	color: #fff;
	text-align: right;	
}
#footer p, #footer div, #footer table td
{	
	color: #fff;
}


#footer a 
{
    color: #fff;
    text-decoration: none;
}
#footer a:hover
{
    color: #ff0;
    
    text-decoration: none;
}
.peq 
{
    font-size: 11px;
}
.contenidoDcha 
{
    text-align: justify;    
}
.contenidoDcha a
{
    color: #369;
    font-weight: bold;
    text-decoration: none;
}
a.fino, .peq a
{
	font-weight: normal;
}
.contenidoDcha a:hover
{
    color: #900;
}
    
img.right 
{
	border: 0;
	float: right;
	display: inline;
	margin: 0 0 8px 16px;
}
img.left
{
	border: 0;
	float: left;
	
}
img.imgResumen
{
    border: 1px solid #ccc;
    /*border: 0;*/
    margin: 0 0 1em 0;
    width: 292px;
    height: 73px;
}

img.frontal {
    width: 645px;
}
a img 
{
    border: 0;
}

p.volverarriba
{
	    
    border: 1px solid #ccc;
    border-width:0 1px 1px 0;
    padding: 4px;
    line-height: 16px;
    text-align: right;
    background:#efefef url(/i/bg_gototop.gif) no-repeat right top;
    clear: right;
    margin: 1em 0;
}
p.volverarriba a {
    text-decoration: none;
}
ul.flecha
{
    list-style-type: none;
    margin: 1em 0 1.5em 0;    
    padding-left: 8px;
}

ul.flecha li
{
    background: #fff url(/i/flecha_derecha.gif) left center no-repeat;
    background-image: url(/i/flecha_derecha.gif);
    background-position: 0 4px;
    padding-left: 21px;
    margin: .5em 0 .5em 0;
    line-height: 21px;
}

ul.none
{   
    list-style-type: none;
    margin: 1em 0 2em 0;
    padding: 0 0 0 1em;
}
ul.none li
{
    margin: 1em 0 0 0;    
}
h4 
{
	font-size: 110%;	
}
h4.front
{
	color: #777;
	border: 1px solid #ccc;
    border-width:0 1px 1px 0;
    padding: 4px;
    line-height: 16px;
    text-align: right;
    background:#fff url(/i/bg_gototop.gif) no-repeat right top;
    padding: 0 16px 0 0;
    clear: right;
    margin: 1em 0;
    font-size: 12px;
}
#slides {
    overflow: hidden;
}
#slides div {
    position: relative;
    display: block;
    float: left;
}
#controls {
    background-color: #900;     
    border-top: 2px solid #c00; 
    color:#fff; 
    margin: 0; 
    padding: 2px;
    font-size: 11px;
    height: 22px;
}
#controls div {
    
}

#controls a, #pager a, #controls a:active, #controls a:link, #controls a:visited {
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    text-decoration: none;
    background: #900;
    border: 1px solid #600;
    color: #fff;
    padding: 2px 2px;
    margin-left: 4px;
}
#controls a:hover, #pager a:hover {
    background: #600;
}
#controls a.activeSlide, #pager a.activeSlide {
    background: #c00;
    color: #fff;
}
/* NOTICIAS */
div.noticia_fecha 
{
    background: #fff;    
    font-weight: bold;
    color: #666;
    border-bottom:1px dashed #ccc;
}
tr.noticia_alternate td {
    
}