@charset "utf-8";
html, body, #main {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#contentmenu h3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #999999;
}

body, #main {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
body {
	background-color: #666666;
	background-image: url(images/bodybg.jpg);
	background-position: center top;
	background-repeat: repeat-y;

}



* {
	padding: 0px;
	margin: 0px;
}
a {
	color: #006699;
	text-decoration: none;
}

#main {
	height: auto;
	min-height: 100%;
	min-width: 900px;
	width: 900px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #5F5F5F;
}


#head {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/head/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
}
#accessclients {
	position: absolute;
	top: 15px;
	right: 257px;
	padding: 0px 20px 0px 20px;
	background-image: url(1/images/iconos/arrow_bs.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
#hlb {
	position: absolute;
	top: 32px;
	right: 12px;
}

#menu {
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px 30px 0px 30px;
	height: 26px;
	background-color: #4E6F94;
	font-size: 12px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none;
	padding: 0px 30px 0px 30px;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #406FBB;
	font-weight: bold;
}
#menu a:hover {
	background-color: #334962;

}
#menu a.sel {
	background-color: #334962;
}

#content {
	width: 900px;
}
.contactbg {
	background-image: url(images/contact/bg.jpg);
	background-repeat: no-repeat;
}

#prefoot {
	height: 110px;
}
#foot {
	height: 80px;
	margin: -80px auto 0px auto;
	color: #FFFFFF;
	background-image: url(images/foot/footgradient.jpg);
	background-repeat: repeat-x;
	background-position: 30px 0px;
	background-color: #666666;
	width: 900px;
}
#footcont {
	background-image: url(images/foot/footlogo.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#contentbody h4 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #3C6B9B;
	font-weight: normal;
}

.clr {
	clear: both;
}
.ainput {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 1px 4px;
	background-image: url(images/form/inputbg.jpg);
	background-position: -3px -3px;
}
.abtn {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	padding: 1px 14px 1px 14px;
}

.ftable {
	font-size: 11px;
}
.ftable td {
	padding: 6px;
	text-align: left;
	color: #333333;
}
.ftable th {
	padding: 6px;
	text-align: right;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.cvtable {
}
.cvtable   td    {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.cvtable th {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	text-align: left;
}
.cv {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

.titlebig {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #4E6F94;
	font-weight: bold;
	float: left;
	padding: 0px 10px 0px 0px;
}
.mediacontent {
	text-align: center;
	padding: 10px 20px;
}
.ltable {
	color: #000000;
	border-collapse: collapse;
}
.ltable th {
	color: #000000;
	background-color: #F0F0F0;
	padding: 1px 4px;
}
.ltable td {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 4px;
	font-size: 11px;
}
.ltable th, table td {
	border: 1px solid #CCCCCC;
}
