/*_____________________basics________________________*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ba210a url(../images/backbody_02.jpg) center top repeat-x;
	margin: 0 auto;
    font: normal 100%/1.25 Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

a:hover, a:active {
  text-decoration: none;
  color: #f06a55;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}

h1 {
  font: normal 22px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

h2 {
  font: normal 14px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #dcdcdc;
}

h3 {
  font:10px  Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

#principal {
	background-color: #ba210a;
	margin: 0 auto;
	width: 778px;
}

.text{
  font:11px Verdana, Arial, Helvetica, sans-serif;
/*  letter-spacing:-1px;  */
  color: #dcdcdc;
}


/*__________________header_______________________*/

#banner {
	width: 778px;
	height: 162px;
	background: #000000 url(../images/interiorbanner_04.jpg) left top no-repeat;
	float:left; 
}

/*__________________content__________________________*/


/*__________________topmenu__________________________*/

#topmenu {
 height: 60px;
 width: 778px;
 background-color: #000000;
 float: left;
}

#topmenu ul{
 height: 60px;
/* width: 778px; */
 list-style: none;
 line-height: normal;
 margin-left: 190px;
 font: 11px Verdana, Arial, Helvetica, sans-serif;
 float: left;
}

#topmenu li{
	display: inline;
	float: left;
}

#topmenu li a{
	float: left;
    color: #f43a05;
}

#topmenu li a:link, a:visited {
  text-decoration: none;
  color: #f43a05;
}

#topmenu li a:hover, a:active {
  text-decoration: none;
  color: #FFFF99;
}

#topmenu li a span {
	float:left;
  	display: inline;
	margin: 24px 0px 0px 20px;
}


/*__________________content__________________________*/

#menuleft{
  width: 210px;
  background: #000000;
  float: left;
  display: inline;
  padding-bottom: 20px;
}

#menuleft h2{
  width: 190px;
  padding-left: 10px;
  color: #878787;
}

#labelopt{
  float: right;
  display: block;
  width: 203px;
  height: 40px;
  background: url(../images/labelnosotros_19.jpg) no-repeat top center;
  margin-bottom: 10px;
}

#intcontent{
  float: left;
  width: 568px;
  background: #ba210a;
  padding-top: 20px;
}

#welcome{
  float: left;
  width: 500px;
  padding-bottom: 20px;
  margin-left: 25px;
  display: inline;
}

#welcome p{
  float: left;
  display: block;
  width: 500px;
  margin-bottom: 5px;
}

#welcome h1{
  display: block;
  float: left;
  margin-bottom: 15px;
  color: #FFC246;
}

#maintexts{
  width: 374px;
  float: left;
  padding-bottom: 20px;
  display: inline;
}

#myselect{
  height: 47px;
  width: 36px;
  background: url(../images/selectedprdct_50.gif);
  border: #000000 1px solid;
  margin-right: 10px;
  margin-bottom: 15px;
  display: block;
  float: left;
}

#maintexts p{
  float: left;
  display: block;
  width: 230px;
}

#maintexts h1, h2{
  width: 320px;
  display: block;
  float: left;
}

#maintexts img{
  float: right;
  border: #000000 2px solid;
}

/*__________________menu down__________________________*/

#menudown {
	float:left;
	width: 778px;
	height: 35px;
	background: #ba210a;
    margin-top: 60px;
    border-top: 3px solid #660000;
}

#menudown ul{
	float: left;
	height:35px;
	width:555px;
	background:url(../images/menudownback_23.gif) left top repeat-x;
	margin-left:3px;
	text-align:center;
	padding-left: 210px;
}

#menudown li{
	display: inline;
	float: left;
}

#menudown li a{
	float: left;
	height: 35px;
}

#menudown li a span {
	float:left;
  	display: inline;
	margin: 12px 0px 0px 5px;
	color: #000000;
	list-style: none;
	line-height: normal;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#menudown h3{
    float:left;
  	display: block;
    height: 20px;
    text-align:center;
    width: 555px;
    margin-left: 100px;
}

