/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/       

html, body, h1, h3, p {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: #000000 url('fondo.jpg');
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;
}

.center
{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

p
{
	padding: 5px 10px;
}

/* @group Form */

/*
div#contact_form {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -7000px;
	padding-top: 10px;
}

div#contact_form div.form {
	width: 500px;
	margin: 0 auto;
}

div#box {
	visibility: hidden;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	width: 100%;
}
	
#contact_form input.text, textarea {
	width: 500px;
	background: #fff;
	font-size: 13px;
	color: #222;
	padding: 2px 3px;
}

#contact_form label {
	color: #141b25;
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #141b25;
	margin: 6px 0;
}

#contact_form textarea {
	height: 345px;
	margin-bottom: 10px;
}

#contact_form p.submit {
	text-align: center;
}

p.submit img {
	cursor: pointer;
}
*/

/* @end */

/* Banner */

#logo{
	position: relative;
	bottom: -20px;
}

#banner
{
	/*width: 900px;*/
	height: 338px;
	background-image: url('/img/sitio/banner.png');
	background-repeat: no-repeat !important;
}

.banner
{
	float: right;
	width: 242px;
	/*margin: 0px 10px 0px 0px;*/
	/*margin: 0px 10px;*/
	margin-left: 10px;
}

.banner-r
{
	float: left;
	width: 242px;
	/*margin: 0px 10px 0px 0px;*/
	/*margin: 0px 10px;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 3px;
}

.banner img
{
	width: 235px;
	height: 143px;
}

/* Estilos del menú */

div.menu
{
	float: right;
	cursor: pointer;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat !important;
	height: 12px;
}

/* Botones del menu */
#home_button
{
	width: 32px;
	background: url('/img/sitio/home.png');
}

#home_button:hover
{
	background-image: url('/img/sitio/home2.png');
}

#faq_button
{
	width: 30px;
	background-image: url('/img/sitio/faqs.png');
}

#faq_button:hover
{
	background-image: url('/img/sitio/faqs2.png');
}

#support_button
{
	width: 51px;
	background-image: url('/img/sitio/soporte.png');
}

#support_button:hover
{
	background-image: url('/img/sitio/soporte2.png');
}

#contact_button
{
	width: 59px;
	background-image: url('/img/sitio/contacto.png');
}

#contact_button:hover
{
	background-image: url('/img/sitio/contacto2.png');
}

#e-2box_button
{
	width: 47px;
	background-image: url('/img/sitio/e-2box.png');
}

#e-2box_button:hover
{
	background-image: url('/img/sitio/e-2box2.png');
}

#e-marketing_button
{
	width: 74px;
	background-image: url('/img/sitio/e-marketing.png');
}

#e-marketing_button:hover
{
	background-image: url('/img/sitio/e-marketing2.png');
}

/* Secciones */

h3.toggler {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0099CC;
	background: #121821;
	cursor: pointer;
}

h3.toggler:hover
{
	color: #D5E04D;
}

div.accordion
{
	background-image: url('/img/pattern.png');
	background-repeat: repeat;
}

div.accordion p
{
	color: #122233 !important;
	/*width: 620px;*/
	text-align: justify;
	padding-right: 10px;
}

div.accordion ul, div.accordion ul li
{
	text-align: left;
}
/* Final de secciones */

/* Overlay forma de contacto */

#BoxOverlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


.Overlay-Box {
  padding-bottom: 24px;
  background: url('/img/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('/img/bg-box-bottom.gif') bottom left no-repeat;
  top: 0px;
  left: 0px;
  position: absolute;
}

.Overlay-InBox {
  padding-top: 15px;
  background: url('/img/bg-box-top.png') top left no-repeat !important;	
  background: url('/img/bg-box-top.gif') top left no-repeat;	
}

.Overlay-BoxContent {
  background: url('/img/bg-box-body.png') top left repeat-y !important;
  background: url('/img/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

.Overlay-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

.Overlay-BoxContenedor h1,.Overlay-BoxContenedor h2,.Overlay-BoxContenedor h3,.Overlay-BoxContenedor b,.Overlay-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#contact_form
{
	background-repeat: no-repeat;
	background-image: url('/img/sitio/contacto.jpg');
	background-position: right;
}

/*
#send
{
	background-image: url('/img/sitio/enviar.png');
	background-repeat: no-repeat;
}
*/

.button{
	cursor:pointer;
}

/* Final de Overlay */

.status
{
	float: left;
	width: 16px;
	height: 16px;
	position: absolute;
	padding: 5px 5px 5px 40px;
	background: transparent;
}

span.ok
{
	background-image: url('/img/sitio/ok_16.png') !important;
	background-repeat: no-repeat;
}

span.cancel
{
	background-image: url('/img/sitio/cancel_16.png') !important;
	background-repeat: no-repeat;
}

#foot
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#empleo, #inscripcion, #manual
{
	position: relative;
	left: 900px;
	top: 0px;
	display: block;
	margin-right: 0px;
}

