@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:auto;
	color: #CCC;
} 
#background{ height:100%; width:100%; position:absolute;} 

#header {
	text-align: center;
}

#caja{
	background-position: center center;
	position:relative;
	overflow:auto;
	background-repeat:no-repeat;
	width:800px;
	margin:0px;
} 

#contenido {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: auto;
}

#footer {
	text-align: center;
}

#pie_auspiciantes {
	text-align: center;
	position: fixed;
	vertical-align: bottom;
	bottom: 0px;
}
.texto_titulo1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.texto_titulo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #F09;
}
.texto_titulo2left {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #F09;
	vertical-align: top;
}

.texto_parrafo1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
}
.texto_parrafochico {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #CCC;
}

.texto_parrafo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #F09;
}

.texto_parrafo3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #006;
}

#subcontenido {
	overflow: auto;
}

#linkareas {
	position: absolute;
	height: 372px;
	width: 786px;
	left: -9px;
	top: 79px;
	overflow: hidden;
	color: #666;
}
#subcontenido table tr td {
	color: #F0F;
}

