/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}
/* FIN RESET CSS */

body{
	background-color: #FFFFCC; 
	color:#000066; 
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:18px;
}

.clear{
	clear:both;
}

.derecha{
	text-align:right;
}

h1{
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:12px;
	font-weight:bold;
}


#contenedor{
	display: block;
	width: 756px;
	margin: 0 auto;
}

#header{
	display: block;
	width: 748px;
	height: 102px;
	border: 1px solid #511516;
	padding: 2px;
}

#header_fondo{
	display: block;
	width: 748px;
	height: 62px;
	padding: 40px 0 0 0;
	background: #511516;
	color: #FFFFFF; 
	text-align: center;
	font-size:18px;
	font-weight:bold;
}

#botonera{
	display:block;
	width:712px;
	height:30px;
	margin: 10px 0 0 0;
}

#botonera ul li{
	display:block;
	width: 100px;
	float:left;
	font-size:14px;
}

#botonera ul li a{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

#botonera ul li a:hover{
	text-decoration:underline;
}

#contenido{
	display:block;
	float:left;
	width:480px;
	margin:20px 0 0 0;
	padding:10px 5px 0 5 px;
}

#contenido ul li{
	list-style:disc;
	margin-left:20px;
}

#contenido a{
	color:#000066;
	text-decoration:underline;
}

#contenido .bloque{
	display:block;
	width:100%;
	height:200px;
	margin:0px 0px 20px 0px;
}

#contenido .bloque_texto{
	display:block;
	float:left;
	width:350px;
}

#contenido .titulo{
	font-size:16px;
	font-weight:bold;
}

#contenido .bloque_img{
	display:block;
	float:left;
	width:130px;
	padding:30px 0 0 0;
}

#barra_lateral{
	display:block;
	float:left;
	width:250px;
	margin:20px 0 0 10px;
}

#barra_lateral a{
	color:#000066;
	text-decoration:underline;
}

#barra_lateral .bloque{
	display:block;
	float:left;
	width:100%;
	height:215px;
}

#barra_lateral .bloque_texto{
	display:block;
	float:left;
	width:230px;
	padding:10px 0 0 10px;
}

#barra_lateral .titulo{
	display:block;
	font-size:16px;
	font-weight:bold;
	width:230px;
}

#footer{
	display: block;
	width: 748px;
	height: 102px;
	border: 1px solid #511516;
	padding: 2px;
}

#footer_fondo{
	display: block;
	width: 748px;
	height: 62px;
	padding: 40px 0 0 0;
	background: #511516;
}

