html, body 
{  
    height:100%;  
    margin:0;  
} 

body
{
    font-family: Helvetica, Verdana, Arial;
	background-color: #ffffff;
	background-image:url("../img/fondo.jpg");
	background-repeat:repeat-x;
	position:relative;
    min-width:1024px;
	min-height:768px; 
	position:relative;
}

#web
{
	position:relative;
	margin:auto;
	width:1024px;
	height:727px;
	background-image:url("../img/fondo_paco.jpg");
	background-repeat:no-repeat;
	padding:0px 20px 20px 10px;
}

#contenido
{
	width:680px;
}

#volver
{
	float:right;
}

#volver a
{
	font-size:8pt;
	font-weight:normal;
}

#enlace_inicio
{
	position:absolute;
	top:155px;
	left:751px;
}

#logos
{
	position:absolute;
	bottom:10px;
	left:-3px;
}

img
{
	border:none;
}

img.der
{
	float:right;
	margin: 8px 0px 15px 15px;
}

p, li
{
	font-size:10pt;
	text-align:justify;
	color:#404040;
	line-height:18pt;
}

h1
{
	color: #9d1019;
	font-family: 'Dancing Script', cursive;
	font-size:32pt;
}

h2
{
	color: #9d1019;
	font-family: 'Dancing Script', cursive;
	font-size:18pt;
}

a
{
	color:#9d1019;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.rojo
{
	color:#ff0000;
}