/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-jul-2014, 13:16:34
    Author     : enoli
*/
/* ----------------------- estilos seccion contacto ----------------------------- */
#campos_de_texto {
	width: 325px;
	height: auto;
	float:left;
	font-size: 10px;
	color: #999;
}

#boton_enviar {
	width: 150px;
        height: 22px !important;
        padding:0;
        margin: 0;
        line-height: 0;
        font-size: 12pt;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	float:left;
	text-align:center;
}
#boton_enviar:hover{
    cursor: pointer;
}
.form_error{
    color:red;
    font-size: 15px;
    margin: auto;
}
#contenedor_mensaje {
	width: 317px;
	height: auto;
	background-color:#FC6;
	float:left;
	text-align:right;
	text-align:center;
	margin-left: 33px;
	margin-top: 10px;
	padding: 5px;
}

.inputbox_fondo {
	width: 100%;
	height: 20px;
	margin:4px 0px 4px 0px;
	border: solid 1px #666;
	background:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight: lighter;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
}
.inputbox_combo {
	width: 100%;
	height: auto;
	padding: 0px;
	border: solid 1px #666;
	background:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight: lighter;
	padding-left:5px;
	margin: 3px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
}

.inputbox_msj {
        width: 100%;
	max-height: 112px;
	min-height: 112px;
	border: 0px;
	background:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight: lighter;
	overflow:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-ms-border-radius: 5px;
}
	
#box_img_contacto {
	width: 500px;
	height: auto;
	float:left;
	text-align: center;
	margin-left: 20px;
	border-top: 1px solid #666;
	margin-top: 15px;
	padding-top: 20px;
	padding-left: 200px;
	}
#box_txt_contacto {
	width: 834px;
	height: 458px;
	float:left;
	background-image: url(../imagenes/fondo_contacto.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-left: 50px;
	padding-left: 45px;
	}