/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	height:100%;	
	margin: 0px;
	padding: 0px;
	background-color:#dddddd;
	
	background-image: url(imagen/fondo.jpg);
	margin-top: 0px;
}

a{
	color: #000099;
	text-decoration: none;
}

a:link{
	color: #000099;
	text-decoration: none;
}

a:visited{
	color: #000099;
	text-decoration: none;
}

a:hover{
	color:#981c26;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #666666;
 
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	padding: 0px;
	width: 752px;
	margin-left:auto;
	margin-right:auto;
}
#mastcontent{
	padding: 0px;
	width: 752px;
		
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#Piedepagina{

	padding: 0px;
	width: 754px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background-color:#11075e;
}
#Piedepagina a{

	padding: 0px;
	width: 754px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background-color:#11075e;
}


#navBar{
	float: left;
	width: 155px;
	height:100%;
	margin: 0px;
	padding: 0px;
	
}
#headlines{
    float:right;
	width: 130px;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;}

#content{
	float: left;
 	width: 445px;
	height:100%;
  	background-color:#ffffff;
	padding:0px 10px 10px 10px;

	}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0px;	
	width:752px;
}
#logo{
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	height:189px;
	width:752px;
	background-image:url(imagen/cabecera.jpg);
	background-repeat:no-repeat;
}

#logo2{
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	height:45px;
	width:752px;
	background-image:url(imagen/cabecera2.jpg);
	background-repeat:no-repeat;

}

#banner{
	float:right;
    width:470px;
	border:0px;
	padding:0px;
     }

#menu{
   background-color:#dddddd;
   width:150px;
   margin-top: 0px;
   border-left:3px solid #ffffff;
   padding-bottom:5px;
   }
   
   
#separador_menu{

background-image:url(imagen/linea.jpg);
padding-top:5px;
   }

  
#menuOpcion{
	margin-left:auto;
	width:89%;
	padding-left:3px;
	background-color:#dddddd;
	height:20px;

	font-weight: bold;	
 }
 #Submenu{
	width:100%;
	background-color:#dddddd;
	vertical-align:middle;
	height:10px;
	padding-bottom:5px;

	
 }
 
 

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width:750x;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 125px 0px 3px 520px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; background-color:#666666;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px 5px;
}

#advert img{
	display: block;
}


/*****************  #Menu estilos *****/

#menuOpcion a{
    color:#1b2797;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menuOpcion a:hover{
   color:#FF0000;}

#Submenu a{
    color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	padding-left:15px;
	font-size:11px;
}
#Submenu a:hover{
    color:#990000;
 }
    

.reloj{
		border-style:none;
		width:118px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
		color:#FFFFFF;
		background-color:#1b2797;
		padding-left:100px;
		
	}
.tituloNoticia {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #981c26;
	text-decoration: none;
}
.tituloPagina {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.fecha {
	font-family: Verdana;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.noticiasusuarios {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.cuerpotexto {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.cuerpo_ficha {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height:18px;
}

.cuerpotexto_negrita {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.cuerpotexto_subrayado {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}
.marcador {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo_ficha {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.equipomarcador {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
.titularequipo {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #981c26;
	text-decoration: none;
}
.jugadores {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}
.jugadores2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

.titularNoticia {
	font-family: Georgia;
	font-size: 18px;
	color:#000099;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
}
.titularNoticia_index {
	font-family: Georgia;
	font-size: 15px;
	color:#000099;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
}
.piefoto {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.comentarios {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.subtitulo {
	font-family: Verdana;
	font-size: 11px;
	font-style:italic;
	font-variant: normal;
	color: #981c26;
	text-decoration: none;
	font-weight: bold;
}



#foto{
	padding: 5px 5px 9px 5px;
	background-color: #FFF;
	background-image: url(imagen/sombra.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#sombrader {
 width:768px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(imagen/sombra_der.jpg);
 background-position:right;
 background-repeat:repeat-y;
}

#sombraizq {
 width:771px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(imagen/sombra_izq.jpg);
 background-repeat:repeat-y;
 
}
