.button {
cursor:pointer;
}
a:hover{
text-decoration:underline;
color:#945F21;
}
a{
text-decoration:underline;
color:#210A03;
} 

.link {
text-decoration:underline;
color:#210A03;
cursor:pointer;
}

.link:hover {
text-decoration:underline;
color:#945F21;
}



body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#280a03;
text-align:center;
margin:0px;
margin-top:2px;
}


#logotipo {
width:300px;
height:200px;
position:absolute;
top:0px;
left:0px;
}

#contenedor {
position:relative; margin-left:auto; margin-right:auto;
width:1024px;
height:600px;
background-image:url(../img/fondohome.jpg);
text-align:left;
}

#direccion {
width:1024px;
position:relative; margin-left:auto; margin-right:auto;
text-align:center;
font-size:11px;
color:#DC7E26;
height:16px; line-height:16px;
}
#menupral {
position:relative;
top:200px;
left:40px;
width:225px;
}

#contenidopeich {
position:absolute;
width:690px;
right:0px;
height:100%;
top:0px;
}

/*Contact*/

.boton {
border :1px solid #945f21;
background-color:#210a03;
font-size:12px;
opacity:0.7;
filter:alpha(opacity=70);
color:#ff9933;
cursor:pointer;
text-align:center;
width:120px;
height:20px;
line-height:20px;
}

.boton:hover {
background-color:#945f21;
color:#210a03;
font-weight:bold;
}

.form_i1 {
border :1px solid #945f21;
background-color:#210a03;
color:#ff9933;
height:25px;
opacity:0.7;
filter:alpha(opacity=70);

}

.form_i2 {
border :1px solid #945f21;
background-color:#210a03;
color:#ff9933;
height:90px;
opacity:0.7;
filter:alpha(opacity=70);

}

.input_c {
border:0px;
background-color:transparent;
color:#FF9933;
width:290px;
font-size:11px;
padding-left:10px;
}

.input_com {
font-size:11px;
border:0px;
background-color:transparent;
color:#FF9933;
width:290px;
height:85px;
overflow-x:auto;
overflow-y:auto;
padding-left:10px;
}

/*Documentos*/

.boton_doc {
border :1px solid #945f21;
background-color:#210a03;
font-size:12px;
opacity:0.7;
filter:alpha(opacity=70);
color:#ff9933;
cursor:pointer;
text-align:center;
width:150px;
height:25px;
line-height:25px;
}

.boton_doc:hover {
background-color:#945f21;
color:#210a03;
font-weight:bold;
}

