/***********************************************/
/* Cuadriatlon Tui 2006                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	align:center;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-aling: justify;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #E57819;
	text-decoration: none;
}

a:visited{
	color: #E57819;
	text-decoration: none;
}

a:hover{
	color:#88BF23;
	text-decoration: strong;
}

h1{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 140%;
 color: #FF9900;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #FF9900;
 font-style: italic;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 80%;
 color:#88BF23;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#cabecera{
	padding: 0px;
	border-bottom: 1px solid #000000;
	width: 100%; 
	background-color: #000000;
	background-position: center center;
	vertical-align: top;
	
}

	
#enlaces{
	clear:both;
	align: center;
	width: 100%;
	padding: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	font-size: 90%;
}

#edicionesanteriores{
	float: left;
	width: 15%;
	}

#patrocinadores{
    float:right;
	width: 8%;
	margin: 1px;
	padding: 0px;
	font-size: 80%;
}

#contenido{
	float:left;
	width: 60%;
	aling: center;
	margin-left: 1%;
	position: relative;
	font-size: 95%;
	text-align: justify;
	position: relative;
}
/***********************************************/
/* Components                                  */
/***********************************************/
/******************Pié de página*****************/
#pie{
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	font-style: italic;
	background-color:#000000;
	clear:both;
	text-align:center;
	
}

/*********** #Enlaces styles ***********/
#enlaces ul {list-style-type: none;} 
#enlaces  
a{
	color: #006600;
	font-weight: bold;
	margin-left: 2%;
	font-size: 90%;
	padding-right: 0px;
}

#enlaces  a:link{
	color:#88BF23;
	display:block;
}

#enlaces a:visited{
	color: #88BF23;
}

#enlaces a:hover{
	color: #E87719;
	}

/*********** #Patrocinadores ***********/

#patrocinadores{
	margin: 0px;
	padding: 0px;
}

#patrocinadores a{
	display: block;
	padding: 2px 0px 2px 10px;
}

#patrocinadores a:hover{
}

#patrocinadores img{
	float: left;
	padding: 1px 1px 0px 0px;
	width: 90%;
}

/**********************Fecha y cuenta atrás************************/
#fecha{
	font-size: 95%;
	font-style:italic;	
}

#cuenta_atras{
	color:#88BF23;
	text-align: center;
	font-size: 110%;
}


