body
{
	background: white;
	font-family: verdana;
	font-size: 12px;
	color: black;
	margin-top:0;
	margin-bottom:0;
	
	/* Barra de desplazamiento (solo para ie) */
	/*scrollbar-face-color: red;
   scrollbar-highlight-color: red;
   scrollbar-3dlight-color: red;
   scrollbar-darkshadow-color: red;
   scrollbar-shadow-color: red;
   scrollbar-arrow-color: white;
   scrollbar-track-color: red;*/
}

img
{
	border:0;
}

ul
{
	list-style-image: url(/imagenes/vineta.gif);
}

hr.azul
{
	border:1px solid gray;
}

/* Estilo para los enlaces */
a:link
{
  font-family: sans-serif, arial;
  font-weight: bold;
  color: #7a1617; 
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  padding:2px;
}
 
a:visited
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #7a1617;
  cursor: pointer;
  font-size:12px;
  text-decoration: none;
  padding:2px;
}

a:hover
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #7a1617;
  cursor: pointer;
  font-size:12px;
  text-decoration: underline;
  cursor: pointer;
  background:#fffcd3;
  padding:2px;
} 

a:active
{
  font-family:sans-serif, arial;
  font-weight: bold;
  color: #7a1617;
  cursor: pointer;
  font-size:12px;
  text-decoration: none;
  padding:2px;
}

.fecha
{
	font-size:12px;
	color:black;
	font-style:italic;
	font-weight:bold;
}

.titulo_noticia
{
	font-size:18px;
	font-weight:bold;
	color:black;
}

.subtitulo_noticia
{
	font-size:14px;
	font-weight:bold;
	color:black;
}

.texto_noticia
{
	font-size:13px;
	font-weight:normal;
	color:black;
}

/* Tipografias extra */
.texto_blanco
{
	color:white;
 	font-family:sans-serif, arial;
 	font-size:12px;
 	text-align:justify;
}

.texto_verde
{
	color:#136826;
 	font-family:sans-serif, arial;
 	font-size:12px;
}

.texto_negro
{
	color:black;
 	font-family:sans-serif, arial;
 	font-size:12px;
}

/* Formularios */
form
{
	padding:0;
	margin:0;
}

/* Tablas */
table
{
	font-family:sans-serif, arial;
	font-size:12px;
	border: 0;
}	

/* Capas */
div
{
	font-family:sans-serif, arial;
	font-size:13px;
	color:black;
}

/* Elementos de formulario */
input
{
	font-family:sans-serif, arial, courier;
	font-size:13px;
	background: white; /*url(/imagenes/input_back.png) center center;	*/
	border:1px solid black;
	padding:5px;
	color:black;
	font-weight:bold;	
}

textarea
{
	font-family:sans-serif, arial, courier;
	font-size:13px;
	background: white; /* #e2e3fb url(/imagenes/input_back.png) top center repeat-x;	*/
	border:1px solid black;
	padding:5px;
	color:black;
	font-weight:bold;	
}

.m_elem
{
	text-align:center;
	width:110px;
}

.tab_general
{
	border:1px solid white;
	border-left:1px solid black;
	border-right:1px solid gray;
	border-bottom:0;
	background: #0d156d url('/imagenes/tab_secciones_back.png') repeat-x top;
	color:white;
	padding:5px;
	font-weight:bold;
	text-align:left;
}

.box_general
{
	border-top:0;
	border-left:1px solid black;
	border-right:1px solid gray;
	border-bottom:1px solid black;
	padding:5px;
	color:black;
	background: #f1f1f1 url(/imagenes/box_general_back.png) top repeat-x;
	text-align:left;
}

.box_noticia
{
	border-top:0;
	border-left:1px solid black;
	border-right:1px solid gray;
	border-bottom:1px solid black;
	padding:5px;
	color:black;
	background:white;
}

hr.sep_noticia
{
	border:1px solid darkgray;
	padding-bottom:5px;
}

.cabecera
{
	background: url('/imagenes/fondo_cabecera.png') no-repeat; /* #d70400; */
	padding-top:0px;
	padding-bottom:0px;
	height:150px;
}

#pie
{
	background: #d4d4d4 url('/imagenes/fondo_pie.png') top repeat-x;
   padding: 3px 10px 3px 10px;
   text-align:center;
   clear: both;
   color:black;
   border-top:1px solid black;
}

/* Base de la pagina */
div.base
{
	width:950px;
	background:none;
	text-align:center;
	border:1px solid black;
}

#contenedor
{
   background:white;
	text-align: left;
   width: 948px;
   margin: auto;
	border-top:0;
	border-bottom:0;
	padding-top:0px;
	padding-bottom:0;
}

#cuerpo
{
   margin: 0px 0px 0px 0px;
	padding-bottom:0px;
	background: #fff6ec url('/imagenes/lateral_back.png') repeat-y;
}

#lateral
{
    width: 160px;
    background: #fff6ec url('/imagenes/lateral_back.png') repeat-y;
    float:left;
    text-align:center;
    padding-top:20px;
    	border-right:1px solid #8a5e2e;
}

#otrolado
{
    width: 210px;
    float: right;
    background:white;
    padding-top:10px;
    text-align:left;
}

#principal
{
    margin-left: 160px;
    /* background: none; */
    /* padding: 0px 0px 0px 0px; */
    padding:10px;
    background: white;
    /* width:550px; */
}

div.menu_top
{
	background: #bbbbbb url('/imagenes/fondo_enlaces_cabecera.png') repeat-x;
	border-bottom: 1px solid #8a5e2e;
}

div.menu
{
	width:135px;
}

div.textarea_like /* Asemeja una textarea */
{
	overflow:auto;
	border:1px solid #C0C0C0;
	background:white;	
}

div.error_box
{
	background:red;
	color:white;
	font-weight:bold;
	padding:15px;
	font-size:14px;
	border:1px solid brown;
}

/* Celda que contendra cada uno de los titulos rotando */
#celda_tit
{
	height:66px;
	width:320px;
	border-top:1px solid white;
}

.c_tit
{
	width:330px; 
	height:36px;
	padding:2px;
	padding-bottom:0;
	background:black;
}

.desc_act
{
	padding:10px;
	font-weight:bold;
}

.slogan
{
	color:#f4f4f4;
	font-size:18px;
}

.fecha_cabecera
{
	color:black;
	font-size:22px;
	font-weight:bold;	
}

.menu_top_out
{
	background: #9f9f9f url('/imagenes/menu_top_out.png') repeat-x top;
	border:1px solid gray;
	padding:5px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	color:white;
	font-family: arial, verdana;
}

.menu_top_over
{
	background: white;
	border:1px solid darkred;
	padding:5px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	color:black;
	font-family: arial, verdana;
}

.menu_out
{
	background: #939292 url('/imagenes/menu_out.png') repeat-x top;
	border:1px solid gray;
	padding:5px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	color:white;
}

.menu_over
{
	background: white; /* #cccccc url('/imagenes/menu_over.png') repeat-x top; */
	border:1px solid black;
	padding:5px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	color:black;
}

.box_noticia_prev
{
	width: 170px;
	border: 1px solid gray;
	padding: 5px;
	background: #f0f0f0;
}

.tab_seccion
{

	background: #0d156d url('/imagenes/tab_secciones_back.png') repeat-x top;
	color:white;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

.tab_seccion_2
{

	background: white url('/imagenes/tab_secciones_back_img_2.png') no-repeat;
	color:white;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

.tab_seccion_img
{

	background: white url('/imagenes/tab_secciones_back_img.png') no-repeat;
	color:black;
	font-weight:bold;
	padding:5px;
	text-align:left;
}