/* CSS Document */
body {
	background-color:#434545;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#999999;
	
}
p {
	margin:0px 0px 20px 0px;
}


#cabecera {
	height:120px;
	background-color:#434545;
	background-image:url(../imagenes/tile_cabecera.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}


#contenedor {
	background-color:#515252;
	
}

#contenido {
	min-height:470px;
	width:860px;
	margin: 0 auto 0 auto;
	
	
}


.menu {
	margin: 60px 50px 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 40px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
}
.menu li em {
	width: 180px;
	height: 30px;
	position: absolute;
	top: -55px;
	left: -5px;
	text-align: center;
	padding: 20px 28px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	
}


#proximamente {
	padding-top:80px;
	margin-bottom:50px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#volver {
	float:right;
}

/*PIE DE PÁGINA*/

#pie {
	height:120px;
	background-color:#434545;
	bottom: 0; 
	color:#979696;
	background-image:url(../imagenes/tile_pie.jpg);
}

#pie a {
	color:#979696;
	text-decoration:none;
}

#pie a:hover {
	color:#f2aa00;
	text-decoration:none;
}

#pie .activo {
	cursor:default;
	color:#f3ca24;
}

#menu_inferior {
	padding-top:10px;
	text-align:center;
	
}

#texto_pie {
	padding-top:10px;
	text-align:center;
}

/*//////////////////FIN PIE//////////////**/

hr{
	height:1px;
	color:#e1ddc3;
	border-top:1px solid #e1ddc3;
	border-bottom:1px solid #FFFFFF;
}

.texto_rojo_normal {
	color:#943803;
}

.verde {
	color:#c4cd0c;
}
.azul {
	color:#76cff4;
}
.naranja {
	color:#f2aa00;
}
.introduccion_texto{
	background-color:#FFFFFF;
	border-top: 1px solid #606060; 
    border-bottom: 1px solid #606060; 
    border-left: 1px solid #606060; 
    border-right: 1px solid #606060; 
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #606060;
}

.boton{
	background-color:#FFFFFF;
	border-top: 1px solid #606060; 
    border-bottom: 1px solid #606060; 
    border-left: 1px solid #606060; 
    border-right: 1px solid #606060; 
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #606060;
}
/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

.texto_titulo {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#FF6600;
	
}