@charset "utf-8";




*{
padding:0px;
margin:0px;
}

body {
	text-align:center;
	margin: auto;
	padding-top: 10px;
	background-repeat: repeat;
	background-color: #FFF;
	 
	
}

#contenedor-general {
	height: 515px;
	width: 1024px;
	text-align: center;
	margin:auto;
}
#contenido {
	height: 320px;
	width: 1024px;
	float: left;
	margin-top: 5px;
	background-image: url(Imagenes/contenido2.png);
	background-repeat: no-repeat;
}
#contenido1 {
	height: 320px;
	width: 1024px;
	float: left;
	margin-top: 5px;
	background-repeat: no-repeat;
}
#contenido3 {
	height: 320px;
	width: 1024px;
	float: left;
	margin-top: 5px;
	background-repeat: no-repeat;
}
#contenido4 {
	height: 320px;
	width: 1024px;
	float: left;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(Imagenes/contacto.png);
}
#formulario {
	height: 200px;
	width: 230px;
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	text-align: left;
	background-image: url(Imagenes/fondocontacto.png);
	background-repeat: repeat;
}
.form {
	border:none;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 145px;
	/*background-image: url(Imagenes/fondoform.png);
	background-repeat: repeat;*/
}

#slider {
	width: 350px;
	height: 320px;
	/* border: 5px solid #FFF;*/
    overflow: hidden;
	position: relative;
	margin: auto;
	float: left;
}
#slider img{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#informacion {
	height: 320px;
	width: 665px;
	margin-left: 9px;
	float: right;
	font-family: verdana;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	vertical-align: text-top;
}
.titulos {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #009EE0;
}




#pie {
	height: 20px;
	width: 1024px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #009EE0;
	font-weight: bold;
	margin-top: 5px;
}
#cabezal {
	height: 165px;
	width: 350px;
	background-repeat: no-repeat;
	float: left;
}
#menu-superior {
	float: right;
	height: 165px;
	width: 650px;
}
#enviar, #borrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AC0016;
	font-weight: bold;
	margin-left: 15px;
	width: 50px;
	height: 20px;
	margin-right: 20px;
}
