/************** HTML ***************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/fondo.gif);
	background-position:  50% 0;
	background-repeat: repeat-y;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
/*************** HTML _END ***************/

/*************** BOXES-LAYOUT **************/	

#content {
	min-height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	/* opera does not like 'margin:20px auto' */
	background-color: #e6dccf;
	background-image: url(img/brown.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-right: 3px solid #806640;
	text-align: left; 
	/* part 2 of 2 centering hack */
	width: 758px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 755px;
	}
	
 * html #content {
	height: 100%;
	width: 755px; /* ie5win fudge ends */
	}
	
#menu {
	margin-top: 0px;
	margin-left: 0px;
	background-color: transparent;
	float: left;
	width: 277px;
	}
	
#derecha {
		background-color: transparent;
		margin-top: 0px;
		margin-right: 10px;
		padding: 0px 0px 0px 0px;
	}
	
#fla {
	background-color: transparent;
	margin-top: 0px;
	}	
	
#text {
	padding: 5px 5px 5px 15px;
	text-align: left;
	margin-top: 0px;
	overflow: auto;
	height: 425px;
	border-bottom: 2px #806640 solid;
	background-color: #e6b873;
	}	
	
#home {
	padding: 5px 70px 5px 15px;
	text-align: left;
	margin-top: 0px;
	overflow: auto;
	height: 425px;
	border-bottom: 2px #806640 solid;
	background-color: #e6b873;
	}	
	
#foot {
	margin-top: 0px;
	height: 50px;
	padding: 3px 3px 0px 0px;
	text-align: right;
	}	

#pop {
 margin: 5px 5px 5px 5px;
 padding: 2px 2px 2px 2px;
 text-align: center;
 width: 304px;
 height: 429px;
 border: 3px solid #806640;
 background-color: #FFFFFF;
}

#foto {
margin-top: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
}
	
/************************* BOXES-LAYOUT _END **********/

/*********************** PROPIEDADES DE TEXTO **************/
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	}
h2 {
	font-family: georgia, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	}		
h3 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-color: #806640;
	padding: 2px 2px 2px 2px;
	}

li {
	text-align: left;
	padding-left: 0px;
 	margin-left: 0px;
	list-style: none;
	list-style-type: none;
	}
.news {
	text-align: center;
	margin: 10px 10px 10px 10px;
	}
.start {
	padding: 5px 70px 5px 15px;
 }
 p {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
 }

/*********************** PROPIEDADES DE TEXTO _END ***********/

/********************* ENLACES ****************************/
a:link{
	text-decoration: none;
	color: #806640;
	font-weight: bold;
	}
a:visited{
	text-decoration: none;
	color: #806640;
	font-weight: bold;
	}	
a:active{
	text-decoration: none;
	color: #806640;
	font-weight: bold;
	}
a:hover{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}	

	a.lank:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	a.lank:visited{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}	
	a.lank:active{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	a.lank:hover{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}	

a.simple:link{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	a.simple:visited{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}	
	a.simple:active{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	a.simple:hover{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	}



/************************* ENLACES _END ***********************/

/************* FORMS ***********************************/
	.send {
	background-color: #806640;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	}
	fieldset { 
	border: 1px;
	border-color: #806640;
	 
	}
	
	legend { 
	font-weight: bold; 
	font-size: 12px;
	color: #806640; 
	}
	
	form#myform { 
	padding: 0.5em; 
	width: 380px; 
	background: #e6dccf; 
	}
	form#myform div { 
	clear: both; 
	padding: 0.5em 0 0 0; 
	}
	label { 
	float: left; 
	width: 150px; 
	text-align: right; 
	}
	input {
	/*border-color: #000000;*/ 
	float: right; 
	width: 200px; 
	text-align: left; 
	}
	.enviar { 
	float: right; 
	margin: 0 0 0 0; 
	width: 60px;
	color: #FFFFFF;
	border: 1px;
	font-weight: bold; 
	border-color: #806640;
	background-color: #806640;  
	text-align: center;
	}
	.insertas {
		float: left;
		width: 200px;
	}
	.insertas2 {
		float: left;
		width: 20px;
	}

/******************* FORMS _END ************************/

/****************** TABLAS ******************************/
.inicio {
	background-color: transparent;
	border-top: 1px dashed #806640;
}
.fotos {
 width: 450px;
 border: 0px;
}
.marcos {
	background-color: #806640;
	color: #ffffff; 
}


/****************** TABLAS _END *************************/

/******************* IMG *****************************/
.pic {
	border: 1px #806640 solid;
}
.pic2 {
border: 2px #ffffff solid;
}



/******************* IMG _END *************************/