/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5% Georgia, "Times New Roman", Times, serif,sans-serif;
}
p,ul {
	padding-bottom: 1em;
	text-align: justify;
}
ul {margin-left: 1.2em;}
li {list-style: none; text-align:justify;}
.Texto li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.2em;}
h1,h2,h3 {color: #9A6;}
td {
	color: #000000;
}
select { 
	font-size: 11px; 
	color: #000000; 
}
/* misc */
.clearer {clear: both;}
.Texto .padded {padding: 10px 10px;}
.rojo {
	color: #FF0000;
	font-style: italic;
}
.titulo {font-size:24px}
.lema {
	font-family: "Lucida Calligraphy";
	font-size: 12px;
}
.left {float: left;}
.right {float: right;}
.center {padding: 40px 0px;}

/* estructura */
.container {
	font-size: 1.2em;
	width: 100%;
}

/* cabecera */
.Cabecera {
	width: 100%;
	height: 140px;
	text-align: center;	
}

/* cuerpo */
.Navega, .Submenu, .oculto, .Foto, .botones {
	display: none;
}
.Texto {
	width: 100%;
	font-size: 14px;
}
.Formulario{
	width: 100%;
}
/* Pie */
.Pie {
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}


