/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px; /*tamaņo general de los textos*/
	color: #665020; /*color general de los textos*/
}


body {
	background: url(../img/fn01.gif) top left repeat-x #c9b76e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	padding-bottom: 50px;	
	}
/*--------------------------- Links Generales*/
a, a:hover, a:link, a:visited{
	text-decoration: none;
	color: #ad0948;
	}
a:hover {text-decoration:underline; color: #ad0948;}
	
/*-------Elementos decorativos y separadores */	
hr {
	color: #8a7322; 
	background-color:#8a7322;
	height: 1px;
	}

/* ------------------------------ Estructura */
#contenedor {/* Div Contenedor General*/
	margin: 0 auto;
	width: 600px;/* --------------Ancho general (modifica el ancho de todo)*/
	border-left: 1px solid #936c1b;
	border-right: 1px solid #936c1b;
	border-bottom: 1px solid #936c1b;
	background: url(../img/fn_contenidos.jpg) repeat-x top left #f6e196;
	
}

	#cabecera {
		background: url(../img/fn_foto.gif) repeat-x bottom left White;
		text-align: center;
		}
		
	#menu {
		color: black;
		padding-top: 22px;
		background: url(../img/fn_menu.gif) repeat-x bottom left #e8e8e8;
		text-align: center;
		border-bottom: 1px solid #999999;
	}

		#menu table {margin: 0px auto;} /*Centrado de la tabla en Firefox*/
		#menu table td {text-align: center; border-left: 1px solid #999999; padding-bottom: 4px; padding-left: 20px; padding-right: 20px;}
		#menu td.last {border-right: 1px solid #999999;}
		
		/*---------------------Links del Menu*/
		#menu a, #menu a:link, #menu a:visited {
			color: Black;
			text-decoration: none;
			font-weight: normal;	
			}
		#menu a:hover {color: #ad0948;}
	
	#contenidos {	
		text-align: justify;
		padding: 20px 40px 0px 40px;
		line-height: 15px;

	}
	/*-------Textos y parrafos en #contenidos*/	
	#contenidos p, h2 {padding-left: 20px;}
	#contenidos h1 {font-weight: bold;}
	#contenidos b.primero{margin-top: 0px;}
	#contenidos h2 {font-weight: normal; color:#5b5b5b; margin-top: 10px;}
	#contenidos b b {font-weight: normal; display: inline;}
	#contenidos .fecha{
		text-transform: uppercase;
		color: #ad0948;
		font-weight: bold;
		margin-top: 20px;
		display: block;		
		}
	#contenidos .hora {display: block; margin-top: 10px;}
	
	#contenidos .dcha{ /*panel de informacion*/
	text-align: left;
	padding: 5px;
	float: right;
	width: 180px; /* ancho panel de informacion "info"*/
	margin: 0px 0px 10px 30px;
	background: url(img/fn_info.gif) repeat-x top left #bea95f ;
	color:#eae3cc; 
	border:solid; border-width:1px; 
	border-color: #a38d57;
	}
	
	#contenidos .dcha, .dcha a {font-size:9px; color:#eae3cc;} /*tamaņo textos panel de informacion*/
	#contenidos .dcha a {text-decoration:underline;}
	.izq {/*columna izquierda*/
	line-height: 17px;
	width: 300px;
	float: left;
	}
	#contenidos .contacto {
	padding:0px;
	}
	/*Para la CATA*/
	.cata {color:#5b5b5b; }
	.cata h1 {margin-bottom: 10px; color:#ad0948; font-weight: normal;}
	.cata b {color: color:#5b5b5b;}

	/*-------formulario en #contenidos*/	
	input {
		padding: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #5b5b5b;		
		}
	select {
		padding: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #5b5b5b;
		}
	input.radio {
width:15px;
height:15px;
border: 0px;
background-color:transparent;
}
	.submit {
		width:auto;
		border: 1px solid #f8e7aa;
		background-color: #ecd890;
		font-size: 10px;
		font-weight:bold;
		}

	.formulario td {padding:3px;}
	
	#pie {
		margin: 20px 11px 12px 11px;
		border: 1px solid #f8e7aa;
		padding: 10px;
		background-color: #ecd890;
		font-size: 9px;
		text-align: center;
		font-weight: normal;
		line-height: 15px;
		color: #baa962;
		font-size: 9px;
	}
	#pie b {color: #baa962; font-weight: bold;}
	#pie a, #pie a:link, #pie a:visited {
		color: #baa962;		
		font-weight: normal;
	}
	#pie a:hover {color: #baa962; text-decoration: underline;}
	
	.legal {
		font-size: 9px;
		word-spacing: 3px;
		color: #baa962;
		font-family: "Small Fonts" sans-serif;
		margin: 40px 0px 0px 0px;

	}	
ul {
margin-left:16px;
}
.foto {
	border:solid; border-width:1px; 
	border-color: #a38d57;
}
