/**********************************************************************************************/
/* CONTENEDOR GENERICO FONDO BLANCO    */
/**************************************/

/* Titulo del contenedor */
.borde_contenedor_titulo_izq { 
	background:url(../img/fondos/borde_izq.png) top left no-repeat;		
	border:0px;
	height: 7px;	
	margin:0px;
	padding: 0px 0px 0px 8px;
}
.borde_contenedor_titulo_der { 
	background:url(../img/fondos/borde_der.png) top right no-repeat;		
	height: 7px;	
	margin:0px;
	padding:0px;
}
.borde_contenedor_titulo_sup {
	background-color: #1B74CE;
	border-width: 2px 0px 0px 0px;
	border-color: #ADC5E1;
	border-style: solid;	
	height: 5px;	
	margin:0px 9px 0px 0px;
}
.fondo_contenedor_titulo_cent {
	background-color: #1B74CE;
	border-width: 0px 2px;
	border-color: #ADC5E1;
	border-style: solid;			
	padding-bottom:8px;	
}	

/* Contenido del contenedor */
.contenido_contenedor{
	border-top: 0px;
	border-bottom: 0px;
	border-right: 2px;
	border-left: 2px;
	border-color: #ADC5E1;
	border-style:solid;	
	padding: 8px;
	vertical-align: top;
	overflow: hidden;
	
	font-size: 13px;
    line-height: 16px;
}

/* Pie del contenedor */
.borde_contenedor_inf_izq { 
	background:url(../img/fondos/borde_contenedor_inf_izq.png) top left no-repeat;		
	border:0px;
	height: 16px;
	margin:0px;
	padding: 0px 0px 0px 6px;
}
.borde_contenedor_inf_der { 
	background:url(../img/fondos/borde_contenedor_inf_der.png) top right no-repeat;		
	height: 16px;
	margin:0px;
	padding:0px;
}
.borde_contenedor_inf_cent {
	background:url(../img/fondos/borde_contenedor_inf_cent.png) top center repeat-x;
	height: 5px;	
	margin:0px 6px 0px 0px;
	height: 7px;
	padding:0px;
}

/*===============================================================================================*/
/* Estilos aņadidos por Fermin */
/*===============================================================================================*/
/* Banner del lateral para Google */
.banner_google_der{
	/*float:left; */
	/*margin-left:13px;*/
	/*width:200px; */
	height:200px; 
	background-color:green; 
	margin-bottom:13px;
}

/* Div para el contenedor central */
.contenedor_base_cent{
	/*width: 750px;
	float:left;
	*/	
	z-index:1;
	overflow: hidden;
	background-color: #ffffff;	
	behavior: url(ie-css3.htc);				/* Activamos el soporte para IE */		 
}

.contenedor_base_der{
	/*width: 250px;
	float:left;*/
	overflow: hidden;
}

/**********************************************************************************************/
/* CONTENEDOR GENERICO CON IMAGEN DE FONDO    */
/*********************************************/
/* Titulo del contenedor */
.contenedor_base_cent_titulo
{		
	padding: 5px; 		   	
	background-color: #1A75CE;	
		
	-moz-border-radius: 5px 5px 0px 0px; 	/* Firefox */
	-webkit-border-radius: 5px 5px 0px 0px; /* Safari and Chrome */
	border-radius: 5px 5px 0px 0px; 		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */				
	
	-moz-box-shadow:  3px 9px 7px -3px #000000;		/* Firefox */
  	-webkit-box-shadow:  3px 9px 7px -3px #000000;	/* Safari and Chrome */
  	box-shadow:  3px 9px 7px -3px #000000;			/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */	
  	/*behavior: url(ie-css3.htc); */			/* Activamos el soporte para IE */
    
	position:relative;
	z-index:2;
	margin-right: 5px;		
	overflow: hidden;	
}


/* Contenido del contenedor */
.contenedor_base_cent_contenido{
	background-color: #FFFFFF;
    
    border: 2px solid #1A75CE;
    
    -moz-border-radius: 0px 0px 5px 5px;	/* Firefox */
	-webkit-border-radius: 0px 0px 5px 5px; /* Safari and Chrome */
	border-radius: 0px 0px 5px 5px; 		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */		
		       
   
    -moz-box-shadow:  3px 4px 7px -3px #000000;		/* Firefox */
  	-webkit-box-shadow:  3px 4px 7px -3px #000000;	/* Safari and Chrome */
  	box-shadow:  3px 4px 7px -3px #000000;			/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */	
  	/*behavior: url(ie-css3.htc); */			/* Activamos el soporte para IE */
    
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    z-index: 2;
		
}

/* Imagen de fondo del contenedor */
.fondo_buscador_loteria {
	background: url("../img/fondos/fondo_buscador.jpg") repeat scroll left top transparent;	
	padding: 8px;
	/*height: 115px;*/
	}
	
/* Espacio en blanco debajo de los contenedores */
.espacio_entre_bloques{ margin-bottom: 10px; }


/**********************************************************************************************/
/* CONTENEDOR GENERICO AYUDA 	*/
/*******************************/

.contendor_ayuda
{
	border: 2px solid #2075c8;
	padding: 10px;
	border-radius: 0px 6px;
	margin-top: -2px;
	font-size: 12px;
	
	-moz-box-shadow: -2px 3px 13px -5px #000000;		/* Firefox */
  	-webkit-box-shadow: -2px 3px 13px -5px #000000; 	/* Safari and Chrome */
  	box-shadow: -2px 3px 13px -5px #000000; 			/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  	
  	/*float: left;*/
  	background-color: #ffffff;
  	
}

/**********************************************************************************************/
/* CONTENEDOR PARA EL PIE	 	*/
/*******************************/
.contenedor_pie{
	background: url("../img/fondos/fondo_pie.png") repeat-x scroll left top transparent;
	
	overflow: hidden;
	padding:25px 9px 20px 9px;
	
	-moz-border-radius: 6px 6px 0px 0px;	/* Firefox */
	-webkit-border-radius: 6px 6px 0px 0px; /* Safari and Chrome */
	border-radius: 6px 6px 0px 0px; 		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */			
}

/**********************************************************************************************/
/* CONTENEDOR CON BORDE AZUL, SOMBRA AL PIE Y SIN CABECERA  */
/***********************************************************/
.contenedor_simple { 		
	
	padding:10px;
	margin: 0px 6px 10px 0px; 	
	
	border:2px solid #1B74CC;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	 border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	
	
	-moz-box-shadow: 3px 5px 5px grey; /* Firefox */
  	-webkit-box-shadow: 3px 5px 5px grey; /* Safari and Chrome */
  	box-shadow: 3px 5px 5px grey; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  	
  	background-color: #ffffff;
  	overflow: hidden;
  	z-index: 1;
	}