BODY { 
background : url(theme/bg.jpg) repeat-x;
background-color: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color : #444444;
text-align: center;
}
#contenedor{ 
text-align: left;
width: 1080px; 
margin: auto;
}
#cabecera{
width:1080px;
float:right;
}
#cuerpo{
width:1080px;
float:right;
}
#contenido{
width:730px;
float:left;
margin-top:12px;
margin-left:12px;
margin-right:12px;
}
#lateral{
width:320px;
float:left;
text-align:center;
}
#pie{
width:100%;
background : #e5e5e5;
font-size:10px;
height:60px;
float:left;
vertical-align:middle;
padding-top:14px;
}
a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	background: url(theme/enlace.png) no-repeat;
	padding-left:16px;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
H1{
font-family:Arial;
font-size: 18pt;
text-decoration:underline;
margin-bottom: 0;
margin-top:0;
}
H2{
font-family:Arial;
font-size: 16pt;
background: url(theme/ayuda.png) no-repeat;
padding-left: 34px;
}
</style>
