/* CSS Document */
body{
	background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

img	{
	border: 0px;
}

H3{
	margin-top:0;
}

#contenidor {
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.txt_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	font-weight: normal;
}

.txt_azul_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	font-weight: bold;
}

.txt_verde{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #84BA00;
	font-weight: normal;
}

.txt_verde18{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84BA00;
	font-weight: normal;
}

.txt_amarillo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #daff5b;
	font-weight: normal;
}

.txt_amarillo16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #daff5b;
	font-weight: normal;
}

.txt_amarillo14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #E2FF00;*/
	color: #daff5b;
	font-weight: normal;
}

.txt_amarillo11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #daff5b;
	font-weight: bold;
	line-height: 10px;
}
.txt_amarillo11nl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #daff5b;
	font-weight: bold;
}

.txt_blanco_16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.txt_blanco_14,
.txt_blanco_14 a:link, 
.txt_blanco_14 a:visited, 
.txt_blanco_14 a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.txt_blanco_14 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:underline;
}

.txt_url{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84BA00;
	font-weight: normal;
}
.txt_url a:link, 
.txt_url a:visited,
.txt_url a:active{
	text-decoration: none;
	color: #84BA00;
}

.txt_url a:hover{
	text-decoration: underline;
	color: #84BA00;
}

/* DIVS EMERGENTES */

#solucionesocio,
#competiciones,
#quehacer,
#esperanza,
#solucionesmarca,
#filosofia {
	position:absolute;
	display:none;
	left:480px;
	top:40px;
	z-index:1;
	text-align:justify;
}

#postersuzuki {
	position:absolute;
	display:none;
	left:600px;
	top:40px;
	z-index:1;
}


