@charset "utf-8";
/* CSS Document */

body{
	
	margin-top:0; 
	margin-bottom:0;
	background: url('../img/background.png');
	
}


.formcotizh {
	
	display:table; 
	width:457px; 
	height:230px;
	
}

.formcotizh .row {
	
	display:table; 
	width:457px; 
	margin-bottom:20px;	
	
}

.formcotizh .radio {
	float:left; 
	text-align:center; 
	width:107px;
}

.formcotizb {
	
	display:table; 
	width:557px; 
	height:100px;
	
}

/*Para crear tabla con div*/

div.tabla
{
	clear: none;
	overflow: auto;
	float:left;
	
}

div.fila
{
	clear: both;
}

div.col_titulo
{
	float: left;
	padding: 5px;
	background: #F0E0A0;
	border-color: #F0E0A0;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

div.col
{
	float: left;
	padding: 5px;
	border-color: #F0E0A0;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

.Estilo1 {
	font-weight:bold; 
	color:#3366CC;
}

/*Esto es para el formulario de contacto*/

#elegiste { position:absolute; width:390px; height:467px; z-index:3; left:270px; top:-500px; text-align:center; display:none; }
#contprintelegiste { position:relative; margin:0; padding:0; width:390px; text-align:center;}

/*Esto es para el formulario de contacto*/

.textcontact{
	border:none; 
	background:#3FA9F5;
	color:#FFF;	
	font-family:"Segoe UI";
	font-size:12px;
}
