@charset "Latin1";
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0pt;
    padding:0pt;
    vertical-align:baseline;
}
*/

body {
	color:  #663300 ;
	background-color:  #2e4510 ;
	background-image:url(/img/fondo.png);
	background-repeat:repeat-y;
	background-position:center;
}
.marco_exterior {
	padding: 0px ;
	position:absolute;
	left: 50%;
	width: 960px;
	margin-left:-480px;
}
.cabecera {
	text-align:center;
	margin: -5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

.cabecera #anuncio_google_sup_iz{
	position:absolute;
	left:10px;
	top:10px;
	margin:0px;
	padding:0px;
	z-index:20px;
}
.cuerpo {
/*	padding:5px 20px 0px 20px; */
	padding:0px 20px 0px 20px;
	margin: 0px 5px 0px 5px;
	font-family: Comic Sans Ms, Comic Sans Ms, cursive;
	font-size: 14px;
	background-color: #FCFBDC ;
	border-top: 6px #900 solid;
	border-bottom: 2px  #F30 solid;
	border-left: 3px  #900 solid;
	border-right: 3px #F30 solid;
}

h2 {
	font-size:18px;
	font-weight:700;
	text-align:center;
	color: #852e08;
	padding:0px 0px 10px 0px;
}

h3 {
	font-size:16px;
	font-weight:500;
	text-align:center;
	color: #852e08;
}

.texto_ajustado {
text-align:justify;
}

.texto_centrado { 
text-align: center;
}

.texto_centrado p {

/* color #ffffdd 255-255-221 */
color: #ffffdd ;
text-align:justify;
}

.imagen_izquierda {
float:left;
text-align:right;
margin:10px;
padding: 5px;
}
.imagen_derecha {
float:right;
text-align:left;
margin: 10px;
padding: 5px;
}


.pie{
	margin: 0px 0px 0px 300px;
	padding:0px;
	height: 25px;
	text-align:center;
}

.pie li{
	list-style:none;
	margin: 2px;
	padding:2px;
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif ;
	font-family: Georgia;
}


/* CSS Document */



