/* CSS Template Rotor-Jets 10 de Julio de 2008 */


/* Estilo general de página */

html, body {
  height: 100%;
}

body {
  background-image: url(../img/fondo.png);
  background-repeat: repeat-x;
  font-family: Century Gothic, Arial, MS Sans Serif;
  color: #FFFFFF;
  font-size: 11pt;
  margin: 0px;
  overflow: hidden;
  scrollbar-base-color: #0F1111;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #0F1111;
scrollbar-darkshadow-color: #0F1111;
scrollbar-face-color: #0F1111;
scrollbar-highlight-color: #0F1111;
scrollbar-shadow-color: #0F1111;
scrollbar-track-color: #0F1111;
}

p {
  width: 95%;
}


#content {
  position: relative;
  background-color: #0F1111;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 100%;
  z-index: 1;
}

#logo {
	position: absolute;
	top: 7px;
	left: 40px;
	float: left;
	z-index: 1;
	}

.grecas {
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#direccion-linea {
	position: absolute;
	top: 87%;
	left: 5%;
	width: 90%;
	min-height: 0px;
	height: 1px;
	background-color: #FFFFFF;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	overflow: hidden;
	}

#direccion-derecha, #direccion-izquierda {
	font-size: 9pt;
	}

#direccion-derecha {
	position: absolute;
	top: 88%;
	left: 70%;
	}

#direccion-izquierda {
	position: absolute;
	top: 88%;
	left: 5%;
	}

/* Estilo para el menu horizontal desplegable */

#menu, #menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 80%;
  background-color: #B50D04;
  height: 25px;
  padding-left:20%;
  z-index: 3;
}

#menu li {
  position: relative;
  float: left;
  height: 25px;
  text-align: center;
}

#menu ul {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 220px;
  display: none;
  background-color: #000000;
  filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#menu li:hover ul {
  display: block;
}

#menu li ul li {
  margin: 0px;
  padding: 0px;
  width: 220px;
  float: none;
  text-align: left;
}

#menu li ul li a, #menu li ul li a:active, #menu li ul li a:visited {
  font-family: Century Gothic, Arial, MS Sans Serif;
  font-size: 9pt;
  text-decoration: none;
  color: #FFFFFF;
}

#menu li a, #menu li a:active, #menu li a:visited {
  font-family: Century Gothic, Arial, MS Sans Serif;
  font-size: 11pt;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  width: 220px;
  padding-left: 5px;
}

#menu li ul li:hover {
  background-color:#0F1111;
}


#menu li:hover {
  background-color: #000000;
}

/* Estilo para el contenedor de textos */

#textcontent {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 720px;
  height: 68%;
  z-index: 2;
  overflow: auto;
  color:#D8D8D8;
}

#textcontent ul {
  list-style-image: url(../img/logomin.png);
}


#titulo {
  font-size: 12pt;
  font-weight: bold;
}

.rotor {
  color: #B50D04;
  text-transform: uppercase;
}

.subtitulo {
  font-weight: bold;
}

.subtitulog {
  font-size: 12pt;
  font-weight: bold;
}

#textcontent ul.equipo li.bold {
  font-weight: bold;
  list-style-image: url(../img/logomin.png);
}

#textcontent ul.equipo li {
  list-style-image: none;
  list-style: none;
}


/* Estilo del area de contacto */


.campo {
	text-align: right;
	width: 50px;
	vertical-align: top;
	font-size: 10pt;
	}

.textpeq {
	font-size: 10pt;
	}

table td input {
	border: none;
	background-color: transparent;
	width: 400px;
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Heveltica;
	font-size: 10pt;
	}

.rounded {
	background:  url(../img/input.gif) no-repeat left top;
	height: 30px;
	vertical-align: top;
	}



table tr td input.button {
	background-color: #e5e3e3;
	border: 1px Solid #000000;
	cursor: pointer;
	color: #000000;
	width: 100px;
	float: left;
	}

textarea {
	width: 400px;
	height: 100px;
	border:1px Solid #000000;
	background-color: #e5e3e3;
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Heveltica;
	font-size: 10pt;
	}

#buttons {
	margin-left: 265px;
	}

#slogan {
	font-weight: bold;
	font-size: 11pt;
	position: absolute;
	top: 10px;
	left: 580px;
	z-index: 2;
	}


