/*

amarillo:     #F4CF1C
rojo:         #EC2E38
gris claro:   #cccccc
gris claro2:  #999999
gris oscuro:  #666666
gris oscuro2: #333333
gris oscuro3: #4c4c4c
blanco:       #FFFFFF
negro:        #000000
*/

/******************************************************************************************************************************/
/* Estilos de la página                                                                                                       */
/******************************************************************************************************************************/
body
{
	text-align: center;
	vertical-align: middle;
	background: #ec2e38;
	background-color: #ec2e38;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	/*color: #FFFFFF;*/
}
a:active {
	text-decoration: none;
}

/******************************************************************************************************************************/
/* Estilos del contenido                                                                                                      */
/******************************************************************************************************************************/
#contenedor
{
	position:absolute;
	display: table;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.contenedor[class]
{
	position: fixed; 
	display: table;
}
	
.centrado
{
	position: absolute; 
	top: 50%;
}
 
.centrado[class]
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: static;
}
	
.contenido
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	top: 10%;
	background-color: #ec2e38;
}
/*
#contenido img
{
	border: 0px;
	vertical-align: middle;
	width: 1003px;
	height: 450px;
}
*/

/******************************************************************************************************************************/
/* Estilos del resto                                                                                                          */
/******************************************************************************************************************************/
#logos_oficiales {
	position:absolute;
	width:685px;
	height:37px;
	z-index:5;
	left: 0px;
	top: 566px;
	
	/*border: 0px solid white;*/
	/*background-color: #F4CF1C;*/
}

.celda_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EC2E38;
	background-color: #F4CF1C;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	text-indent: 6px;
}

.celda_menu_seleccionado_texto 
{
    height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #EC2E38;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	text-indent: 6px;
	height: 36px;
}

.celda_menu_seleccionado_imagen {
	color: #FFFFFF;
	background-color: #EC2E38;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
    margin-right:auto;
    display: block;
}

.tabla_buscador {
	height: 36px;
	width: 463px;
}
.caja_buscador_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 13px;
	/*width: 120px;*/
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txt_busquedapor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.txt_busqueda_avanzada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}
.aviso_mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/*el proyecto*/
.txt_elproyecto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}

/*contacto*/
.contacto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #999999;
}

.contacto_formulario {
	border: none;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.contacto_tabla_primera_completa
{
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 2px;
	
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 2px;
	
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.contacto_tabla_primera_completa_centrado
{
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 2px;
	
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 2px;
	
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.contacto_tabla_ultima_completa
{
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 2px;
	
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.contacto_tabla_completa
{
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 2px;
	
	border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 2px;
	
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}


.contacto_tabla_incompleta_izquierda
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.contacto_tabla_incompleta_centro
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;	
}

.contacto_tabla_incompleta_derecha
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.contacto_tabla_separacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	font-weight: bold;
	color: #999999;
}

.contacto_acepto_condiciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/*sonidos*/

.sonidos_titulo_superior 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #4c4c4c;
}
.sonidos_titulo_superior_separacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-weight: bold;
	color: #FFFFFF;
}

.sonidos_titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #4c4c4c;
}

.sonidos_titulo_separacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.sonidos_descripcion {
    background-color: #EC2E38;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

