p {
  color:#f7ebe5;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
p2 {
  color:#5D1810;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
h1 {
  color:#e59326;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
}
h6 {
  color:#910000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
}

h2 {
  color:#D89E18;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-style: italic;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
}
a {
  font-family: Arial,Helvetica,sans-serif;
  color:ffffff;
  font-size: 12px;
}
li {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color:#CBAFA3;
}
date{
color:#CCB0A2;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;

}

*{
	padding: 0;
	margin: 0;	
}

#footer {
	position: relative;
	padding: 15px;
	color:#e59326;
	background-color: #5d1810;
	height: 110px;
	background-image: url(imagenes/bgfooter.gif);
}

#footer h1 strong {
	color: #f8cf65;
	font-weight: normal;
}

#footer div.separador p strong{
	margin-right: 20px;
	display: block;
	border-bottom: 1px dotted #fff;
}

#footer div.separador p a {
	color: #ffe788;
	text-decoration: none;
}

#footer div.separador p {
	padding-bottom: 2px;
}

a#pucv {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 150px;
	height: 50px;
}
a#pucv span{
	display: none;
}
#footer h1 {
	font-weight: normal;
	padding-bottom: 10px;
}

body{
	margin: 0 auto;
	width: 760px;

	background-image: url(imagenes/fondo.gif);
}

#header {
	display: none;
}
.separador{
	width: 20%;
	float: left;
}


