body {
	margin:0px;
	padding:0px;
	background-color: #F3EDD6;     /*color de fondo externo*/
	background-image: url(fondo.gif);
	font-family: verdana;
/*	color: #5f043a;                           /*color darkgreen*/
	color: black;
	font-size: 15px;
	text-align: center;
	}

#pagina{
	width: 780px;
	margin: 10px auto;
/*	background-color: #F3EDD6;	color de fondo interno*/
	}

#encabezado{
	background-color: white;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	height: 357px;
	margin-bottom: 10px;
	}
	
#contenido p	{
	text-align: justify;
	text-indent: 2em;
	padding: 10px 20px 10px 20px;
	}

#ppalizq{
	width: 33%;
	float: left;
	padding-bottom: 10px;
/*	background-color: white;	*/
	}
	
#ppalcent{
	width: 33%;
	float: left;
	padding-bottom: 10px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	}
	
#ppalcent p{
	text-indent:0px;
	text-align: center;
	}
	
#ppalder{
	width: 33%;
	float: left;
	padding-bottom: 10px;
/*	background-color: yellow;	*/
	}
	
#bordeiz{
	width: 230px;
	float: left;
	padding: 10px;
	background-color: #f3f4e6;
	border: solid 2px #5f043a;
	color:#5f043a;
	}
	
#bordeiz p{
	text-indent: none;
	text-align: center;
	font-size: 12px;
	}
	
#formu{
	margin left: 270px;
/*	background-color: white;	*/
	text-align:right;
	}
	
	
#formu table{
	float: right;
	}
	
#pie {
	clear: both;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	line-height: 130%;
	color:#5f043a;
	}
	
.ul	{
	list-style-type: disc;
	text-align: left;
	}
	
a	{
	text-decoration:none;
	color: #a933cb;
	font-weight: bold;
	}
	
#navegacion ul{
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #5f043a;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;	/* fixes Firefox 0.9.3 */
	}

#navegacion ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navegacion ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navegacion ul li a:hover
{
background-color: #A18796;
color: white;
}

#navegacion #active { border-left: 1px solid #fff; }

#menu3 {
	font-family: "arial";
	font-weight: bold;
	text-align: center;
	clear: both;
	}

#menu3 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline;
	}

#menu3 li {
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	border-left: 1px solid white;
	}

#menu3 li.first {
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	border-left: none;
	}

#menu3 a {
	font-size: 10px;
	text-decoration: none;
	color: #5f043a;                /*color link */
	}

h2	{
	color:#5f043a;
	}

.foto1{
	float: right;
	margin-bottom: 10px;
	}

.foto {
	float: right;
	border:solid white 10px;
	margin: 5px 0px 5px 10px;
	}
	
.imgizq{
	float: left;
	border: solid black 1px;
	}
		
.fecha {
	background-color: #f3f4e6;
	color: #4a2500;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin: 5px 0 0 0;	
	}

.fecha strong{
	color: #A933CB;
	}
