@charset "utf-8";
/* CSS Document */
/*---------------------------------GENERAL-----------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border: 0px;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background-color:#1F1F1F;
	background-image:url(images/fondo_rep.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}
h1 {
	font-size:17px;
	color:#7A7A7A;
	font-weight:bold;
}
h2 {
	font-size:14px;
	color:#7A7A7A;
	font-weight:500;
	line-height:1.5;
}
.h2blanc {
	color:#FFF;
}
h3 {
	font-size:13px;
	color:#32A9FF;
}
h4 {
	font-size:10px;
	color:#515151;
	margin-right:40px;
	text-align:right;
}
h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:15px;
	font-size:14px;
	font-weight:normal;
}

.ptext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:15px;
	padding-right:20px;
	font-size:12px;
	font-weight:normal;
}

a {
	color:#CCC;
	text-decoration:none;
	border:0;
}
a:hover {
	color:#32A9FF;
	text-decoration:underline;
}
a:active {
	color:#32A9FF;
}
a:visited {
	color:#CCC;
}
a img {
	border:0;
}
hr {
	height: 0px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	margin-bottom:5px;
	border-top:0px;
	border-bottom:#CCCCCC dotted 1px;
}
ul {
	list-style-type: square;
	padding:10px 0px 0px 40px;
}
ol {
	padding:0px 0px 0px 18px;
}
li {
	padding:0px 35px 12px 0px;
	background:url(../images/dots.gif);
	list-style-type:none;
}
input {
	color: #65727C;
	background: #EDF3FA;
	border: 1px solid #BAC6CD;
	font-size:11px;
}
.textarea {
	color: #65727C;
	background: #EDF3FA;
	border: 1px solid #BAC6CD;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.button {
	color: #FFFFFF;
	background: #384960;
	border: 1px solid #5E799F;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*---------------------------------DIVS-----------------------------------------------------------*/

.global {
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}
.top {
	width:980px;
	height:49px;
	background-image:url(images/header_top.jpg);
}
.footer {
	width:980px;
	height:72px;
	background-image:url(images/fondo_footer.png);
}
.line {
	width:980px;
	height:1px;
	background-color:#000;
}
.menu {
	width:980px;
	height:99px;
	background-color:#000;
}
.center {
	width:980px;
	height:auto;
	background-color:#000;
}
.contenthome {
	width:894px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#262626;
	font-size:12px;
	margin:0 auto 0 auto;
}
.contennews {
	width:894px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#191919;
	font-size:12px;
	margin:0 auto 0 auto;
}
.contentcontact {
	width:894px;
	height:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#191919;
	background-image:url(images/fondo_contact.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	margin:0 auto 0 auto;
}
.photocompany {
	width:894px;
	height:auto;
	background-color:#262626;
	margin:0 auto 0 auto;
}
/* hack para IE, no tocar ni alterar ==================================================== */ 
.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 */  
/* hack para IE, no tocar ni alterar ==================================================== */


input {
	width:300px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}
textarea {
	width:300px;
	height:80px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}
button {
	width:140px;
	height:24px;
	font-family:Verdana;
	font-size:12px;
}
.label {
	width:100px;
	text-align:right;
}
.campo {
	text-align:left;
}
.inputNormal {
	border:1px solid;
}
.inputError {
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}
/* Capas de transparencia y mensajes de confirmacion */

#transparencia {
	background-color:#191919;
	z-index:1;
	position:absolute;
	width:420px;
	height:200px;
	display:none;
	opacity:0.85;
	filter:alpha(opacity="95");
}
#transparenciaMensaje {
	position:absolute;
	width:420px;
	height:200px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}
/* Mensajes de ayuda */

#mensajesAyuda {
	width:160px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #FFF;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}
#formContenedor {
	text-align:center;
	width:412px;
	float:right;
}
#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
	width: 584px;

	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px auto 0px 0px;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0px;
}
/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
#mycustomscroll {
	width: 894px;
	
	overflow: auto;
	position: relative;
	margin: 0px auto 0px 0px;
	padding: 0px;
}
.percentagewrap {
	width: 100%;
	margin: 0 auto;
	padding: 0px 10px 0px 0px;
}
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

