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, em, 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 {
 background: #096c9d;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0;
 text-align:center;
 width:auto;
}
h1 {
  font-size:12px;
  display:inline;
  background: #fa1a00;
  padding:0;
}
a {
 text-decoration: none;
 font-size: 12px;
 color: #FC0;
 font-weight:bolder;
 font-family: Verdana, Geneva, sans-serif;
}
a:hover {
 text-decoration: none;
 font-size: 12px;
 font-weight:bold;
 color: #FFF;
 font-family: Verdana, Geneva, sans-serif;
}
a:visited {
 text-decoration: none;
 font-size: 12px;
 font-weight:bold;
 color:#FFF;
 font-family: Verdana, Geneva, sans-serif;
}#headtext {
 width: 100%;
 float: left;
 text-align:center;
 color: #fdea55;
 background: #fa1a00;
}
#headerlogo {
 width: 100%;
 float: left;
 height: 181px;
 background: url(./images/bghead.jpg) repeat-x;
}
#bthead {
 width: 100%;
 float: left;
 text-align:center;
 color: #fdea55;
 background: #fa1a00;
 padding:0;
}
#form {
 width: 100%;
 float: left;
 padding-top:10px;
 height: 45px;
 text-align:center;
 margin-top:0;
 color: #fdea55;
 background: url(./images/search.jpg) repeat-x;
 font: bold 11px "Verdana", "Arial", "Helvetica", "sans-serif";
}
#side-a {
	float: left;
	width: 170px;
	background-color:#fa1a00;
}
/*BOTONERA IZQUIERDA*/

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 3px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#43474b #070707 #070707 #43474b; /*light dark dark light*/
background-color: #0a0b0c;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #44474b;
}

/*FIN BOTONERA IZQUIERDA*/

.menutop{
	float: left;
	width: 165px;
	background: url(./images/glossy.jpg) repeat-x;
	text-align:center;
}
#side-b {
	float: left;
	width: 158px;	
}

#content { 
	float: left;
	width: 655px;
	text-align:left;
	background: #096c9d;
	padding:10px;
}

#footer {
	clear: both;
	background: #A2A2A2;
}
/*FIN CONTENIDO*/

#pages{
 width: 600px;
 margin-left:auto;
 margin-right:auto;
 padding-top:15px;
 height: auto;
 clear:both;
 vertical-align:baseline;
}
#foot {
 width: 805px;
 margin-left:auto;
 margin-right:auto;
 height: 219px;
 background-color:#6090c0;
 clear:both;
}
#footex {
 width: 100%;
 margin-top:10px;
 margin-bottom:0px;
 padding-bottom:0px;
 height: auto;
 background-color:#000;
}

