﻿/*CENTRO*/
.contacto_centro
{
     width:780px;
    float:left;
 margin-left:20px;
 border-right: 1px #000;
   border-right-style:dashed;

}
*html .contacto_centro{
width:760px;
}
.contacto_formulario
{ 
    width:350px;
    float:left;
    padding:10px;
    overflow:auto;
    margin:0px auto 0px;

}
.contacto_formulario .linea
{
    width:350px;   
    padding-bottom:5px;    
    float:left;   
}
.contacto_formulario .linea span
{
    width:140px;
    float:left;
    font-weight:bold;
    border-bottom:1px solid #CCC;
}

.contacto_contenido
{
     padding:0px 10px 10px 10px;
     width:260px;   
     float:left;
}
.contacto_contenido h1
{
    float:left;
    width:100%;
    margin-bottom:20px;
      color:#a82b86;
    
}
.contacto_formulario_derecha
{
    float:right;
    width:250px;
    margin-top:50px;
    margin-right:15px;
    font-size:13px;
}
.contacto_formulario_derecha span
{ 
    float:left;
    width:250px;
    padding-bottom:20px;
    text-align:justify;
}
.contacto_formulario_derecha div
{    
    float:left;
    width:250px;
    text-align:justify;
}
.contacto_formulario_derecha .imagenes
{ 
    float:left;
    width:250px;
    text-align:center;
}

.contacto_formulario_derecha h1
{
	  color:#a82b86;
}

.contacto_izquierda
{
    width:183px;
   
    float:right;
   margin-right:13px;
   
}