@charset "utf-8";
/* CSS Document */
@import url("comun.css");
@import url("cabecera.css");
@import url("menuh.css");
@import url("camino.css");
@import url("camino_popup.css");
@import url("cabecera_popup.css");
@import url("menus_interiores.css");
    #contenedor_serie { 
    	width: /*935px*/90%;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
		border: 1px solid #dcdcdc;
    } 
     #contenido_sorteig {
	float:right;
	padding: 6px 0px;
	border: 0px solid #00FF00;
	text-align: left;
	width:87%;
    }
   
        #contenido_sorteig1 {
	float: left;
	padding: 6px 0px;
	border: 0px solid #00FF00;
	text-align: left;
	margin-right:60px;
	width:80%;
    }
   
    .clearfloat_serie { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:5px;
        font-size: 1px;
        line-height: 0px;
    }	
	
	
     #cont_sorteig {
	text-align:justify;
	font-size:90%;
    } 
	     

#titulo {
float: left;
width: 100%;
background-color:#e7130b;
height: 36px;
text-align:left;
}
#titulo .titular{
	padding: 0px 12px 0px 0px;
	color:#808080;
	font-size:200%;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#FFFFFF;
	width: 5%;
}

     
 #separa_menu { 
		width: 100%;
		height:8px;
    	background:#d8d8d8; 
    }
#Gestor h1 {
padding-bottom: 12px;
padding-left: 12px;
font-size: 120%}
#Gestor h3 {
padding-bottom: 6px;
font-size: 110%;
}
#Gestor p {padding-bottom: 12px;}

.becas table { border: 1px solid #000;}
.becas table th,  .becas table td{ border: 1px solid #000; padding: 4px; font-size: 80%;}
.becas table td {text-align: left;}
.becas table th {text-align: center;}
.becas table A {color: #555555;}
.textcenter {text-align: center;}
