

/******* boton home color **********************/
.contenedor_menu #contacto{ background: #fff;}
/***********************************************/

#foto_contacto{
    background-image: url(../imagenes/banners/contacto_arriba.jpg);
    background-repeat: no-repeat;
    height: 93px;
    margin: auto;
    width: 1000px;
}

/**********************************/


#contenedor_formulario{
    background: #fff;
    height: 460px;
    margin: auto;
    width: 1000px;
}

.contacto{
    display: block;
    padding: 50px;
    height: 350px;
}


/**********************************/
.contenedor_inferior{
    background:#d1d1c5 ;
    /*height: 640px;*/
}

/***************************************/
/******** estilo de formulario *********/
/***************************************/


 
#textoContacto h3 {
    font-size: 3.5em;
    font-family: Helvetica, arial;
    font-weight: 100;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
   
    color:#d3e11d;
   
    position: absolute;
    top: 200px;
    left: -80px;
}
#formulario {
	height:425px;
    width:435px;
    
 
    font-family: Myriad pro, Verdana, Arial;
    font-size: .8em;
   
    padding:15px;

    padding-left:90px;
    position: relative;
}
#formulario label{
    color:#403939;
    display: block;
    float:left;
    width:175px;
    font-weight:bold;
    font-size:12px;
   
    padding-top:3px;
   
    position: relative;
}
 
#formulario label.error {
    width:175px;
    margin-top:-15px;
    color:#ff0000;
    font-size: 9px;
    float: left;
}
 
#formulario input{
    display: block;
    float:left;
    width:250px;
    margin-bottom: 7px;
}
 
#formulario textarea{
    display: block;
    float:left;
    width:248px;
    height: 200px;
    margin-bottom: 5px;
   
    resize: none;
}
#formulario .botonAcceder{
    width: 175px;
    height: 30px;
    background: #FCCC13;
    border:none;
    margin-right:5px;
   
    position: absolute;
    right: 15px;
    bottom: 10px;
   
    color:#333333;
}
 
#formulario .botonAcceder:hover{
    background: #EB591A;
    color:#fff;
}
 
#formulario #aster {
    color:transparent;
}
 
#textoContacto {
    color:#535353;
}
 
.thanks{
    color:red;
    text-align:center;
    height:220px;
   
    margin-top: 100px;
    font-size:1em;
}

/**********************************/

#pie_de_pagina{
    background-color: #3b4c98;
    margin: auto;
    height: 60px;
    width: 1000px;
}
    #info_satec{
         color: #fff;
         font-family:Myriad pro, Verdana, Arial;
         font-size: 12px;
         float: left;
         margin: 20px 0 20px 280px;
    }
    #nombre_satec{
        color:#fff;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        float: right;
        margin: 20px 30px 20px 0;
    }