body {
	background-color: #FAFAFA;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif; 
	width: 750px;
	margin: 15px auto 15px auto;
}

body a {
	text-decoration: none;
	color: #03C;
}

a:hover, a:active {
	color: #c30;
}

img {
	border: none;
}

p, li, ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header, #botones, #fecha, #main, #footer {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-image: url(images/titulo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 226px;
}

#header p {
	text-align: right;
	font: 12px normal Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 6px 2px;
}

#botones {
	background-image: url(images/botonera.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	font: 14px normal Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0;
}

#botones a  {
	text-decoration: none;
	color: #FC0;
}

#botones p {
	padding: 2px;
	color: #FFF;
	font-size: 95%;
	font-weight: 500; 
    float: left; 
}
#main h1 {
	position: relative;
	margin: 0 auto;
	font: 20px normal Arial, Helvetica, sans-serif;
	color: #486484;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

#main h2 {
	position: relative;
	margin: 0 auto;
	border: 1px dotted #486484;
	background-color: #F0F0F0;
	font: 16px normal Arial, Helvetica, sans-serif;
	color: #06C;
	font-weight: bold;
	padding: 5px 4px;
}

#main h3 {
	position: relative;
	margin: 0 auto;
	font: 15px normal Arial, Helvetica, sans-serif;
	color: #06C;
	font-weight: bold;
	padding: 8px 4px;
}

#main p {
	font-size: 15pX;
	padding: 4px 0px;
	text-align: justify;
}

#main ul {
	list-style-image: url(images/guion.gif);
	margin: 0 15px;
	font: 15px normal Arial, Helvetica, sans-serif;
}

.caja {
	border: 1px solid #486484;
	margin: 12px auto;
	font: 15px normal Arial, Helvetica, sans-serif;
	padding: 4px; 
}

#footer {
	text-align: center;
	border: 1px groove #7192AB;
	padding: 0 auto 6px auto;
	margin-top: 30px;
}
