/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* formulario de contacto

---------------------------------------------------------------------------------------------------------------*/

#formulario {width:650px;height:500px; background: white;}
form p { position:relative; line-height:12px; color:#535353;}
form p small { font-size:10px; margin-left:10px; color:#999;}
form p label { font-weight:bold;}
form p label.error { position:absolute; top:0; right:0; color:#f00; font-size:0.8em; text-align:right;}
label .req { padding:0 3px; color:#f00;}
input.text, textarea, select { border:1px solid #fff; border-color:#908686 #908686 #e7e6e5 #e7e6e5; width:80%; padding:0 2%;}
input.text { margin:0 0 0 0;}
textarea { height:77px; margin-top:0px;}
input.captcha { width:100px;}
select { width:80%; padding-right:0;}
input.error { border-color:#f00 #f00 #ff9090 #ff9090;}
.boton { border:1px solid #d5d4d4; background:url(img/header-company-bg.gif) repeat-x 0 -14px; color:#fff; cursor:pointer; padding:3px 10px; font-size:11px; font-weight:normal; }
#facebox .left { margin-right:16px;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; clear:both; margin:10px;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.botonerasubmit{position:absolute;bottom:0;height:20px;width:100%;margin:3px}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	/*width:675px;	*/
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	 
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-repeat: no-repeat; 
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.ventana_videos {
	border:1px solid transparent
}

/* the overlayed clear element */
.simple_overlay_clear {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:transparent;
	/*width:675px;	*/
	min-height:200px;
	/* border:1px solid #666;
	 CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay_clear .close {
	background-repeat: no-repeat; 
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top: 45px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the overlayed clear with inner crosselement */
.simple_overlay_clear_innerCross {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:transparent;
	/*width:675px;	*/
	min-height:200px;
	/* border:1px solid #666;
	 CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay_clear_innerCross .close {
	background-repeat: no-repeat; 
	background-image:url(img/close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.simple_overlay_mail {
	
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	/*background-color:#333;*/
	/*width:675px;	*/
	min-height:200px;
	/*border:1px solid #666;*/
	/* CSS3 styling for latest browsers */
	/*-moz-box-shadow:0 0 90px 5px #000;*/
	/*-webkit-box-shadow: 0 0 90px #000;*/	 
}

/* close button positioned on upper right corner */
.simple_overlay_mail .close {
	background-repeat: no-repeat; 
	background-image:url(img/close.png);
	position:absolute;
	right:-9px;
	top:-5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
