body
{
	background:#fff;
	background-image:url(../img/back_home.gif);
	_background-image:url(../img/back_home2.gif);
	*background-image:url(../img/back_home2.gif);
	background-repeat:repeat-x;
	color:#333;
	font-size:11px;
	font-family:Tahoma, "trebuchet MS";
	margin:0;
}

body .interna{
	background-image:url(../img/back_header.gif);
	background-repeat:repeat-x;
	
}

a
{
	text-decoration:none;
}

.link_rojo {
	color:#C21F22
}

a:hover
{
	text-decoration:underline;
}

.container_12
{
	background:#fff ;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:941px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

.titulo_menu {
	color:#50463F;
	margin-left:15px;
}

.titulo_menu a {
	color:#50463F;
}

.container_12 .header {
	width: 960px;
	background-image:url(../img/fondo_header.jpg);
	background-repeat:repeat-x;
	height:149px;
	border-bottom:4px solid #BB0004;
	margin-top:0px;
}

.menu {
	padding-top:107px;

}

/* Home
----------------------------------------------------------------------------------------------------*/

.flash_home {
	float:left; 
	display:inline; 
	margin:10px; 
	z-index:1;
}

.img_textos{
	float:left; 
	margin-bottom:5px;
	margin-right:10px;
}

/* `Banners
----------------------------------------------------------------------------------------------------*/

.banner_afiliese {
	margin: 10px 0 5px 0
}

.banner_liga {
	margin:3px 0 10px 0
}

.banner_clientes {
	margin-top: 10px;
	background-image: url(../img/area_clientes.jpg);
	background-repeat:no-repeat;
	height:52px;
	width:150px;
	color:#fff;
	padding:210px 10px 0 10px;
}

.banner_clientes a {
	color:#fff;
	text-decoration:underline;
}

.tit_internas {
	color:#EAE6C3; 
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-weight:bold; 
	font-size:13px; 
	width:630px; 
	background-color:#989584; 
	height:30px; 
	margin-top:10px; 
	line-height:30px; 
	padding-left:10px;
}

.tit_internas {
	color:#EAE6C3; 
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-weight:bold; 
	font-size:13px; 
	width:630px; 
	background-color:#989584; 
	height:30px; 
	margin-top:10px; 
	line-height:30px; 
	padding-left:10px;
}

.tit_internas2 {
	color:#EAE6C3; 
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-weight:bold; 
	font-size:16px; 
	width:630px; 
	background-color:#989584; 
	height:30px; 
	margin-top:10px; 
	line-height:30px; 
	padding-left:10px;
}

.tit_internas3 {
	font-size: 18px;
	font-weight: bold;
}

.txt_internas {
	margin-top:25px; 
	padding-left:15px; 
	padding-right:15px;
	width:610px;
	text-align: justify;
	line-height:14px;
}

.txt_internas li {
	list-style-type:circle; list-style-position:outside; margin-left:-20px; line-height:25px;
}

.txt_internas a{
	color:#333;
	text-decoration:underline;
}

.txt_internas a:hover{
	color:#C21F22;
	text-decoration:none;
}

.img_internas {
	border:2px solid #989584;
}

/* `Destacados
----------------------------------------------------------------------------------------------------*/

.txt_destacados {
	background-color:#999584; 
	border:2px solid #D0CDBE; 
	height:180px; 
	width:150px; 
	padding:12px; 
	color:#fff;
}

.img_destacados {
	border:2px solid #D0CDBE; 
	margin-bottom:5px;
}

.tit_destacados {
	height:20px; 
	width:150px; 
	padding:10px 10px 15px 17px; 
	font-family:"Georgia", Times New Roman, Times, serif; 
	font-size:12px; 
	font-weight:bold;
	text-align:center;
}

.tit_destacados a {
	color:#605448;
}

.destacados_internas {
	padding:10px 10px 10px 10px; 
	font-family:"Georgia", Times New Roman, Times, serif; 
	font-size:11px; 	
	font-weight:bold;
	background-color:#FAF9F1;
	color:#605448;
	line-height:16px;
}

.titulos_rojos{
	font-weight:bold;
	color:#990000;
}

.box_destacado {
	float:left; 
	display:inline; 
	margin:0 31px 0 7px; 
	width:150px
}

.box_uno_destacado {
	float:left; 
	display:inline; 
	margin:0 31px 0 0; 
	width:150px
}

.destacados {
	background-color:#EFEDE7; 
	border-top:5px solid #797068; 
	width:950px; 
	height:250px; 
	padding:0 0 0 10px; 
	float:left; 
	display:inline;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	height:30px; 
	width:100%;
	background-color:#FFF; 
	line-height:25px;
}

.footer_internas {
	height:30px; 
	width:100%;
	background-color:#FFF; 
	line-height:25px;
	border-top:5px solid #666;
}

.footer a{
	color:#333;
	text-decoration:none;
}

.footer_internas a{
	color:#333;
	text-decoration:none;
}

.txt_internas a:hover{
	color:#C21F22;
	text-decoration:none;
}



/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.alineado {
	float:left; 
	display:inline;
}

* html .clearfix {
	height: 1%;
}

.fotos {
	float: left; 
	padding-left:12px;
	padding-bottom:12px;
}

.titulo_negro{
font-size:16px;
color:#000000;}

.titulo_negro2{
font-size:14px;
color:#000000;
font-weight:bold;}

.subtitulo2{
font-size:14px;
color:#0099CC;}