@import url("_texto.css");
@import url("_ovelar.css");
/***************************************************
	Contenedor
***************************************************/

/***************************************************
	Cabecera
***************************************************/

/***************************************************
	Contenido
***************************************************/
		#div_cuerpo {
			border:0px dotted blue;
			margin:0;
			padding:0;
		}
			#div_cuerpo_seccion{
				border:0px dotted red;
				margin:0 15px 30px 0;
				padding:0px;
				width:383px;
				float:left;
			}
				#div_cuerpo_seccion p.txt-gris {
					margin:18px 0 6px 0;
				}
			html>body div#div_cuerpo_foto{overflow:hidden;} 
			* html div#div_cuerpo_foto{height:1%;} 
			#div_cuerpo_foto {
				border:0px dotted blue;
				margin:0;
				padding:0;					
			}						
				#div_cuerpo_foto img {
					border:1px dotted maroon;
					margin:0;
					padding:0;					
					float:right;
				}
	#div_contenedor_cuerpo_abajo {
		border:0px dotted blue;
		clear:both;
		float:none;
		background-color:#fff;
		padding:40px 0 0 0;
	}
		#div_cuerpo_abajo	{
			border:0px dotted red;
		}
			#div_formulario{
				margin:0 0 0 398px;
			}
				#txt_empresa {
					width:562px;
					margin:0 0 15px 0;
				}
				#txt_nombre {
					width:184px;
					margin:0 15px 15px 0;
				}
				#txt_apellidos {
					width:363px;
					margin:0 0 15px 0;
				}
				#txt_direccion {
					width:562px;
					margin:0 0 15px 0;
				}
				#txt_localidad {
					width:562px;
					margin:0 0 15px 0;
				}
				#cbo_pais {
					width:282px;
					margin:0 5px 15px 0;
				}
				#cbo_provincia {
					width:280px;
					margin:0 0 15px 0;
				}
				#txt_telefono {
					width:184px;
					margin:0 15px 15px 0;
				}
				#txt_email {
					width:363px;
					margin:0 0 15px 0;
				}
				#txt_consulta {
					width:383px;
				}


			#div_otros_formulario{
				margin:0px 0 0 398px;
				padding:15px 0 0 0px;
			}
				#div_legal {
					width:383px;
					float:left;
					margin:0 15px 0 0;
				}
				#div_botones {
					border:0px dotted red;
					background-image:url(../img/flecha-dcha-home.gif);
					background-position:left top;
					background-repeat:no-repeat;
					padding:17px 0 17px 61px;
					float:left;
				}
			
/***************************************************
	Pie
***************************************************/
