/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#b1b695;
	background-image:url(../img/fondo_sombra.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.noborder {
border:none;
}


/* Estilos generales */

#cabecera, #contenido, #pie {
    margin-right: auto;
	margin-left: auto;
}

#cabecera {
	display:block;
	width: 220px;
	padding-top:67px;
}

#contenido{
	display:block;
	width: 220px;
	height: 238px;
	background-image:url(../img/fondo_a.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#imgie6{
	display:block;
	width: 220px;
    padding: 78px 0 13px 0;
	border-bottom: 1px dashed #c0c0bd;
}

#imgie7{
	display:block;
	width: 220px;
    margin-top: 13px;
}


#pie{
	display:block;
	height: 135px;
	width: 235px;
	background-image:url(../img/fondo_pie.gif);
	text-align:center;
}

#infopie {
	display:block;
	padding-top:4px;
	width: 220px;
	text-align:center;
	font-family:tahoma;
	color: #919191;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;

}

a.gris11 {
	font-family:tahoma;
	color: #a7a7a7;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

a.gris11:hover {
	text-decoration:underline;
}

.verde11 {
	font-family:tahoma;
	color: #46510b;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}

