/* CSS Document */
/* Estilos para los tags HTML*/
body {
	font-family: Verdana;
	font-size: 14px;
	color: #645464;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	/*background-image: url(../media/fondos/background.jpg);	*/
	background-color:#9F9F9F;
	background-repeat: repeat-x;
	background-position: center top;
}
/* INPUT */
INPUT {
	font-family: Verdana;
	font-size: 10px;
	/*
	SI NECESITAN HABILITAR ESTO ME AVISAN... Steven
	color: #000000;
	background-color: #dfe4e8;  
	text-align: left;
	margin: 1px;
	padding: 1px;
	border: 0px solid #000000;*/
} 

TEXTAREA {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #dfe4e8;
	border: 0px solid #000000; 	
	/* overflow: auto; 
	height: 100;
	width: 70%;			*/
}

/* BOTON DE FORMULARIOS*/
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #185B9F;
	font-weight: bold;
	background-color: #E9E9E6;
	text-align: center;
	margin: 1px;
	padding: 1px;
	border: 1px solid #9F9F96;
}

/* MENU */
.menu {
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}

/* home */
.contenido_home {
	font-size: 11px;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #645464;
	line-height: 15px;
}

/* CONTENIDOS*/
.contenido {
	font-size: 11px;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #ffffff;
}



.menurojo {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #005FA9;
}

.menunegro {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}
a:hover {
}

.campos {
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	color: #645464;
}

/* enlaces general */
a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#003366;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;	
	text-decoration: none;
		font-weight:bold;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color:#804040;	
		font-weight:bold;
	text-decoration: none;	
}

/* PIE menu de abajo  */
.pie_contenido {
	font-size: 10px;
	color: #185b9f;
}

a.pie {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
a.pie:visited {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
a.pie:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/***/
a.menu {
	font-size: 10px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;	
}
a.menu:333333 {
	font-size: 10px;
	color:#999999;
	font-weight: bold;
	text-decoration: none;	
}
a.menu:hover {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;

}

a.titulo {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
}
a.titulo:hover {
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration:underline;
	text-transform: uppercase;

}
a.titulob {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}
a.titulob:hover {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;

}
a.titulop {
	font-size: 11px;
	color:#999999;
	font-weight: bold;
	text-decoration: none;	
}
a.titulop:hover {
	font-size: 11px;
	color:#999999;
	font-weight: bold;
}
.copyrith{
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

/* PATH  */
.pathon {
	font-size: 11px;
	color: #645464;
}

a.path {
	font-size: 9px;
	color: #645464;	
	text-decoration: none;	
}
a.path:visited {
	font-size: 9px;
	color: #645464;	
	text-decoration: none;	
}
a.path:hover {
	font-size: 9px;
	color: #645464;	
	text-decoration: underline;	
}



/* enlaces pequeos */
a.peq {
	font-size: 9px;
	color: #645464;
	font-weight: bold;
	text-decoration: none;	
}
a.peq:visited {
	font-size: 9px;
	color: #645464;
	font-weight: bold;
	text-decoration: none;	
}
a.peq:hover {
	font-size: 9px;
	color: #645464;
	font-weight: bold;
	text-decoration: underline;
}

/*  */
.tituloblanco {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.fecha {
	font-family: "Lucida Sans";
	font-size: 11px;
	color:#999999;
	
}

/* border fotos */
.borde_foto {
	border: 2px #F9D21D;
}

/* TABLA DE UTILITARIOS */
.tablautilitarios {
	background-color: #000099;
	border: 2;
	border-color: #000000;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* ESTILOS PARA BLOGS */
.categoria_blog {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.contenido_blog {
	font-family: Verdana;
	font-size: 9px;	
	color: #000000;
}

.subtitulos {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.titulospeq {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	
}

.titulocentro {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
/* FIN ESTILOS PARA BLOGS */

/* alertas */
.alerta {
	font-size: 11px;
	font-family: Verdana;
	/*font-weight: bold;*/
	color: #ff0000;
}
.fondo_menusuperior {
	background-color: #9BB133;
}
.fondo_tablamayor {
	background-color: #ffffff;
}
.fondo_pie {
	background-color:#302001;
}
.fondo_menu {
	background-color:#107DD8;
}


/* leer mas */
a.leer {
	font-size: 9px;
	color: #107DD8;	
	text-decoration: none;	
}
a.leer:visited {
	font-size: 9px;
	color: #107DD8;	
	text-decoration: none;	
}
a.leer:hover {
	font-size: 9px;
	color:#e47a15;
	text-decoration: none;
	/*background-color: #DDEEFF;*/
}
/******/
/* correo */
a.correo {
	font-size: 9px;
	color: #ffffff;	
	text-decoration: none;	
}

a.correo:hover {
	font-size: 9px;
	color:#ffffff;
	text-decoration: none;
	/*background-color: #DDEEFF;*/
}
/* correo 2*/
a.correo2 {
	font-size: 9px;
	color: #000000;	
	text-decoration: none;	
}
.punteado{ 
border-style: solid; 
border-width: 1px; 
border-color:#F0F0F0; 
font-family: verdana, arial; 
font-size: 12px; 
} 
.punteado2{ 
border-style: solid; 
border-width: 1px; 
border-color:#ffffff; 
font-family: verdana, arial; 
font-size: 10pt; 
} 

.borde_contenido{ 
border-style: solid; 
border-width: 1px; 
border-color:#CCCCCC; 
font-family: verdana, arial; 
font-size: 10pt; 
} 
.menusecciones{ 
background-color:#ADB806; 
} 

.menu{ 
border-style: solid; 
border-width: 1px; 
border-color:#F0F0F0; 
font-family: verdana, arial; 
font-size: 10pt; 
} 
.texto_logo{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #444;
font-weight: bold;
margin:4px;
}
.titulares{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 14px;
color: #000000;
font-weight: bold;
text-transform: uppercase;
}
.direccion{
font-family: verdana, arial; 
font-size: 11px;
color: #ffffff;
}
hr{ 
width:100%; 
height:0px;/*solo queremos borde*/ 
text-align:left;
border-top:0px;/*quita el grosor extra de Opera y FFox*/ 
border-bottom:dotted 1px #666666;
}
hr1{ 
width:100%; 
height:0px;/*solo queremos borde*/ 
text-align:left;
border-top:0px;/*quita el grosor extra de Opera y FFox*/ 
border-bottom:solid 1px #666666;
}
/******************************/
 /*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#f5df7a;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	margin:0;
	padding:10px 10px 0 200px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }