/* CSS Document */
body
{
	background-image:url(imagenes/margen150.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0 0 0 0;
}


xx
{

	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url('images/flor.jpg');
	background-repeat: no-repeat;
	background-position:  
               right bottom;
	font-size: 0.85em;
	height:100%

}

h1
{
	font-size: 24px;
    font-weight:normal; 
}


.cabecera_titulo
{
	background-color:#FFFFFF;
	position:absolute; 
	top: 30px; 
	left:90px; 
	width: 500px; 
	height: 60px; 
	border: #007854 solid 2px; 
	color: #007854;	
}

.cabecera_logo
{
	float:right;
	padding-right: 30px;
	padding-top: 10px;
}

.pie
{
	width: 100%;
	padding-top: 20px;
	clear:both;
	font-size: 12px;
	font-weight:bold;
	color: #007854;
	
}

.pie a
{
	text-decoration:none;
	color:#007854;	
}

.pagina{
	position: absolute;
	top: 140px;
	width: 100%;
	
	background-attachment: fixed;
	background-image: url(imagenes/foto-pda.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.pagina_seccion_izq
{
	text-align:justify;
	line-height: 160%;
	font-size: 12px;
	float: left;
	padding: 0  0 0 155px;
	width : 195px;
}

.contenido_texto
{
	font-size: 11px;
	text-align:justify;
	padding: 0 0 0 385px;
}

.contenido_texto h3
{
	color: #007854;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 6px 0;
	
}

.contenido_titulo
{
	text-align: center;
	color: #007854;
	border-bottom: 2px solid #007854;
	margin: 0 10px  0 385px;
}

.contenido_titulo h1
{
	font-size: 24px;
	margin: 0px 0px  0px 0px;
	padding: 0px 0px  0px 0px;
}