/* CSS Document */

body {
background-color: #fff;
background: url(../images/background.jpg) repeat-x;
text-align: center; 
}

#conteiner {
width: 760px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
background-color: #fff;
padding: 0;
background-image: url(../images/backcontent.gif);
}

#header {
text-align: left;
}
#header .index{
background: url(../images/hdindex.jpg) no-repeat;
}

#header .quienes{
background: url(../images/hdquienes.jpg) no-repeat;
}

#header .productos{
background: url(../images/hdproductos.jpg) no-repeat;
}

#header .contacto{
background: url(../images/hdcontacto.jpg) no-repeat;
}

#swf {
width: 134px;
padding: 0;
margin: 0;
}

#menu {
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
width: 615px;
margin-top: 116px;
text-align: right;
}

#menu ul {
padding: 4px 0 3px 0;
margin: 0 10px 0 0;
}

#menu li {
list-style-type: none;
display: inline;
}

#menu li a{
color: #fff;
text-decoration: none;
border-left: 1px solid #7FA96C;
border-right: 1px solid #7FA96C;
margin: 0 10px;
padding: 4px 10px;
background-color: #AFD0A1;
}


#menu li a:hover{
color: #fff;
text-decoration: none;
border-left: 1px solid #AFD0A1;
border-right: 1px solid #AFD0A1;
background-color: #7FA96C;
}

#menu li a:active{
color: #fff;
text-decoration: none;
border-left: 1px solid #AFD0A1;
border-right: 1px solid #AFD0A1;
background-color: #7FA96C;
}

#content {
padding: 0;
margin: 0;
}

#texto {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575656;
padding: 10px;
margin: 5px 160px 5px 10px;
}

#texto p{
text-align: justify;
}

#texto td{
text-align: left;
vertical-align: top;
padding: 0;
margin: 0;
}

#texto li{
list-style-type: none;
}

#texto .ven{
text-align: center;
font-size: 16px;
}

#texto h1{
text-align: left;
color: #759467;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

#texto a:link{
color: red;
}

#texto a:hover{
color: red;
text-decoration: none;
}


#texto h3{
text-align: left;
color: #759467;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

#texto h2{
text-align: left;
font-size: 14px;
color: #759467;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 0;
margin: 0;
}

#texto .form{
border: 1px solid #7FA96C;
background-color: #EBF8E6;
}


#texto .bottom{
border: 1px solid #7FA96C;
background-color: #759467;
color:#fff;
}

#texto .rgt{
text-align: right;
}


#sidebar {
float: right;
width: 150px;
}

#sidebar img {
border: 2px solid #fff;
}

#footer {
clear: both;
padding: 0;
margin: 0;
}
