/*generales*/

.wrap{
	width: 750px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.wrap2{
	width: 1050px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

/*header*/
.headHome{
	width: 100%;
	background: url(../img/img/bg/bgHeadHome.jpg) repeat-x top left;


}

.headTop{
	width: 785px;
	margin: 0 auto;
	background: url(../img/img/bg/headBg.jpg) no-repeat top center;
	position: relative;
	height: 254px;
}

.imgHead {
	left: 17px;
	margin: 0 auto;
	position: absolute;
	top: 34px;
	width: 750px;
}

.imgHead img{
	display: block;
	width: 100%;
	height: auto;
}

/*INFOBLOQUE*/

.infoBloq{
	width: 220px;
	height: 75px;
	float: left;
	background: url(../img/img/bg/bgbox.jpg) no-repeat;
	overflow: hidden;
	font-size: 11px;
	margin-right: 15px;
	padding: 10px;


}

.infoGrupo{
	width: 100px;
	vertical-align:top;
	height: auto/*75px*/;
	float: left;
	/*background: url(../img/img/bg/bgbox.jpg) no-repeat;*/
	background-color: #E6E4E4;
	border:1px solid #BAB9B9;
	overflow: hidden;
	font-size: 11px;
	margin-right: 5px;
	padding: 10px;


}

.infoBloq h3{
	margin: 0;
	color: #012d74;
}




/*USERBLOQ*/

.headBloq h2{
	background: url(../img/img/bg/bgRot.jpg) repeat-x;
	font-size: 16px;
	font-weight: normal;
	-webkit-text-shadow: 1px 1px 0 #11209d;
	-moz-text-shadow: 1px 1px 0 #11209d;
	text-shadow: 1px 1px 0 #11209d;
	color: #fff;
	height: 19zpx;
	padding: 10px 10px;
	margin-bottom: 0;
	width: 100%;
	margin-top: 0;
}

.ingresoUser h2{
	width: 170px;
	padding: 10px 20px;
	float:left;
	margin: 0;
}

.ingresoUser p {
	float: left;
	font-size: 11px;
	height: 17px;
	margin: 0;
	padding: 10px;
	width: 260px;
}

.infoUser {
	float: left;
	margin: 30px 0;
	width: 495px;
}

.bloqContent {
	background: none repeat scroll 0 0 #eef5ff;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	float: left;
	width: 100%;
	height: 223px;
}

.loginBox {
	float: left;
	padding: 5px 18px 10px 10px;
	width: 180px;
	border-right: 1px dashed #acacac;
	margin: 10px 0;
}

.campo{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
}

.loginBox label{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	width: 70px;
	text-align: right;
	float: left;
	margin:0;
}

.loginBox input{
	width: 80px;
	height: 10px;
	padding: 5px;
	font-size: 11px;
	float: left;
	margin-left: 10px;
}

.loginBox input[type="text"], .loginBox input[type="password"]{
	border: 1px solid #8d8d8d;
}

.loginBox input[type="submit"]{
	float: right;
	background: #ffa63d;
	background: -moz-linear-gradient(top, #ffa63d 50%, #ff7c00 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffa63d), color-stop(50%,#ff7c00));
	background: -webkit-linear-gradient(top, #ffa63d 50%,#ff7c00 50%);
	background: -o-linear-gradient(top, #ffa63d 50%,#ff7c00 50%);
	background: -ms-linear-gradient(top, #ffa63d 50%,#ff7c00 50%);
	background: linear-gradient(to bottom, #ffa63d 50%,#ff7c00 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa63d', endColorstr='#ff7c00',GradientType=0 );
	border:none;
	width: 92px;
	height: 25px;
	padding: 5px;
	float: right;
	margin-right: 8px;
	border:1px solid #8d8d8d;
	margin: 10px 8px 20px 0;
	color: #3c4047;
}

.loginBox p{
	margin:0;
	
}

.pass a{
	display: block;
	width: 100%;
	color: #3c4047;
	text-align: center;
	font-size: 11px;
	text-decoration: underline;
}

.campo small {
	display: block;
	float: right;
	font-size: 10px;
	margin: 5px 15px 5px 0;
	text-align: right;
	color: #8d8d8d;
	width: 100%;
}

.loginInfo {
    float: left;
    margin: 5px 10px 10px 20px;
    width: 255px;
    font-size: 11px;
    font-family: tahoma, sans-serif;
}

.loginInfo h3{
	font-size: 11px;
	font-weight: normal;
}

.loginInfo ul{
	list-style: none;
	padding: 0;
}

.loginInfo li{
	padding-left: 50px;
	height: 40px;
	padding-top: 10px; 
	margin-bottom: 10px;
}

.infoPersonal{
	background: url(../img/img/ico_info.png) no-repeat left center;
	
}
 .perfiles{
	background: url(../img/img/ico_per.png) no-repeat left center;

 }

 .reunion{
 		background: url(../img/img/ico_agen.png) no-repeat left center;

 }

 /*Informacion en linea*/

.info {
    float: left;
    margin: 30px 0 30px 15px;
    overflow: hidden;
    width: 238px;
    border: 1px solid #8b8b8b;
    background: #eef5ff;
}
/*INTERIOR*/

.interior .bloqContent{
	color: #012d74;
}
.headInterior {
    height: 235px;
    overflow: hidden;
}

.bloqContent.half {
    background: none repeat scroll 0 0 #fbfbfb;
    float: left;
    font-size: 11px;
    margin-right: 15px;
    padding: 15px;
    width: 335px;
}

.bloqContent.center{
    background: none repeat scroll 0 0 #fbfbfb;
    float: center;
    font-size: 11px;
    /* margin-right: 0px; */
	/* margin-left: 15px */
    padding: 15px;
    width: 715px;
	border:1px solid balck;
	height:400px;
	overflow-y: scroll;
}
.nav {
    border-bottom: 1px solid #e1e0e0;
    border-left: 1px solid #e1e0e0;
    border-top: 1px solid #e1e0e0;
    display: table;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 749px;
}

.nav li {
    display: table-cell;
}

.nav a {
    display: block;
    font-size: 13px;
    padding: 9px 2px;
    text-decoration: none;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-image: url(../img/img/bg/bgMenu.jpg);
    color: #012d74;
    border-right: 1px solid #e1e0e0;
}

.nav a:hover, .nav .current{
	background: #012d74;
	color: #fff;
}


/*FOOTEr*/

.footer{
	border-bottom: 25px solid #e0161e;
	margin-top: 30px;
}
.footer ul{
	padding: 0;
	list-style: none;

}

.footer li{
	float: left;
}

.footer ul a{
	display: block;
	text-indent: -9999px;
}

.consorcioLink{
	background: url(../img/img/linkFoot.jpg) no-repeat;
	width: 94px;
	height: 40px;
}

.fone{
	width: 128px;
	height: 40px;
	background: url(../img/img/footFone.png) no-repeat;
	text-indent: -9999px;
}

.social a{
	width: 25px;
	height: 25px;
	display: block;
}

.social li{
	float: left;
	width: 25px;
	height: 25px;
	margin: 8px 5px;
}

.face{
	background: url(../img/img/face.png) no-repeat;
}
.twit{
	background: url(../img/img/twitter.png) no-repeat;
}

.yout{
	background: url(../img/img/youtube.png) no-repeat;
}

.footAcces{
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
}

.footLogo{
	float: right;
}


.last{
	margin-right: 0 !important;
}


.interior .bloqContent ul{
	padding: 0;
	list-style: none;
}

.interior .footer{
	margin-top: 100px;
}

