/***********************************************/
/* cuadriatlon.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image: url(imagenes/fondodegradado.png);
	font-family: Arial, Verdana;
	color: #FFFFFF;
	padding: 0px, 5px;
	margin: 0px, 5px, 0px, 5px;
	font-size: 90%;
	text-align: justify;
	padding:0px, 5px;
	background-repeat: no-repeat;
		}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana;
	margin: 0px;
	padding: 0px 5px;
}

h1{
 font-family: Arial, Verdana;
 font-size: 140%;
 font-weight: bold;
 color: #FF0066;
}

h2{
 font-size: 120%;
 color: #FF0066;
 tex-aling:center;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 color: #0066FF;
}

h5{
 font-size: 100%;
 color: #000000;
}

h6 {
font-size:100%;
color: #009933;
align:right;
}

ul{
 list-style-type: disc;
 color: #FFFFFF;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#centar { margin:0 auto 0 auto; width:760px;
 }

#cabecera {
	width:760px;
	background-color:#000000;
	}

#fondonegro {
	width:760px;
	background-color:#000000;
}

#portada {
	widht:760px;
	background-color: #000000;
	color: #FF6600;
	}

#secciones{
	clear:both;
	width: 760px;
	background-color:#000000;
	color: #3300FF;
	}

#imagenesseccion{
    clear:both;
	background-color:#000000;
	width:760px;
	align:center;
	}
	
#menu{
	clear:both;
	background-color:#FF0066;
	width:760px;
	color: #000000;
    }

#contenido{
	clear:both;
	width:760px;
    background-color:#000000;
	clear: both;
	padding: 0px;
	color: #FFFFFF;
	text-align: justify;
    }

#caja{
	clear:both;
	width:600px;
    background-color:#000000;
	clear: both;
	padding: 0px;
	color: #FFFFFF;
	text-align: justify;
    }

#pie {
	clear:both;
	width: 760px;
	background-color:#000000;
	padding:0px;
	aling: center;

	}

/************** .feature styles ***************/
.naranja{
color: #EB671D;
}
 
.140{
font-size:140%;
}

.80{
font-size:80%;}
 
.blanco{
font-size: 70%;
color:#FFFFFF;
}

.central{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/*********** #secciones styles ***********/
#secciones 
	a:link, a:visited{
	color: #0D8A2E;
	text-decoration: none;}
	
	a:hover{
	color: #FFFFFF;
	text-decoration:none;}

#menu a:link {
	color: #0D8A2E;
	text-decoration: none;}
	
#menu a:visited{
	color: #0D8A2E;
	text-decoration:none;}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;}
	
#portada a:link{ 
	color:#0D8A2E;
	text-decoration:none;}

#portada a:visited{ 
	color:#0D8A2E;
	text-decoration:none;}

#portada a:hover{ 
	color: #FFFFFF;
	text-decoration:none;}
	
#contenido 
	a:link, a:visited{
	color: #0D8A2E;
	text-decoration: none;}

	a:hover {
	text-decoration: none;
	color: #FFFFFF;}

