﻿.contacto_contenido
{
    float:left;  
	padding-bottom:10px;
	min-height:580px; 
    width:732px;  
	background:url('../softindustries/img/solo-fondo.jpg');
	color:#000;
	font-size:12px;
}
*html .contacto_contenido
{
	height:580px; /* para IE5+ */
	padding:0;
}
.contacto_formulario
{ 
    width:380px;
    float:left;
	padding-left:30px;
    overflow:auto;
}
*html .contacto_formulario {padding:0; padding-left:20px;}
.contacto_formulario .error
{ 
    margin-bottom:10px;
    width:353px;
    background-color:Red;
}
.contacto_formulario .ok
{ 
    float:left;
    margin-bottom:10px;
    padding:5px;
    width:353px;    
    
    background-color:#ff6600;
    color:#FFF;     
    font-weight:bold;
}
.contacto_formulario .linea
{
    width:370px;   
    padding-bottom:5px;    
    float:left;    
}

*html .contacto_formulario .linea{
	width:340px;
}
.contacto_formulario .linea span
{
    width:160px;
    float:left;       

    border-bottom:1px solid #000;
    color:#000;
}
*html .contacto_formulario .linea span{
	width:130px;
}
.contacto_contenido .descripcion
{    
	float:left;
	text-align:justify;
	padding:10px;   
}
.contacto_contenido .texto
{    
    float:right;
    margin-top:10px;
    margin-right:10px;  
    width:312px;  
        
    text-align:justify;
}
*html .contacto_contenido .texto{
	width:302px;
	padding:0;
}