@charset "utf-8";
/* CSS Document */


/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
	{margin:0px; padding:0px;}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var, br, p
	{font-style:normal; font-weight:normal;}



body{
background-color:#dbdcdd;
margin:0px;
background-image: url(i/bckg.gif);
background-repeat:repeat-x;

}

#wrapper{
margin-left:auto;
margin-right: auto;
width:770px;
height:auto;
background-color:#FFFFFF;

}

#flash{
width:770px;
height:306px;

}

#content_left{
width:220px;
float:left;
height:100%;
position:relative;

}

#banner{
background-image:url(i/banner1.jpg);
float:left;
height:96px;
margin-left:22px;
margin-top:14px;
padding-left:10px;
padding-right:10px;
padding-top:85px;
position:relative;
width:161px;
}
*html #banner{
margin-left:12px;
}

#banner p {
	font-family:Arial;
	font-size:12px;
	text-decoration: none;
	text-align: left;
	line-height:14px;
}


h2 {
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	margin-bottom:10px;
	color:#3e3e3e;
}


#content {
width:770px;
height:auto;
}


#content_right{
width:500px;
height:auto;
background-image:url(c/i/line.gif);
background-position:left, top;
background-repeat:no-repeat;
float: right;
position:relative;
padding-left:20px;
padding-right:30px;
}

#footer{
	width:750px;
	height:40px;
	background-color:#FFFFFF;
	background-image: url(i/bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position: bottom;
	font-family:Arial;
	font-size:10px;
	color:#999999;
	padding-left:20px;
	word-spacing: 0.2em;
	float:left;
	position:relative;
	padding-top:20px;
}


#footer a{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	text-decoration: underline;
}


#footer a:hover{
	font-family:Arial;
	font-size:10px;
	color:#666666;
	text-decoration: underline;
}


 a{
	font-family:Arial;
	font-size:12px;
	color:#5261a0;
	text-decoration: none;
}


a:hover{
	font-family:Arial;
	font-size:12px;
	color: #333333;
	text-decoration: none;
}





h1{
font-family:"Trebuchet MS";
color:#1a278f;
font-size:16px;
margin-bottom:5px;
}

p {
	font-family:Arial;
	font-size:12px;
	color:#3e3e3e;
	text-decoration: none;
	text-align: justify;
	line-height:16px;
}

.listclass li {
color:#3E3E3E;
font-family:Arial;
font-size:12px;
line-height:16px;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
padding-bottom:5px;
padding-left:30px;
padding-top:5px;
}


strong {
	font-family:Arial;
	font-size:12px;
	color:#3e3e3e;
	text-decoration: none;
	text-align: justify;
	line-height:16px;
	font-weight:bold;
}
.leftnav {
float:left;
height:100%;
padding-left:20px;
padding-top:30px;
position:relative;
width:200px;
}
/* CONTACT FORM */

#contact-area {
	width: 540px;
	margin-top: 35px;
	margin-bottom: 37px;
	font-size: 62.5%;
	font-weight: bold;
	color: #000;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
border:2px solid #CCCCCC;
font-family:Helvetica,sans-serif;
font-size:1.4em;
margin:0 0 10px;
padding:3px;
width:333px;
}

#contact-area textarea {
	height: 90px;
	margin-top: -12px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
float:right;
position:relative;
right:62px;
width:80px;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 1.4em;
}

#contact-area .error {
font-size:1.2em;
font-weight:bold;
padding-right:30px;
text-align:right;
}

#contact_thanks {
	font-family: "Verdana";
	margin: 0 auto;
	width: 500px;
	text-align: center;
	margin-top: 72px;
	padding-bottom: 239px;
}