html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
/*h1 img {
	display: block;
}*/
img {
	border: 0;
}
a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFA405;}
	
a:active {
    color: #ffa405;
}


.left {
	float: left;
}

.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;

}

.letra_peque{
font-size:10px;

}


body {
	background: #3A0404 url(images/page_bg.jpg) repeat-x;
	font-size:14px;/** estaba en 12 **/
	font-family:"trebuchet MS", Arial;
	color: #464544;
	padding-bottom: 10px;

}

/**estilo formularios**/
input{
font-family: "trebuchet MS", Arial;
font-size: 12px; 
color: #FFFFFF; 
background-color: #c01515; 
border: #6a0707; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px;
border-left-width: 1px

}

select { 
font-family: "trebuchet MS", Arial;
font-size: 11px; 
color: #FFFFFF; 
background-color:  #c01515; 
border: #6a0707; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}

textarea{
font-family: "trebuchet MS", Arial;
font-size: 11px; 
color: #000000;
background-color:  #EE6464; 
border: #6a0707; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px 
}

form{
font-family: "trebuchet MS", Arial;
font-size: 12px;

}

.tabla_contenedora_formularios{
	background-color:#901315;
	border-style: solid;
	border-width: 1 px;

}

/** layout **/
#wrapper {
 
	width: 900px;
	min-height: 750px;
	_height: 750px;
  position: relative;
}

h1 {
  
  font: 12px   "trebuchet MS", sans-serif
  color: #ffffff;
 
  
}

/*h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}*/

/* nav: sirve para modificar el menu principal*/

#nav {
  position: absolute;
  top: 145px;
  left: 20px;
  /*width: 550px;*/
  font-family:Arial, Helvetica, sans-serif;
}
#nav li {
  float: left;
  /*background: url(images/nav_left.gif) no-repeat;*/
  list-style: none;
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.menu_senalado{
color:#000000;


}

#nav a:hover {
  color: #CCCCCC;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

/* nav2: sirve para modificar el submenu */

.nav2 {

width: 150px;


}
.nav2 h2 {

padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) no-repeat;
color: #ffffff;
font-size: 13px;
}

.nav2 ul {
padding: 0px 10px 15px 25px;
list-style-type: none;
color: #ffd800;
}
.nav2 li {
padding: 7px 00px 0px 0px;

}
.nav2 a {
padding-top:10px;
text-decoration: none;
color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
 
}
.nav2 ul li a:hover {
color: #000fff;
}

/*
#nav2 {
  position: absolute;
  top: 115px;
  right: 30px;
  font-family:Arial, Helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
 font-weight: bold;

}
#nav2 li {
	float: left;
	list-style: none;
	height:30px;
	padding-left: 0px;
	padding-top: 5px;
	width:90px;
	
}

#nav2_primera{
background: url(images/pestana.jpg) no-repeat;
}
#nav2_otras{
background: url(images/pestana2.jpg) no-repeat;
}

#nav2_2_primera{
background: url(images/pestana2_1.jpg) no-repeat;
}
#nav2_2_otras{
background: url(images/pestana2_2.jpg) no-repeat;
}


#nav2 span {
  
  display: block;
  font-size: 18px;
  
}
#nav2 a {
  color: #ffffff;
  font-size: 11px;
  
  text-decoration: none;
}

#nav2 a:hover {
  color: #CCCCCC;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}*/

/** topcontent: aqui se modifica la cajita de información inicial y la ubicación del flash **/

#topcon {
  background: url(images/baner.jpg) no-repeat;
  width: 500px;
  position: absolute;
  top: 140px;
  left: 410px;
  color: #ffffff;
 }
  
#flash {
  
  position: absolute;
  top: 10 px;
  left: 0px;
  color: #ffffff;
}

#topcon-inner {
  margin: 15px 40px 41px 70px;
  height: 120px;
  
}
#topcon h1 {
  font-size: 12px;
  font-weight:bold;
}

/** Body **/

#content {
  width: 1024px;
  position: absolute;
  color: #fff;
  top: 220px;
  
  /**left: -33px;**/
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #901315;
  padding: 10px; 
}

.box {
  float: left;
  width: 230px;
  background: #920708;
  margin-right: 1px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}
/*Columna central*/
#hits {
  width: 520px; /* valor anterior 305*/
  text-align:justify;
 }
 
/* Columna central Cuando solo hay dos columnas*/
#hits_2 {
  width: 750px; 
  text-align:justify;
  }

#hits_2 h1 {
  font-size: 18px;
  font-weight:bold;
}


#hits_3 {
  width: 480px; 
  text-align:justify;
  }

#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {

  margin-right: 0;
}

#new_2 {
width:480px;
margin-right: 0;
}

#new .box-tl {
  padding-bottom: 1px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

/* Navigation Menu */

#navmenu {
	
	width: 173px;
	text-align: center;
} 

#navmenu a {
	text-decoration: none;
	 color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#navmenu li {

	line-height: 23px;
}

#navmenu li#menu_first {
	padding-top: 2px;
	background-repeat: no-repeat;
	border-bottom: #fff 1px solid;
}

#navmenu li#menu_last {
	padding-bottom: 2px;
	background-repeat: no-repeat;
}

#navmenu li a {
	display: block;
	background-color: #730f11;
	color: inherit;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
}

#navmenu li a:hover {
	background-color: #901315;
	color: #ffffff;
}

#navmenu li#menu_first a {
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#navmenu li#menu_last a {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	
}

#navmenu li a b {
	margin: 0px auto;
	padding-bottom: 2px;
	display: block;
	width: 151px;
	
}

