@charset "UTF-8";
/* CSS Document */


/*----------Estilo principal para todas las paginas---------*/
body {
	margin: 0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#01547C;
	color:#333333;
}


/*----------Abajo del menu izquierdo---------*/
.links_rojos {
font-size:12px;
color:#990000;
text-decoration:none;
text-align:left;
}

.links_rojos:link {
font-size:12px;
color:#990000;
text-decoration:none;
text-align:left;
}

.links_rojos:visited {
font-size:12px;
color:#990000;
text-decoration:none;
text-align:left;
}

.links_rojos:hover {
font-size:12px;
color:#990000;
text-decoration: underline;
text-align:left;
}



/*----------breadcrums---------*/
.breadcrums {
font-size:10px;
color: #333333;
text-decoration:none;
text-align:right;
padding-top:15px;
}

.breadcrums:link {
font-size:10px;
color: #333333;
text-decoration:underline;
text-align:right;
}

.breadcrums:visited {
font-size:10px;
color: #333333;
text-decoration:underline;
text-align:right;
}

/*----------Titulo principal, rojo---------*/
.titulo_sección {
font-size:15px;
color: #A3150D;
text-decoration:none;
font-weight:bold;
text-align:left;
}

/*----------Gris para subtitulos y encabezados---------*/
.subtitulo_de_seccion {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:none;
}

.subtitulo_de_seccion:link {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:underline;
}



.subtitulo_de_seccion:visited {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:underline;
}

/*----------NAVEGACION PARA ANCLAS---------*/
.menu_anclas {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:none;
}

.menu_anclas:visited {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:underline;
}

.menu_anclas:link {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:underline;
}

.menu_anclas:hover {
font-size:13px;
color: #333333;
font-weight:bold;
text-align:left;
text-decoration:none;
}


/*----------Texto general para secciones con padding---------*/
.texto_de_seccion {
font-size:13px;
color: #333333;
padding:15px;
text-align:left;
}

.texto_de_seccion:link {
font-size:13px;
color: #333333;
text-align:left;
padding:0px;
}

/*----------VER MAS (links azules)---------*/
.ver_mas {
color:#005882;
font-size:11px;
text-decoration:none;
}

.ver_mas:link {
color:#005882;
font-size:11px;
text-decoration:none;
}

.ver_mas:hover {
color:#005882;
font-size:11px;
text-decoration:underline;
}

.ver_mas:visited {
color:#005882;
font-size:11px;
text-decoration:none;
}

/*----------FOOTER---------*/
.footer {
font-size:12px;
color:#005882;
text-decoration:none;
text-align:center;
}

.footer_links {
font-size:12px;
color:#005882;
text-decoration:none;
text-align:center;
}

.footer_links:link {
font-size:12px;
color:#005882;
text-decoration:none;
text-align:center;
}

.footer_links:hover {
font-size:12px;
color:#005882;
text-decoration:underline;
text-align:center;
}

/*----------TABLAS---------*/

.titulo_tablas{
font-size:12px;
color: #FFFFFF;
font-weight:bold;
}
.contenido_tablas{
font-size:12px;
color:#333333;
}

.contenido_tablas:link{
font-size:12px;
color:#333333;
text-decoration:underline;
}

.contenido_tablas:hover{
font-size:12px;
color:#333333;
text-decoration:none;
}


/*----------NUEVO (para articulos)---------*/

.nuevo{
font-size:9px;
color: #CC0000;
font-weight:bolder;
}

/*----------TABS AZULES de encabezado---------*/

#tab {
height:23px;
width:236px;
background-image: url(../_images/back_tab.gif);
background-repeat:no-repeat;
}

.tab {
color: #FFFFFF;
font-size:10;
text-decoration:none;
padding-left:10px;
line-height:24px;
text-align:left;
}

/*----------texto para botones---------*/

.texto_botones{
font-size:13px;
color: #333333;
text-decoration:none;
}

.texto_botones:link{
font-size:13px;
color: #333333;
text-decoration:none;
}

.texto_botones:visited{
font-size:13px;
color: #333333;
text-decoration:none;
}

.texto_botones:hover{
font-size:13px;
color: #333333;
text-decoration:underline;
}



/*----------toros lecheros---------*/

.titulos_tablas_toros_lecheros{
font-size:16px;
color: #333333;
text-decoration:none;
text-align:center;
font-weight:bold;
}

.texto_general_toros_lecheros {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.bordes_imgn_toros_lecheros { border: 2px #fff;}  

/*----------subtitulo_azul (hecho para extranet)---------*/
.subtitulo_azul {
color:#005882;
font-size:11px;
text-decoration:none;
}