html {
	height:100%;
}

body {
	background-color:#FFFFFF;
	font-family:"Arial";
	font-weight: normal;
	font-size: 11px;
	color:#333333;
	
}
img{
	border:none;
}

input, select{
	border:1px solid #cfcfcf;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:160px
}

textarea {
	border:1px solid #cfcfcf;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:267px
}

label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:10px;
	float:left;
	width:70px;
	text-align:left;
	padding-top:3px;
	padding-left:3px
}

h2{
	margin:0px;
}

h3{ margin: 0px}

.spacer{
	float:left;
	width:100%;
	height:3px;
	
}

.spacer_4{
	float:left;
	width:100%;
	height:4px;
	
}

.spacer_5{
	float:left;
	width:100%;
	height:5px;
	
}

.spacer_8{
	float:left;
	width:100%;
	height:6px;
	
}

.spacer_10{
	float:left;
	width:100%;
	height:10px;
	
}
.spacer_20{
	float:left;
	width:100%;
	height:20px;
	
}

.spacer_23{
	float:left;
	width:100%;
	height:23px;
	
}

.spacer_30{
	float:left;
	width:100%;
	height:30px;
	
}

.spacer_40{
	float:left;
	width:100%;
	height:40px;
	
}

#header{
	float:left;
	width:100%;
	/*height:30px;*/
	/*border:1px solid #000000;*/
	margin-bottom:10px;
}

#logo{
	float:left;
	width:150px;
	text-align:right;
	/*border:1px solid red;*/
	position:absolute;
	top:340px;
	left:280px;
	
}

#logo img{
	margin-right:8px;
}
#logo span{
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#container{
	/*width: 80%;*/
	width: 720px;
	background:transparent;
	/*margin: 0 auto;*/
	/*border:1px solid #000000;*/
	text-align:left;
	height:450px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top:-225px
	
}

#sidebar {
	float:left;
	/*width:24%;*/
	width:141px;
	/*height:318px;*/
	height:390px;
	background:transparent;
	/*background-color:#E6E6E6;*/
	background-image:url(../img/logo_sidebar2.png);
	background-repeat:no-repeat;
	padding:15px 0;
	/*border:1px solid red;*/
	margin-top:5px;
}

#dir{
	float:left;
	width:141px;
	margin-top:8px;
}
#dir p{
	font-size:9px;
}

#maincontent{
	float:left;
	width:520px;
	margin: 0 20px 0 23px;
	/*border:1px solid red;*/
}

#maincontent_menu{
	float:left;
	/*width:100%;*/
	width:517px;
	background-color:#E6E6E6;
	margin-bottom:3px
}

#footer{
	float:left;
	width:100%;
	position:absolute;
	bottom:10px;
	left:0px;
	height:30px;
	
}


#footer div p{
	font-size:9px;
	font-weight:normal;
	color:#acaaaa;
	margin-left:20px;
}

#copy{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#E6E6E6;
	width:300px;
	text-align:center;
	float:right;
	font-weight:bold;
	color:#FFFFFF;
}

#pb{
	position:absolute;
	top:5px;
	left:0px;
	width:300px;
	text-align:left;
	float:left;
	
}


.detail_container{
	float:left;
	width:270px;
	height:150px;
	border:1px solid #666666;
	margin-right:5px;
	background-color:#FFFFFF;
	
}

.detail_container div#sep{
	padding:3px;
}

.thumb{
	float:left;
	width:50px;
	height:50px;
	border:1px solid #666666;
	margin-right:5px;
	
}
.detail_col{
	float:left;
	width:200px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-bottom:7px;
	
}

.menuitem{
	float:left;
	width:100%;
	height:16px;
	background-color:#E6E6E6;
	margin-bottom:3px;
}

.menuitem div{
	padding:3px;
}

.menuitem a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.menuitem a:hover{color: #999999;}
.menuitem a:visited{color: #000000;}
.menuitem a:active{color: #000000;}

.menuitem_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
}

.menuitem_selected div{
	padding:3px;
}

.menuitem_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.menuitem_selected a:hover{color: #999999;}
.menuitem_selected a:visited{color: #000000;}
.menuitem_selected a:active{color: #000000;}

#submenu{
	float:left;
	width:100%;
	background-color:transparent;
	margin-bottom:3px
}


.submenuitem{
	float:left;
	width:100%;
	height:16px;
	background-color:#F7F5E7;
	margin-bottom:3px;
}

.submenuitem div{
	padding:3px;
}
.submenuitem a{text-decoration: none;color: #666666;padding-left: 4px;font-family:"Arial";font-size:11px;}
.submenuitem a:hover{color: #333333;}
.submenuitem a:visited{color: #666666;}
.submenuitem a:active{color: #666666;}

.submenuitem_selected{
	float:left;
	width:100%;
	height:16px;
	background-color:#F1E75E;
	margin-bottom:3px;
}

.submenuitem_selected div{
	padding:3px;
}


.submenuitem_selected a{text-decoration: none;color: #666666;padding-left: 4px;font-family:"Arial";font-size:11px;}
.submenuitem_selected a:hover{color: #333333;}
.submenuitem_selected a:visited{color: #666666;}
.submenuitem_selected a:active{color: #666666;}

.detail_one_container{
	float:left;
	width:400px;
	/*height:150px;*/
	border:1px solid #666666;
	margin-right:5px;
	background-color:#FFFFFF;
	
}

.detail_one_container div#pad{
	padding:3px;
}

.category_container{
	float:left;
	width:150px;
	border:1px dotted #666666;
	margin-right:3px;
	margin-bottom:3px;
}

.category_container div{
	padding:3px;
}
.header_title{
	float:left;
	width:100%;
	margin-bottom:5px;
}

.tabs{
	float:left;
	width:100%;
	margin-bottom:5px;
	text-align:right;
}
.section_content{
	float:left;
	width:100%;
	margin-bottom:5px;
	text-align:left;
}

.toptabs{
	float:left;
	height:18px;
	background-color:#E6E6E6;
	
	
}

.toptabs div{
	padding:3px;
}

.toptabs_divisor{
	float:left;
	width:1px;
	height:12px;
	margin-top:3px;
	background-color:#FFFFFF
}

.toptabs a{text-decoration: none;color: #666666;padding: 2px;}
.toptabs a:hover{color: #333333;}
.toptabs a:visited{color: #666666;}
.toptabs a:active{color: #666666;}

.toptabs_selected{
	float:left;
	height:18px;
	background-color:#F1E75E;
	margin-right:1px
	
}

.toptabs_selected div{
	padding:3px;
}

.toptabs_selected a{text-decoration: none;color: #666666;padding: 2px;}
.toptabs_selected a:hover{color: #333333;}
.toptabs_selected a:visited{color: #666666;}
.toptabs_selected a:active{color: #666666;}

.separator_20px{
	float:left;
	width:100%;
	height:20px;
}

.separator_10px{
	float:left;
	width:100%;
	height:10px;
}

#imagecontainer{
	float:left;
	/*width:474px;*/
	width:100%;
	height:303px;
	/*border:1px solid #666666;*/
	
	
	
}

#memory{
	float:left;
	/*width:250px;*/
	width:515px;
	overflow:auto;
	overflow-x:hidden;
	height:60px;
	padding-right:5px;
	
	
}


#memory p{
	line-height:10px;
	line-break:normal;
}

.title_memory{
	font-weight:bold;
	float:left;
	width:100%;
	height:10px;
	margin-bottom:5px
	
	
}

#details{
	float:left;
	width:250px;
}

.imgnumber{
	float:left;
	height:16px;
	width:16px;
	/*background-color:#F7F5E7;*/
	margin-bottom:3px;
	margin-right:3px;
}
.imgnumber div{
	padding:3px;
}

.imgnumber a{text-decoration: none;color: #666666;padding: 2px;}
.imgnumber a:hover{color: #333333;}
.imgnumber a:visited{color: #666666;}
.imgnumber a:active{color: #666666;}

.imgnumber_selected{
	float:left;
	height:16px;
	width:16px;
	/*background-color:#F1E75E;*/
	margin-bottom:3px;
	margin-right:3px;
}
.imgnumber_selected div{
	padding:3px;
}

.imgnumber_selected a{text-decoration: none;color: #F1E75E;padding: 2px;font-weight:bold}
.imgnumber_selected a:hover{color: #333333;}
.imgnumber_selected a:visited{color: #F1E75E;}
.imgnumber_selected a:active{color: #F1E75E;}


.foto_label{
	float:left;
	height:16px;
	font-weight:bold;
	/*margin-top:3px;*/
	margin-right:5px
}

.plano_label{
	float:left;
	height:16px;
	font-weight:bold;
	/*margin-top:3px;*/
	margin-right:5px
}

.pagination_sep{
	float:left;
	height:16px;
	width:20px;
}

#santander_combo{
	position:absolute;
	width:140px;
	background-color:#FFFFFF;
	z-index:100;
}

.santander_item{
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
	background-color:#E6E6E6;
}

.santander_item div{
	padding:3px;
}

.santander_item a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.santander_item a:hover{color: #999999;}
.santander_item a:visited{color: #000000;}
.santander_item a:active{color: #000000;}

.santander_item_last{
	float:left;
	width:100%;
	height:16px;
	background-color:#E6E6E6;
}

.santander_item_last div{
	padding:3px;
}

.santander_item_last a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.santander_item_last a:hover{color: #999999;}
.santander_item_last a:visited{color: #000000;}
.santander_item_last a:active{color: #000000;}


.santander_item_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
}

.santander_item_selected div{
	padding:3px;
}

.santander_item_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.santander_item_selected a:hover{color: #999999;}
.santander_item_selected a:visited{color: #000000;}
.santander_item_selected a:active{color: #000000;}

.santander_item_last_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
}

.santander_item_last_selected div{
	padding:3px;
}

.santander_item_last_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.santander_item_last_selected a:hover{color: #999999;}
.santander_item_last_selected a:visited{color: #000000;}
.santander_item_last_selected a:active{color: #000000;}





#lloyds_combo{
	position:absolute;
	width:140px;
	background-color:#FFFFFF;
	z-index:100;
}

.lloyds_item{
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
	background-color:#E6E6E6;
}

.lloyds_item div{
	padding:3px;
}

.lloyds_item a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.lloyds_item a:hover{color: #999999;}
.lloyds_item a:visited{color: #000000;}
.lloyds_item a:active{color: #000000;}

.lloyds_item_last{
	float:left;
	width:100%;
	height:16px;
	background-color:#E6E6E6;
}

.lloyds_item_last div{
	padding:3px;
}

.lloyds_item_last a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.lloyds_item_last a:hover{color: #999999;}
.lloyds_item_last a:visited{color: #000000;}
.lloyds_item_last a:active{color: #000000;}


.lloyds_item_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
}

.lloyds_item_selected div{
	padding:3px;
}

.lloyds_item_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.lloyds_item_selected a:hover{color: #999999;}
.lloyds_item_selected a:visited{color: #000000;}
.lloyds_item_selected a:active{color: #000000;}

.lloyds_item_last_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
}

.lloyds_item_last_selected div{
	padding:3px;
}

.lloyds_item_last_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.lloyds_item_last_selected a:hover{color: #999999;}
.lloyds_item_last_selected a:visited{color: #000000;}
.lloyds_item_last_selected a:active{color: #000000;}





#stand_combo{
	position:absolute;
	width:140px;
	background-color:#FFFFFF;
	z-index:100;
}

.stand_item{
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
	background-color:#E6E6E6;
}

.stand_item div{
	padding:3px;
}

.stand_item a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.stand_item a:hover{color: #999999;}
.stand_item a:visited{color: #000000;}
.stand_item a:active{color: #000000;}

.stand_item_last{
	float:left;
	width:100%;
	height:16px;
	background-color:#E6E6E6;
}

.stand_item_last div{
	padding:3px;
}

.stand_item_last a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.stand_item_last a:hover{color: #999999;}
.stand_item_last a:visited{color: #000000;}
.stand_item_last a:active{color: #000000;}


.stand_item_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
}

.stand_item_selected div{
	padding:3px;
}

.stand_item_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.stand_item_selected a:hover{color: #999999;}
.stand_item_selected a:visited{color: #000000;}
.stand_item_selected a:active{color: #000000;}

.stand_item_last_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
}

.stand_item_last_selected div{
	padding:3px;
}

.stand_item_last_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.stand_item_last_selected a:hover{color: #999999;}
.stand_item_last_selected a:visited{color: #000000;}
.stand_item_last_selected a:active{color: #000000;}



#cv_combo{
	position:absolute;
	width:140px;
	background-color:#FFFFFF;
	z-index:1000;
}

.cv_item{
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
	background-color:#E6E6E6;
}

.cv_item div{
	padding:3px;
}

.cv_item a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.cv_item a:hover{color: #999999;}
.cv_item a:visited{color: #000000;}
.cv_item a:active{color: #000000;}

.cv_item_last{
	float:left;
	width:100%;
	height:16px;
	background-color:#E6E6E6;
}

.cv_item_last div{
	padding:3px;
}

.cv_item_last a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.cv_item_last a:hover{color: #999999;}
.cv_item_last a:visited{color: #000000;}
.cv_item_last a:active{color: #000000;}


.cv_item_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
	margin-bottom:3px;
}

.cv_item_selected div{
	padding:3px;
}

.cv_item_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.cv_item_selected a:hover{color: #999999;}
.cv_item_selected a:visited{color: #000000;}
.cv_item_selected a:active{color: #000000;}

.cv_item_last_selected{
	background-color:#F7F5E7;
	float:left;
	width:100%;
	height:16px;
}

.cv_item_last_selected div{
	padding:3px;
}

.cv_item_last_selected a{text-decoration: none;color: #000000;padding-left: 4px;font-family:"Arial";font-size:11px;}
.cv_item_last_selected a:hover{color: #999999;}
.cv_item_last_selected a:visited{color: #000000;}
.cv_item_last_selected a:active{color: #000000;}


.text_cv{
	float:left;
	width:260px;
	margin-right:16px;
	overflow:auto;
	overflow-x:hidden;
	height:397px;
	/*padding:3px;*/
	padding:4px;
	margin-top:0px;
	/*border:1px solid red*/
	
}

.image_cv{
	float:left;
	width:232px;
	/*border:1px solid red*/
}


.container_conf{
	float:left;
	width:508px;
	overflow:auto;
	overflow-x:hidden;
	/*height:394px;*/
	height:397px;
	padding:4px;
	margin-top:0px;
	
	
}

.container_pub{
	float:left;
	width:508px;
	overflow:auto;
	overflow-x:hidden;
	/*height:394px;*/
	height:397px;
	padding:4px;
	margin-top:0px;
	
}

.container_conc{
	float:left;
	width:508px;
	overflow:auto;
	overflow-x:hidden;
	/*height:394px;*/
	height:397px;
	padding:4px;
	margin-top:0px;
	
}

#introContainer{
	float:left;
	width:100%;
	margin-top:130px;
	margin-left:120px;
	
	
	
}

.thumbfade{
	float:left;
	width:70px;
	height:70px;
	border:1px solid #969594;
	margin-right:8px;
	
}

.thumbfade p{
	margin-top:10px;
	margin-left:3px;
	font-family:"Arial";
	font-weight: normal;
	font-size: 9px;
	color:#333333;
}

.roll1{
	background-image:url("../img/f.jpg");
	background-position:center;
	background-repeat:no-repeat;
	/*cursor:pointer;*/
}

.roll2{
	background-image:url("../img/r2.jpg");
	background-position:center;
	background-repeat:no-repeat;
	/*cursor:pointer;*/
}

.roll3{
	background-image:url("../img/l.jpg");
	background-position:center;
	background-repeat:no-repeat;
	/*cursor:pointer;*/
}

.roll4{
	background-image:url("../img/r4.jpg");
	background-position:center;
	background-repeat:no-repeat;
	/*cursor:pointer;*/
}

.roll5{
	background-image:url("../img/l.jpg");
	background-position:center;
	background-repeat:no-repeat;
	/*cursor:pointer;*/
	
}

.roll6{
	background-image:url("../img/r3.jpg");
	background-position:center;
	background-repeat:no-repeat;
	
}

.spacer_8{
	float:left;
	width:100%;
	height:8px;
}

.spacer_10{
	float:left;
	width:100%;
	height:10px;
}
.spacer_14{
	float:left;
	width:100%;
	height:14px;
}

.ingreso{
	float:left;
	height:16px;
	width:100%;
	/*background-color:#F7F5E7;*/
	margin-bottom:3px;
	margin-right:3px;
	text-align:center;
	
	
}
.ingreso div{
	
	width:100px;
	margin-right:130px;
	float:right;
	text-align:right;
}

.ingreso a{text-decoration: none;color: #666666;padding: 2px;}
.ingreso a:hover{color: #333333;}
.ingreso a:visited{color: #666666;}
.ingreso a:active{color: #666666;}


.en_text{
	font-size:9px;
}


.frm_leftcol{
	float:left;
	width:240px;
	margin-right:3px;
	margin-top:26px
}

.frm_rightcol{
	float:left;
	width:270px;
	margin-top:26px
	
}

.frm_row{
	float:left;
	width:100%;
	height:21px;
	margin-bottom:3px;
	text-align:left;
	background-color:#E6E6E6
	
}

.frm_row_textarea{
	float:left;
	width:100%;
	margin-bottom:3px;
	background-color:#E6E6E6;
	/*height:92px*/
	height:70px
}

.frm_row_btn{
	float:right;
	width:100px;
	height:18px;
	background-color:#E6E6E6;
	padding-top:3px;
	text-align:center;
}

.frm_row_btn a{text-decoration: none;color: #666666;}
.frm_row_btn a:hover{color: #333333;}
.frm_row_btn a:visited{color: #666666;}
.frm_row_btn a:active{color: #666666;}

.sidebar_address{
	float:left;
	width:100%;
	margin-top:30px;
}

.thumb_staff{
	float:left;
	width:90px;
	height:94px;
	/*border:1px solid grey;*/
	margin-right:10px;
	
}

.text_staff{
	float:left;
	width:380px;
	margin-top:67px

	
}

/**	loading	=====================================================*/

#loading {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	margin:0 auto;
	height:800px;
	width:100%;
	/*background-repeat: repeat;*/
	min-height:100px;
	z-index:100;
	float:left;
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	/*background-image:url(../img/bg_enabled2.png);*/
	filter: alpha(opacity=75);
	
	/*background-color:#0033CC;*/
	
}

#msg_info{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	top:50%;
	margin-left:-50px;
	margin-top:-100px;
	left:50%;
	position:absolute;
}

body > #loading { position: fixed; left: 0px; top: 0px; height:100%; }

html, body > #loading{
	height:100%;
}

/**	end loading	=================================================*/

