

body{
	background:#f64d96 url(../images/fondo_degradado.jpg) top repeat-x;
}

#content_wrap{
	margin-top:200px;
}

#content{
	width:949px;
	margin:auto;
	position:relative;
}

.titulo_es{
	background:url(../images/contacto/titulo_es.png) no-repeat;
	width:176px;
	height:58px;
	text-indent:-10000px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:260px;	
}

.casa{
	background:url(../images/contacto/casa.png) no-repeat;
	width:244px;
	height:191px;
	overflow:hidden;
	position:absolute;
	top:-30px;
	left:10px;	
}

.pt .casa{
	background:url(../images/contacto/casa_pt.png) no-repeat;
	width:244px;
	height:191px;
	overflow:hidden;
	position:absolute;
	top:-30px;
	left:10px;	
}

.barriguita{
	background:url(../images/contacto/barriguita.png) no-repeat;
	width:168px;
	height:317px;
	overflow:hidden;
	position:absolute;
	top:30px;
	right:30px;	
}

.barriguita_grande{
	background:url(../images/contacto/barriguita_grande.jpg) no-repeat;
	width:271px;
	height:526px;
	overflow:hidden;
	position:absolute;
	top:30px;
	right:30px;	
}

.cabecera{
	position:absolute;
	top:78px;
	left:268px;
	width:420px;
	font-family:"billybold", Arial;
	color:#e93c8a;
	font-size:26px;
}

.formulario{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:160px;
}

input[placeholder], select[placeholder]{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

.formulario .izquierda{
	float:left;
}

.formulario .derecha{
	float:left;
	margin-left:25px;
}


.formulario-contacto{
	background:#FFFFFF;
	position:relative;
	margin-top:240px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	padding:28px;
	width:893px;
	margin-bottom:60px;
}

.formulario-contacto input.inputbox {
	background: url("../images/contacto/form_input_bg.jpg") no-repeat scroll center top transparent;
	border: 0 none;
	display: block;
	height: 40px;
	width:208px;
	line-height: 35px;
	margin: 0 0 6px;
	padding: 0px 10px 0px 10px;
	outline:none;
}

.formulario-contacto input.inputbox.error {
	background: url("../images/contacto/form_input_error_bg.jpg") no-repeat scroll left top transparent;
}

.formulario-contacto select.inputbox {
	background: url("../images/contacto/form_select_bg.jpg") no-repeat scroll left top transparent;
	border: 0 none;
	display: block;
	height: 41px;
	line-height: 35px;
	margin: 0 0 6px;
	padding: 0 5px;
	-webkit-appearance: menulist-textfield;
	cursor: pointer;
	outline: none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:10px;
}

.formulario-contacto select.inputbox.error {
	background: url("../images/contacto/form_select_error_bg.jpg") no-repeat scroll left top transparent;
}

.formulario-contacto .textarea {
	height: 97px;
	padding: 10px;
	width: 394px;
	background: url("../images/contacto/form_textarea_bg.jpg") no-repeat scroll center top transparent;
	border: 0 none;
	display: block;
	margin: 0 0 5px;
	outline:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	resize: none;
}

.formulario-contacto textarea.textarea.error {
	background: url("../images/contacto/form_textarea_error_bg.jpg") no-repeat scroll left top transparent;
}

label{
	font-size:20px;
	font-family:"billybold", Arial;
	color:#981f95;
}

