
*{
	padding: 0px;
	margin: 0px;
}

body {
	background: #36393D url(img/fondo_deg.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 0.75em;
	line-height: 1.6em;
	padding: 20px 0 20px 0;
	text-align: center;
	}

/*******************************  fuentes ************************************/

a:link {color: #C36B15;text-decoration: none;} 
a:visited {color: #C36B15;text-decoration: none;} 
a:hover {color: #C36B15;text-decoration: underline;}

h2{color: #CC6600;font: bold 1.5em Georgia;	letter-spacing: 3px;;}
h3{color: #663300;font: bold 1.2em Georgia;}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}

/*******************************  contenedor ************************************/

div#contenedor {
	background: #FFFFFF;
	width: 740px;
	text-align: left;
	padding: 10px;
	padding-bottom: 2px;
	min-height: 630px;
	}

/*hack para IE*/	
* html #contenedor { 
	height:630px;
}
	
/*******************************  borde ************************************/

div#borde {
	border:solid 2px #FFFFFF;
	background: #E3C98B;
	padding:3px;
	width:760px;
}	

/*******************************  contenedor_cabecera ************************************/
div#contenedor_cab {
	display:none;
	}

/*******************************  contenedor_sumario ************************************/

div#contenedor_sumario {
	width: 550px;
	margin-top: 30px;
	}

div#contenedor_sumario span{
	margin-left: 20px;
	}

div#titulo {
	background: transparent url(img/fondo_titulo1.gif) top center no-repeat;
	margin-left: 20px;
}

/*******************************  contenedor_texto ************************************/

div#contenedor_texto {
	width:550px;
	margin: 20px 0 0px 0;
	padding: 0;
	}

div#texto1{
	width: 550px;
	margin-left: 10px;
	}

div#texto1 p {
	padding: 10px 10px 10px 10px;
	}

div#error_form{
	color:#C36B15;
	font-weight:bold;
	text-align: center;
}	
/*******************************  pie ************************************/

div#pie {
	display:none;
	}
	

/*******************************  derecha ************************************/

div#derecha {
	display:none;
}

div#derecha h3{
	display:none;
}

div#lista {
	display:none;
}

div#lista ul{
	display:none;
}

div#lista li{
	display:none;
}	


/************ otros*************/

.naranja{
	color: #C36B15;
}
.marron{
	color: #663300;
}
.crema{
	color: #E3C98B;
}
.p1{
	text-align: justify;
}
.imagen_mini{
	border:solid 1px #FFFFFF;
	border-bottom:solid 1px #CAAF6E;
	border-right:solid 1px #CAAF6E;
}
.letra_capital:first-letter{
	font-size:140%;
}
.caja{
	background: #E0D1AF;
	border: solid 1px #C36B15;
	font: normal 1em Verdana;
	color: #663300;
	padding: 1px;
}
.formulario{
	color:#C36B15;
	font: 0.9em Verdana;
}

.boton{
	background: transparent url(img/boton.gif) no-repeat top; 
	border:0px;
	height:22px;
	padding-bottom:2px;
	width:105px;
	font: bold 0.9em Arial;
	color: #663300;
}
