body {
	background-image: url(../images/generales/fdoGral_008.jpg);
}

#divSlider {
	height: 450px;	
}

#divContenido {

}

#divContenido1 {
	height: 318px;

}

#divContenido2 {
	height: 318px;
	overflow-y: auto;
	overflow-x:hidden;
}

#divContacto {
	margin-top: 192px;
}

#form_contacto {
	background-color: transparent;
	margin: auto;
	color: #333;
}

#form_contacto input, #form_contacto textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
}

#form_contacto input {	
	background-image: url(../images/seccion_08_contacto/input01_chico.png);
	padding: 0px 10px 0px 10px;
	width: 557px;
	height: 28px;
	margin-bottom: 13px;
	_padding-top: 8px;
	*padding-top: 8px;
	padding-top: 8px\9
}

#form_contacto textarea {	
	background-image: url(../images/seccion_08_contacto/input02_grande.png);
	padding: 10px 10px 0px 10px;
	width: 557px;
	height: 94px;
	margin-bottom: 12px;
}

#form_contacto .boton_enviar {
	width: 53px;
	height: 19px;
	background-image: url(../images/seccion_08_contacto/btn01enviar_OFF.png);
	background-repeat: no-repeat;
	text-align: center;
}

#form_contacto .boton_enviar:hover {
	background-image: url(../images/seccion_08_contacto/btn01enviar_ON.png);
	cursor: pointer;
}

#form_contacto .boton_borrar {
	background-image: url(../images/seccion_08_contacto/btn02borrar_OFF.png);
	background-repeat: no-repeat;
	width: 53px;
	height: 19px;
	text-align: center;
	color: #000;
}

#form_contacto .boton_borrar:hover {
	background-image: url(../images/seccion_08_contacto/btn02borrar_ON.png);
	cursor: pointer;
}

#form_contacto p {
	color: #CCC;
	line-height: 1.2;
}

#form_contacto a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}

#form_contacto a:hover {
	color: #000;
}

input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder{
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder{
    color: #666;
}

input.placeholder,
textarea.placeholder{ 
color: #666; 
} 

#form_contacto ::-webkit-input-placeholder,
#form_contacto ::-moz-input-placeholder,
#form_contacto :ms-input-placeholder,
#form_contacto input:-moz-placeholder, #form_contacto.placeholder {
	color: #666;
}