@charset "utf-8";
#form1 {
	position:relative;
	left:410px;
	top:10px;
	width:355px;
	height:300px;
	z-index:0;
}

#wrapper1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-image: url(../img/01-Pag-Empleos.jpg);
	margin-top: 20px;
}
#wrapper2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-image: url(../img/02-Pag-Empresa.jpg);
	margin-top: 20px;
}
#wrapper3 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-image: url(../img/04-Pag-consultores.jpg);
	margin-top: 20px;
}
#wrapper4 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-image: url(../img/05-Pag-CV.jpg);
	margin-top: 20px;
}



body {
	margin: 0px;
}

#menusup {
	position:relative;
	left:217px;
	top:62px;
	width:560px;
	height:20px;
	z-index:1;
}
#menuCV {
	position:relative;
	left:40px;
	top:103px;
	width:180px;
	height:60px;
	z-index:2;
	vertical-align: middle;
}
#menuCV  a  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#menuCV  a:hover  {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.titForm {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.titFormAzul {
	font-size: 11px;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.txtForm {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

.txtFormActivo {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-color: #99CCFF;
}

#perfiles {
	position:relative;
	left:62px;
	top:238px;
	width:674px;
	height:155px;
	z-index:3;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	scrollbar-face-color: #6685CA;
	scrollbar-highlight-color: #6685CA;
	scrollbar-shadow-color: #6685CA;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E5E5E5;
	scrollbar-drakshadow-color:#000000;

}
#perfiles  h2 {
	font-weight: bold;
	font-size: 13px;
	color: #0951B3;
	line-height: 15px;
}
#perfiles h4 {
	font-size: 11px;
	color: #0751B0;
	line-height: 13px;
}

#perfiles p {
	font-size: 11px;
	color: #666666;
	line-height: 13px;
}
#menuperfiles {
	position:relative;
	left:270px;
	top:68px;
	width:150px;
	height:60px;
	z-index:4;
	vertical-align: middle;
}
#menuperfiles a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 20px;
}
#menuperfiles a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 20px;
}
.btnform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#E6E6E6;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	overflow:auto;
}
.validatorCalloutHighlight{
z-index: 105;
}

