/* CSS Document */

	body {
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:98%;
		background:#B30004;
		min-width:1000px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		text-align:center;
	}
	/************************************************************************************/
	/* 						ESTILOS PARA EL CONTENEDOR DE LA PGINA 					*/
	/************************************************************************************/	
	#wrap{
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		/*border:2px solid #F10100;*/
		background:#000000;
		padding:5px;
		/*border-left:5px solid red;*/
		/*border-right:5px solid red;*/
	}
	/********************************************************************/
	/* 						ESTILOS PARA LA CABECERA 					*/
	/********************************************************************/	
	#header {
		border:0;
		position:relative;
		width:100%;
		/*border:1px solid red;*/
		height:245px;
	}

	/********************************************************************/
	/*					CONTENEDOR DE LAS COLUMNAS						*/
	/********************************************************************/
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		width:100%;			/* width of whole page */
		overflow:hidden;		/* */
		color:white;
		/*border:1px solid green;*/
		/*background:#FFFFFF;*/
		/*background:none;*/
	}
	.col1 {
		float:left;
		position:relative;
		padding:5px 10px 10px 5px;
		overflow:visible;
		width:15%;
		/*border:1px solid green;*/
	}
	.col2 {
		float:left;
		position:relative;
		padding:10px 20px 10px 25px;
		/*overflow:visible;*/
		width:79%;
		/*border:1px solid red;*/
		/*background:none;*/
	}
	.col2 p {
		margin-bottom:15px;
		text-align:justify;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;		
		padding-right:15px;		
	}
	.col2 td {
		margin-bottom:15px;
		text-align:justify;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;		
		padding-right:15px;		
	}
	.col2 a{
		font-family:Helvetica,sans serif;
		font-size:1em;
		/*font-weight:bold;*/
		color:white;
	}
	.col2 a img{
		border:0;
	}
	.col2 ul, .col2 li{
		text-align:justify;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		margin-top:10px;
		padding-right:15px;	
	}
	.col2 li a{
		font-weight:bold;
	}
	.botonmenu {
		width: 100%;
		height: 20px;	
		padding-top:5px;
		padding-bottom:5px;		
		margin-top:4px;
		text-align:center;
		background: url(../images/botons/boton-normal-liso.jpg) no-repeat center;
	}
	
	.botonmenu a {
		font-family:Helvetica,sans serif;
		font-size:1em;
		font-weight:bold;
		color:white;
		text-decoration:none;
	}
	.botonmenu a:hover {
		color:#F7E2A1;
		font-style:italic;
	}
	
	.titulo {
		margin-top:15px;
		margin-bottom:30px;
		font-family:Times New Roman, Times, serif;
		font-size:1.8em;
		font-weight:bold;
		text-decoration:none;
		text-indent: 15px;
		float: none;
		color:white;
	}
	.titulo2, .titulo2 a {
		margin-top:15px;
		margin-bottom:30px;
		font-family:Times New Roman, Times, serif;
		font-size:1.2em;
		font-weight:bold;
		text-decoration:underline;
		border:0;
		text-indent: 15px;
		float: none;
		color:white;
	}	
	/********************************************************************/
	/*					ESTILO PARA EL PIE DE PGINA					*/
	/********************************************************************/	
	#footer {
		position:relative;
		width:100%;
		/*background:#FFFFFF;*/
		background:none;		
		/*border:1px solid orange;*/
		
	}
	#footer p {
		padding-top:10px;
		margin-top:10px;
		text-align:center;
		font-family:Times New Roman;
		font-size:0.9em;
		color:white;
		/*font-weight:bold;*/
	}
	/********************************************************************/
	/*					ESTILO PARA EL CONTADOR							*/
	/********************************************************************/		
	.contador
	{
	  font: 18px Tahoma;
	  text-align: center;
	  background: url(../images/contador.gif) no-repeat center;
	  color: white;
	  width: 150px;
	  height: 50px;
	  float: left;
	  line-height:50px;
	} 