/* CSS Document */
body {
	background-color:#393536;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	background-image:url(../imagenes/tile_1.gif);
	line-height:13px;
	
}
p {	margin:0px 0px 20px 0px;}
#cabecera {
	height:60px;
	background-color:#393536;
	background-image:url(../imagenes/tile_1.gif);
	border-bottom: 4px solid #dbdba5;
}

#logo {	float:left;	width:330px;}
#contenedor {	background-color:#f0eee1;}
#contenido {	min-height:700px;	width:860px;	margin: 0 auto 0 auto;}

#contenido_inicio {
	min-height:810px;
	width:860px;
	margin: 0 auto 0 auto;
}

#contenidos {	padding-top:15px;}

#contenido_seccion {
	margin-left:450px;
	padding-bottom:30px;
	text-align:justify;
}

#contenido_seccion a {
	color: #943803;
	text-decoration:none;
}

#contenido_seccion a:hover {
	color: #943803;
	text-decoration:underline;
}

#contenido_seccion h1{
	color: #913601;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:33px;
	margin-bottom:40px;
}

#foto_intro {
	float:left;
}

#subcabecera{ background:url(../imagenes/fondo_subcabecera.jpg) no-repeat; height:181px;}
#subcabecera #copys{margin:0 0 0 25px; color:#FFF;}
#subcabecera h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	padding-top:30px;
}
#subcabecera h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	background-image:url(../imagenes/vineta_peque.png);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:25px;
	#line-height:22px;
}

/*HOME*/

#contenidos_inicio {
	margin:20px 0 20px 0;
	background-image:url(../imagenes/fondo_home_2.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	min-height:700px;
}

#banner_inicio {
	float:left;
	color:#b0b0b0;
	margin: 315px 0 5px 55px;
	padding:16px;
	background-image:url(../imagenes/negro_trans.png);
	width:300px;
}

#bienvenida {
	margin: 1px 0 5px 495px;
	background-image:url(../imagenes/negro_trans.png);
	background-repeat:repeat-y;
	width:300px;
	padding:16px;
	color:#b0b0b0;
	text-align:justify;
}
#bienvenida h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-image:url(../imagenes/vineta_gran.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:55px;
	line-height:55px;
	color:#F90;
	font-size:24px;
	margin-top:0px;
}
#bienvenida strong, #banner_inicio strong {color:#fff;}
#bienvenida a, #banner_inicio a {	color:#979696;	text-decoration:none;}
#bienvenida a:hover, #banner_inicio a:hover {	color:#979696;	text-decoration:underline;}

/**/

/*PIE DE PÁGINA*/

#pie {
	height:50px;
	background-color:#393536;
	bottom: 0; 
	color:#979696;
	background-image:url(../imagenes/tile_1.gif);
}

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

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

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

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

#texto_pie {
	padding-top:10px;
	padding-bottom: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;
}

.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;
	
}
.clear{ clear:both;}