﻿/* CONTACTA.ASPX */
.contacto_contenido
{
    width:580px;
    float:left;   
    overflow:auto;   
	padding-bottom:10px;
	padding-top:20px;
	height:100%;
}
.contacto_formulario
{ 
    width:350px;
    float:left;
    padding-right:10px;
    overflow:auto;

}
.contacto_formulario .linea
{
    width:350px;   
    padding-bottom:5px;    
    float:left;       
}
.contacto_formulario .linea span
{
    width:140px;
    float:left;
}

.contacto_contenido h1
{
    float:left;
    width:100%;
    margin-bottom:20px;
    
}
.contacto_contenido .descripcion
{    
    float:left;
    width:100%;
}
.contacto_contenido .texto
{    
    float:left;
    width:220px;
    margin-top:10px;
}
.contacto_contenido .texto strong
{
}
/* FIN CONTACTA.ASPX */