@charset "utf-8";
/* CSS Document */

<!--

/*Resetear todos los margin, padding, border, estilos de lista y tamaños de letra*/
* { margin: 0; padding: 0; border: 0; font-size: 12px; outline: none;}

/*-------------ESTRUCTURA PÁGINA-------------*/

body {
 font-family: "Arial","Verdana","Georgia", "Times New Roman", serif;
 font-size: 100%;
 background-color:#046634;
}

/*Contiene toda la pagina*/
div#web {
 top: 0; left: 0;
 width:100%;
}

/* H */
h1 {
	font-size:24px;
	font-weight:bold;
	color:#046634;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#046634;
}

/* Titulos*/
.rayatitulo{
	margin-top:5px;
	margin-bottom:5px;
	width:760px;
	background-image:url(imagenes/ribete.gif);
	background-repeat:repeat-x;
	height:5px;
	float:right;
}
.rayatitulo2{
	margin-top:5px;
	margin-bottom:5px;
	width:700px;
	background-image:url(imagenes/ribete.gif);
	background-repeat:repeat-x;
	height:5px;
}

/*Inicio*/
div#fondoinicio {
	width:100%;
	height:495px;
	background-repeat: no-repeat;
	background-position:center;
}

div#inicio{
	width:980px;
	height:495px;
	margin: 0 auto;
	background-image:url(imagenes/inicio.jpg);
	position:relative;
}

/*Cabecera*/
div#fondocabecera {
	width:100%;
	height:160px;
	background-repeat: no-repeat;
	background-position:center;
}

div#cabecera{
	width:980px;
	height:160px;
	margin: 0 auto;
	background-image:url(imagenes/cabecera.jpg);
	position:relative;
}

div#logo{
	position:absolute;
	margin-top: 17px;
	margin-left: 480px;
}

div#letrascabecera{
	position:absolute;
	margin-top: 1px;
	font-weight:bold;
	color:#e4da45;
	width:700px;
	margin-left:195px;
}
div#letrascabecera b{
	font-size:12px;
	font-style:italic;
} 

div#icotel{
	position:absolute;
	margin-top:20px;
	margin-left:195px;
	width:20px;
	height:20px;
}
div#telefono{
	position:absolute;
	margin-top:18px;
	margin-left:220px;
	font-size:18px;
	font-weight:bold;
	color:#e4da45;
	width:260px;
}
/*Menu cabecera*/
div#menusup{
	position:absolute;
	margin-top:113px;
	margin-left:0px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	width:980px;	
}

div#menusup a {
text-decoration:none;
color:#ffffff;
font-size:14px;
}
div#menusup a:hover {
color:#9fe68c;
}

/*Cuerpo*/
div#fondocentral{
	width:100%;
	background-image:url(imagenes/fondo1.jpg);
	background-position:center;
	background-position:top;
}
div#central{
	width:980px;
	margin: 0 auto;
	background-color:#FFFFFF;
/*	background-image:url(imagenes/fondocontenido.gif);
	background-repeat:repeat-y;*/
}

/*Contenido*/
div#contenido{
	padding:10px;
	width:960px;
}

div#contenidotextojustificado{
	width:960px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:30px;
	font-size:12px;
	color:#046634;
}
div#contenidotextojustificado a{
	font-size:12px;
	text-decoration:none;
	color:#924801;
	font-weight:bold;
}
div#contenidotextojustificado a:hover {
	font-weight:bold;
	color:#6c9803;
}

/* imagenes */
.marcofoto{
	border:#046634 double;
}

/*salto de linea por el float*/
.clear{	
	clear:both;
}

/*Pie*/
div#pie{
	width:960px;
	height:30px;
	margin: 0 auto;
}
.rayapuntos{
	background-image:url(imagenes/punto.gif);
	background-repeat:repeat-x;
	height:5px;
	margin-top:5px;
}
div#textopie{
	margin-top:10px;
	width:960px;
	color:#046634;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

/* Boton */
.botongr{
	margin: 0 auto;
	width:378px;
	height:33px;
	text-align:center;
	margin-bottom:30px;
}

.botongr a {
  display: block;
  font-size:14px;
  width: 378px;
  line-height: 33px;
 /* text-indent: 0px;*/
  color: #046634;
  font-weight:bold;
  text-decoration: none;
  background: url(imagenes/pixy-rollover.gif) no-repeat left top;
}

.botongr a:hover {
 background-position: right top;
 color: #e5d945;
}

/*tabla formularios*/
.curvasupform{
	width:690px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url(imagenes/curvasupform.gif);
	background-repeat:no-repeat;
	background-color:#046634;
	color:#e5d945;
	font-size:14px;
	font-weight:bold;
}

.curvainfform{
	width:700px;
	background-image:url(imagenes/curvainfform.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#046634;
	height:8px;
}
.cuerpoform{
	width:648px;
	margin: 0 auto;
	padding:24px;
	border:#046634 solid 1px;
	color:#046634;
	text-align:left;
}
.campoobligatorio{
	color:#046634;
	font-size:9px;
	font-style:italic;
}
.enviocorrecto{
	width:500px;
	padding:10px;
	border:#046634 solid 1px;
	color:#ffffff;
	background-color:#046634;
	text-align:left;
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
}

/* Contacto: frmContactar */
#frmContactar input{
	width:650px;
	height:15px;
	margin-bottom:10px;
	border-color:#046634;
	border:solid 1px;
}
#frmContactar textarea{
	width:650px;
	height:60px;
	margin-bottom:20px;
	border-color:#046634;
	border:solid 1px;
}
#frmContactar label{
	width:300px;
	font-size:12px;
	font-weight:bold;
}
#frmContactar #Enviar{
	width:150px;
	height:25px;
	padding:3px;
	border-color:#046634;
	border:solid 1px;
	background:#046634;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	font-size:14px;
}

#frmContactar #textoaviso{
	width:640px;
	height:45px;
	padding:5px;
	font-size:9px;
	margin-top:10px;
	color:#046634;
	text-align:justify;
	scrollbar-face-color: #F6F6E3; /*barra*/
	scrollbar-arrow-color: #046634; /*flecha*/
	scrollbar-track-color: #F6F6E3; /*fondo*/
	scrollbar-shadow-color: #046634; /*sombra*/
	scrollbar-highlight-color: #F6F6E3; /*sombra clara*/
	scrollbar-3dlight-color: #046634; /*sombra mas clara*/
	scrollbar-darkshadow-Color: #F6F6E3; /*sombra oscura*/
}

