@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	padding:0px;
	margin:0px;
	background-image:url(../images/body_gradient_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Arial;
	font-size:.90em;
}
img {
	border:0px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	font-family:Arial;
}
p {
	font-family:Arial;
	font-size:11pt;
	line-height:1.5;
}
.column ul {
	font-family:Arial;
	font-size:11pt;
	line-height:1.5;
}
label {
	display:block;
	font-size:.85em;
	color:#333333;
	margin-top:4px;
	line-height:1.0;
}
input[type="text"]{ 
	padding:4px;
	font-size:.90em;
	border:1px solid #414141;
}
fieldset{
	padding:10px;
	margin-top:15px;
	border:1px solid #CCCCCC;
	background-color: transparent; 
}
legend {
	font-size:.87em;
	font-weight:bold;
	padding:4px;
	color:#d49428;
}
textarea{
	width:450px;
	height:50px;
}
button{
	float:right;
	background-image:url(../images/commonicons/submit.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:transparent;
	width:150px;
	font-weight:bold;
	padding:8px;
	padding-left:18px;
	border:0px;
	cursor:pointer;
}
li.leftsummary {
	font-family:Arial;
	font-size:10pt;
	line-height:1.5;
}
#footer{
	background-image:url(../images/footer_gradient2.png);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:.8em;
	height:60px;
	color:#444444;
	margin:0 auto;
	padding:10px;
}
.social-icon{
	padding:0px;
}
.toolbar{
	width:100%;
	margin-top:237px;
	margin-bottom:20px;
}
.toolbar img {
	float:right;
	padding-left:0px;
	padding-right:12px;
}

/*************
SECCIONES
**************/
#loader{
	min-height:255px;
	height:255px;
}
#loading{
	margin:100px auto;
	color:#000000;
	/*background-color:#414141;*/
	width:auto;
	text-align:center;
	padding:2px;
}
.bodyLeft{
	width:237px;
/*	margin-top:255px;*/	
}
.bodyRight{
/*	margin-top:255px;*/
	width:629px;		
}
/*Home*/
#body{
	display:none;
	margin-top:0px;
}

/*About Us*/
#body-aboutus{
	background-image:url(../images/sections/hdr_aboutus.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;	
}

/*Information Technology*/
#body-it{
	background-image:url(../images/sections/hdr_it.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;		
}

/*Organizational Development*/
#body-development{
	background-image:url(../images/sections/hdr_development.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;	
}

/*Environmental, Health & Safety*/
#body-safety{
	background-image:url(../images/sections/hdr_safety.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;		
}

/*Recruitment*/
#body-recruitment{
	background-image:url(../images/sections/hdr_recruitment.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;		
}

/*Careeers*/
#body-career{
	background-image:url(../images/sections/hdr_career.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;		
}

/*Contact*/
#body-contact{
	background-image:url(../images/sections/hdr_contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:255px;
	display:none;		
}

.modal{
	background-color:#FFFFFF;
	width:500px;
	margin:0 auto;
}

/*
Form Validation
*/
.inputError{
	border:1px solid red;
	background-color:#FFFFCC;
}
#process{
	font-size:.85em;
	color:#008800;
}