/*CSS-RESET*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body{
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup 
table {
border-collapse: collapse;
border-spacing: 0;
}*/
/*Cleaners*/
.CleanFloats{clear: both; float: none; height: 0px;}
.Clearfix:after {/*W3C*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
*+html .Clearfix {min-height: 1%;} /*IE7*/
* html .Clearfix {height:1%;} /*IE6*/
/*END CSS-RESET*/

body
{
	padding-top:0.1px; /*fix Header fixed Home*/
	background-image: url(../images/patternFooter.png);
	background-color: #B8CF2E;
	overflow-x: hidden;
}

header{
	width: 100%;
	min-width: 1024px;
	height: 96px;
	background-color: black;
	border-top: 1px solid black;
	margin: 0 auto;
	position: fixed;
	-webkit-box-shadow: 0 0 15px black;
	   -moz-box-shadow: 0 0 15px black;
			box-shadow: 0 0 15px black;
	z-index: 400
}
header #headerContainer{
	margin: 0 auto;
	width: 1600px;
}
header .headerSection{
	/*display: inline;
	position: absolute;*/
}
header #logo{
	width: 20%;
	height: 96px;
	border-right: 1px solid black;
	float: left;
	min-width: 230px;
}
header #logo a{
	text-align: center;
	margin-top: 10px;
    display: block;
    height: 59px;
}

header #mainNav{
	/*left: 509px;
	float: left;
	width: 44%;*/
}
header #mainNav .contentMenu{
    width: 9.5%;
    min-width: 115px;
	height: 95px;
	background: url(../images/backgorundMenu.png) no-repeat;
	float: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
header #mainNav .contentMenu:hover .openMenu{
	visibility: visible;
	opacity: 1;
}
header #mainNav .contentMenu:hover .menuItem{
    background-color: #FFFFFF;
    /*border-bottom: 1px solid #FFFFFF;*/
    color: #B8CF2E;
}

header #mainNav .contentMenu .menuItem{
	font: 17px 'metaplusmedium';
	color : #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 60px;
    padding-top: 36px;
	transition-property: background-color, border-bottom, color;
	-moz-transition-property: background-color, border-bottom, color; /* Firefox 4 */
	-webkit-transition-property: background-color, border-bottom, color; /* Safari and Chrome */
	-o-transition-property: background-color, border-bottom, color; /* Opera */
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
}
header #mainNav .contentMenu .menuItem:hover{
    background-color: #FFF;
   /* border-bottom: 1px solid #000;*/
    color: #000;
}
header #rightMenu{
    border-left: 1px solid black;
    float: left;
    padding:auto;
    width: 15%
}
header #rightMenu ul{
	float: right;
	margin-top: 24px;
	margin-right: 5%;
	width:80%;
    height: 62px;
}
/*header #rightMenu li{
	float: left;
}*/
/*border-left: 1px solid #20C3FF;*/

header #rightMenu .rightMenuItemLeft a{
	/*border-right: 1px solid #0099CC;*/
	font: 18px 'metaplusmedium';
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 158px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    height: 24px;
	transition-property: background-color, color;
	-moz-transition-property: background-color, color; /* Firefox 4 */
	-webkit-transition-property: background-color, color; /* Safari and Chrome */
	-o-transition-property: background-color, color; /* Opera */
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
}
header #rightMenu .rightMenuItemLeft a:hover{
	background-color: #fff;
	color: #B8CF2E;
}
header #rightMenu .rightMenuItemLeft a:hover div{
	background-position: 0 -18px;
}
header #rightMenu .rightMenuItemRight a{
	width:158px;
	/*border-left: 1px solid #20C3FF;*/
	font: 18px 'metaplusmedium';
	color: #B8CF2E;
	background-color: #fff;
	text-decoration: none;
	display: block;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    height: 24px;
	transition-property: background-color, color;
	-moz-transition-property: background-color, color; /* Firefox 4 */
	-webkit-transition-property: background-color, color; /* Safari and Chrome */
	-o-transition-property: background-color, color; /* Opera */
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
}
header #rightMenu .rightMenuItemRight a:hover{
	background-color: #B8CF2E;
	color: #fff;
}
header #rightMenu .rightMenuItemRight a:hover div{
	background-position: -18px 0px;
}
header #rightMenu .rightMenuItemLeft a div{
	background: url(../images/icons.png) no-repeat;
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 2px;
}
header #rightMenu .rightMenuItemRight a div{
	background: url(../images/icons.png) no-repeat -18px -18px;
	width: 18px;
	height: 18px;
	float: right;
	margin-top: 2px;
}
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('fonts/newscycle-regular-webfont-webfont.eot');
    src: url('fonts/newscycle-regular-webfont-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/newscycle-regular-webfont-webfont.woff') format('woff'),
         url('fonts/newscycle-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/newscycle-regular-webfont-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NewsCycleBold';
    src: url('fonts/newscycle-bold-webfont-webfont.eot');
    src: url('fonts/newscycle-bold-webfont-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/newscycle-bold-webfont-webfont.woff') format('woff'),
         url('fonts/newscycle-bold-webfont-webfont.ttf') format('truetype'),
         url('fonts/newscycle-bold-webfont-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NewsCycleBoldCondensed';
    src: url('fonts/newscycle-bold-condensed-webfont-webfont.eot');
    src: url('fonts/newscycle-bold-condensed-webfont-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/newscycle-bold-condensed-webfont-webfont.woff') format('woff'),
         url('fonts/newscycle-bold-condensed-webfont-webfont.ttf') format('truetype'),
         url('fonts/newscycle-bold-condensed-webfont-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* SLIDER STYLE */
#banner-slide{
	margin: 0 auto;
	margin-top:0px;
}
/*#banner-slide .bjqs li a{
	background: url(../images/destacado01.png);
}*/
ul.bjqs{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}
li.bjqs-slide{
	position:absolute;
	display:none;
}
ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9000;
}
ul.bjqs-controls.v-centered li a{
	position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
	right:0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:0;
}
ol.bjqs-markers{
	list-style: none;
	padding: 0;
	width:100%;
	margin-top: -130px;
	position: absolute;
}
ol.bjqs-markers.h-centered{
	text-align: center;
}
ol.bjqs-markers li{
	display:inline;
}
ol.bjqs-markers li a{
	display:inline-block;
}
ol.bjqs-markers li a p{
	margin-top:2px;
}
p.bjqs-caption{
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}
ol.bjqs-markers li a{
	width: 231px;
	height: 104px;
	background:#fff;
	color:#fff;
	margin:5px;
	font: 18px 'metaplusmedium';
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
ol.bjqs-markers li a div{
    margin-left: 3px;
    margin-top: 3px;
}
ol.bjqs-markers li:nth-child(1) a div{
	width: 225px;
	height: 75px;
	background: url(../../../srvdocs1.bancociudad.com.ar/HomeBanners/thumb1.jpg);
}
ol.bjqs-markers li:nth-child(2) a div{
	width: 225px;
	height: 75px;
	background: url(../../../srvdocs1.bancociudad.com.ar/HomeBanners/thumb2.jpg);
}
ol.bjqs-markers li:nth-child(3) a div{
	width: 225px;
	height: 75px;
	background-color: blue;
	background: url(../../../srvdocs1.bancociudad.com.ar/HomeBanners/thumb3.jpg);
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #B8CF2E;
}
p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
/* END SLIDER STYLE */

footer{
	width: 100%;
	min-width: 1024px;
	height: 50px;
	/*background-image: url(../images/patternFooter.png);
	background-color: #B8CF2E;*/
	/*border-top: 2px solid #ffffff;*/
	font-family: 'Trebuchet MS';
	color: #fff;
	padding-top: 13px;
	margin: 0 auto;
}
footer .footerLeft{
	float: left;
	height: 39px;
	background: url(../Images/icons.png) no-repeat -37px 3px;
	padding-left: 43px;
	font-size: 11px;
	margin-left: 1%;
	width: 25%;
	min-width:203px;
}
footer .footerLeft .number{
    font-size: 31px;
    letter-spacing: 0.02em;
}
footer .footerCenter{
    display: inline-block;
    width: 70%;
    margin-left: 1%;
    margin-top: -3px;
}
footer .footerCenter li{
	float: left;
	font: 13px 'Trebuchet MS';
	font-weight: bold;
}
footer .footerCenter li a{
	text-decoration: none;
	color: #fff;
}
footer .footerCenter li a:hover{
	text-decoration: underline;
}

footer .listTop
{
	margin-top:30px;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	clear:both;
	color:#fff;
}
footer .listBottom{
    width: 400px;
    font-size: 11px;
    text-align: center;
    margin:13px auto;
}

footer .listBottom li{
	display: inline;
	/*float: left;*/
}
footer .listBottom li a{
	color: #333;
	text-decoration: none;
}
footer .listBottom li a:hover{
	text-decoration: underline;
}
.divisor{
	display: inline;
}
footer .footerCenter li .divisor{
	color: #fff;
    margin-left: 1px;
    margin-right: 6px;
}
footer .listBottom li .divisor{
	color: #000;
    margin-left: 3px;
    margin-right: 3px;
}
header #mainNav .contentMenu .openMenu{
    border: medium none;
    position: absolute;
    z-index: 8000;
    /*min-width: 605px;*/
    max-width: 950px;
    /*max-height: 500px;*/
    background-color: #fff;
    /*margin-top: 1px;*/
    visibility: hidden;
    opacity: 0;
	transition-property: opacity;
	-moz-transition-property: opacity; /* Firefox 4 */
	-webkit-transition-property: opacity; /* Safari and Chrome */
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
	-webkit-box-shadow:1px 4px 5px rgba(0,0,0,.3);
	   -moz-box-shadow:1px 4px 5px rgba(0,0,0,.3);
			box-shadow:1px 4px 5px rgba(0,0,0,.3);
}
header #mainNav .contentMenu .openMenu:hover{
	visibility: visible;
}
header #mainNav .contentMenu .openMenu .column{
    color: #B8CF2E;
    float: left;
    font: 13px 'Trebuchet MS';
    /*max-height: 470px;*/
    margin-bottom: 7px;
    margin-top: 6px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
}
header #mainNav .contentMenu .openMenu .column .category{
	font-weight: bold;
	margin-bottom: 10px;
}
header #mainNav .contentMenu .openMenu .column .category ul li{
	font-weight: normal;
	margin-top: 3px;
}
header #mainNav .contentMenu .openMenu .column li a{
	text-decoration: none;
	color: #B8CF2E;
}
header #mainNav .contentMenu .openMenu .column li a:hover{
	text-decoration: underline;
}
header #mainNav .contentMenu .openMenu .column li ul li{
	font-size: 12px;
	margin-left: 9px;
}
header #mainNav .contentMenu .openMenu .column li ul li ul li{
	margin-left: 17px;
}
.columnMedium{
	/*border-right: 1px dotted #B8CF2E;*/
	border-left: 1px dotted #B8CF2E;
}
header #mainNav .contentMenu .openMenu hr{
    background-color: #B8CF2E;
    border: medium none;
    clear: both;
    height: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}


div.prueba{
    background-color: #000000;
    height: 200px;
    left: 191px;
    position: absolute;
    top: 107px;
    width: 200px;
    display: none;
}

/*-------------------- INTERNA -------------------*/

.wrap{
	width:100%;
	padding:32px 0 0 0;
	background:#FFF;
	}
	.wrap .cont
	{
		width:1008px;
		min-height:500px;
		margin:auto;
		margin-top:97px;
		}
		.cont .ruta{
			width:1008px;
			height:19px;
			font-family: 'Trebuchet MS';
			color:#73d9ff;
			font-weight:bold;
			font-size:13px;
			}
			.ruta .color{
				color:#B8CF2E;
				font-family: 'Trebuchet MS';
				font-weight:bold;
				font-size:13px;
				}
		.cont .coli{
			width:772px;
			min-height:100px;
			float:left;
			margin-right:14px;
			border-top:2px #B8CF2E solid;
			}
.cont .colfull {
	width:992px;
	min-height:100px;
	float:left;
	border-top:2px #B8CF2E solid;
	margin-bottom:30px;
}

.cold {
	width:206px;
	min-height:100px;
	float:left;
	background:#ededed;
	border-bottom:5px #d9d9d9 solid;
	border-top:2px #d9d9d9 solid;
	padding:6px 8px 0 8px;
}
		.cont .cold{
			width:206px;
			min-height:100px;
			float:left;
			background:#ededed;
			border-bottom:5px #d9d9d9 solid;
			border-top:2px #d9d9d9 solid;
			padding:6px 8px 0 8px;
			}
			.cold .ban206{
				width:206px;
				height:200px;
				background: url(../images/raya_ban206.gif) bottom no-repeat;
				margin-bottom:12px; 
				}
				.ban206 .blanco{
					width:200px;
					height:141px;
					background:url(../images/bg_ban206_bl.png) no-repeat;
					padding:3px 3px 0 3px;
					position:relative;
					}
					.blanco .foto{
						width:200px;
						height:104px;
						position:relative;
						}
.foto .efecto {
	width:200px;
	height:104px;
	background:url(../images/efecto.png) no-repeat;
	position: absolute;
	/*z-index:9000;*/ 
}
					.blanco .zonatitulo{
						width:200px;
						height:30px;
						font-size:15px;
						color:#00abeb;
						font-family:'metaplusbook-romanregular';
						line-height: 30px;						
						cursor:pointer;
						text-decoration:none;
						background:url(../images/ico_beneficio.png) top right no-repeat;
						-moz-transition:all 0.4s;
						-webkit-transition:all 0.4s;
						-o-transition: all 0.4s;
						}
						
						.zonatitulo:hover{
							color:#105f7c;
							text-decoration:none;
							background:url(../images/ico_beneficio.png) bottom right no-repeat;
							}
							
					.blanco .zonatitulo.sucursal{
						background:url(../images/ico_sucursales.png) top right no-repeat;
						}						
						.zonatitulo.sucursal:hover{
							color:#105f7c;
							text-decoration:none;
							background:url(../images/ico_sucursales.png) bottom right no-repeat;
							}
							
					.blanco .zonatitulo.homebanking{
						background: url(../images/ico_homebank.png) top right no-repeat;
						}						
						.zonatitulo.homebanking:hover{
							color:#105f7c;
							text-decoration:none;
							background:url(../images/ico_homebank.png) bottom right no-repeat;
							}
							
					.blanco .zonatitulo.variable{
						background: url(../images/ico_variable.png) top right no-repeat;
						}						
						.zonatitulo.variable:hover{
							color:#105f7c;
							text-decoration:none;
							background:url(../images/ico_variable.png) bottom right no-repeat;
							}
							
				.ban206 .txt{
					width:195px;
					height:50px;
					margin:auto;
					font-family: 'Trebuchet MS';
					font-size:12px;
					color:#9e9e9e;
					text-align:justify;
					line-height:15px;
					}
					
				.cold .sm{
				width:196px;
				height:43px;
				background: url(../images/sm.png) no-repeat;
				margin-bottom:15px; 
				margin-top: 2px;
				padding:5px;
				}
				.sm .face{
					width:36px;
					height:37px;
					background:url(../images/face.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					float:left;
					margin-right:4px;
					cursor:pointer;
					}
					.face:hover{
						background:url(../images/face.png) bottom no-repeat;
						}
						
				.sm .yt{
					width:36px;
					height:37px;
					background:url(../images/yt.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					float:left;
					margin-right:4px;
					cursor:pointer;
					}
					.yt:hover{
						background:url(../images/yt.png) bottom no-repeat;
						}
						
				.sm .tw{
					width:36px;
					height:37px;
					background:url(../images/tw.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					float:left;
					margin-right:4px;
					cursor:pointer;
					}
					.tw:hover{
						background:url(../images/tw.png) bottom no-repeat;
						}
						
				.sm .pt{
					width:36px;
					height:37px;
					background:url(../images/pt.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					float:left;
					margin-right:4px;
					cursor:pointer;
					}
					.pt:hover{
						background:url(../images/pt.png) bottom no-repeat;
						}
						
				.sm .gp{
					width:36px;
					height:37px;
					background:url(../images/gp.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					float:left;
					cursor:pointer;
					}
					.gp:hover{
						background:url(../images/gp.png) bottom no-repeat;
						}
					
		.coli .bannergrande{
			width:772px;
			height:349px;
			float:left;
			margin-top:6px;
			margin-bottom:35px;
			}
			.bannergrande .fto{
				width:772px;
				height:275px;
				z-index:0;
				position:relative;
				overflow: hidden;
				}
			.fto .txtbaner{
				width:375px;
				height:141px;
				background:url(../images/bg_txt_bannergrande.png) repeat-x;
				position:absolute;
				z-index:99;
				margin:25px 0 0 25px;
				color:#4e39a1;
				font-family:'metaplusmedium';
				font-size:20px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-o-border-radius: 5px;
				border-radius: 5px;
				padding:20px 0 0 20px;
				}
				.txtbaner .ventinueve{
					font-size:29px;
					margin-top:5px;
					text-transform:uppercase;

					}
					
				.fto .txtbaner.red{
				color:#d4272a;
				}
				.fto .txtbaner.green{
				color:#7db056;
				}
				.fto .txtbaner.pink{
				color:#e36889;
				}
					
		.coli .contdest{
			width:772px;
			min-height:282px;
			margin-bottom:36px;
			}
			.contdest .titulo{
				width:772px;
				height:26px;
				background:url(../images/raya_destacados.gif) bottom no-repeat;
				}
				.titulo .titular{
					/*background:url(../images/flecha.png) left no-repeat;*/
					font-size:20px;
					color:#B8CF2E;
					font-family:'metaplusbook-romanregular';
					padding-left:10px;
					}
					
			.contdest_sraya .titulo_sraya{
				width:992px;
				height:26px;
				}
				.titulo_sraya .titular{
					margin-top:23px;
					font-size:22px;
					color:#B8CF2E;
					font-family:'metaplusbook-romanregular';
					}
					
			.contdest_sraya .txt {
					color: #868686;
					font-family: 'Trebuchet MS';
					font-size: 13px;
					line-height: 16px;
					margin-top: 23px;
					float:left;
					}
					.txt b{
						font-weight:bold;
					}
			
			.contdest_sraya .detacados {
				background: url(../images/help-center/bg_acccesos.png) no-repeat scroll 0 0 transparent;
				float: left;
				height: 216px;
				margin: 15px 0 0;
				padding: 10px 10px 0 7px;
				width: 202px;
				}
				.detacados .titulos{
					font-size:19px;
					text-align:center;
					font-family:'metaplusbook-romanregular';
					color:#8f8f8f;
					text-transform:uppercase;
					text-shadow: 2px 2px #fff;
					margin-bottom:3px;
					}					
					.titulos .cyam{
					color:#B8CF2E;
					font-style:italic;
					}
					
				.detacados .btnchat{
					width:205px;
					height:60px;
					background:url(../images/help-center/btn_chatonline.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					margin:0 auto 3px;
					}
					
					.btnchat:hover{
					background:url(../images/help-center/btn_chatonline.png) bottom no-repeat;
					}
					
				.detacados .btnsky{
					width:205px;
					height:60px;
					background:url(../images/help-center/btn_sky.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					margin:0 auto 3px;
					}
					
					.btnsky:hover{
					background:url(../images/help-center/btn_sky.png) bottom no-repeat;
					}
					
				.detacados .btntw{
					width:205px;
					height:60px;
					background:url(../images/help-center/btn_tw.png) top no-repeat;
					-moz-transition:all 0.2s;
					-webkit-transition:all 0.2s;
					-o-transition: all 0.2s;
					margin:auto;
					}
					
					.btntw:hover{
					background:url(../images/help-center/btn_tw.png) bottom no-repeat;
					}
				
			.contdest_sraya .tot{
				width:773px;
				min-height:100px;
				float:left;
				}
			.contdest .column{
				width:236px;
				min-height:275px;
				float:left;
				margin-right:32px;
				/*margin-top:11px;*/
				border-bottom:1px #e5e5e5 solid;
				}
				.column.ultimo{
				margin-right:0px;
				}
				.column .fotos{
					width:236px;
					height:154px;
					margin-bottom:14px;
					}
				.column h1, .column h1 a, .column h1 a:hover, .column h1:visited {
					font-size:23px;
					color:#B8CF2E;
					font-family:'metaplusbook-romanregular';
					margin:0;
					padding:0;
					text-decoration:none;
					}				
				.column .txt, .column .txt a, .column .txt a:hover, .column .txt a:visited {
					color: #868686;
					font-family: 'Trebuchet MS';
					font-size: 12px;
					line-height: 16px;
					margin-top: 8px;
					text-decoration:none;
					}
					
			.coli .interes{
			/*width:772px; TODO:check 24-07*/ 
			width:100%;
			height:182px;
			/*margin-bottom:36px; TODO:check 24-07*/
			}
			.interes .titulo{
				/*width:772px; TODO:check 24-07*/
				width:100%;
				height:26px;
				background:url(../images/raya_destacados.gif) bottom no-repeat;
				margin-bottom:17px;
				}
				.titulo .titular{
					/*background:url(../images/flecha.png) left no-repeat;*/
					font-size:20px;
					color:#B8CF2E;
					font-family:'metaplusbook-romanregular';
					padding-left:10px;
				}
.interes .column{
	width:221px;
	height:135px;
	float:left;
	margin-right:32px; /*TODO:check 24-07*/
	margin-top:11px;
	border-bottom:1px #cccccc dashed;
	margin-bottom:36px; /*TODO:check 24-07*/
}

.interes .column a 
{
    text-decoration: none;
}
				.column.fin{
				margin-right:0px;
				}
				.column .renglon{
					width:236px;
					height:26px;
					border-top:1px #cccccc dashed;
					font-size:12px;
					color:#B8CF2E;
					font-family: 'Trebuchet MS';
					line-height: 25px;
					background:url(../images/flecha_renglon.png) no-repeat right 10px;
					}


/*---------- SELECT FIELD----------------*/
/*form.example input {
	background: url('pix/input_boxes.gif') no-repeat 0 -58px;
	border: none;
	width: 241px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

form.example input:focus {
	background-color: transparent;
}*/



form.example div.fileinputs {
    height: 30px;
    left: 184px;
    position: relative;
    top: 0;
    width:205px;
}


form.example input.file {
	width:195px;
	margin: 0;
}
form.example input.file.hidden {
    opacity: 0;
    position: relative;
    text-align: right;
    top: -28px;
    z-index: 2;
}

form.example div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 206px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.example div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}
-->
.capcha {
    background: url(../images/help-center/capcha.gif) no-repeat;
    float: left;
    height: 52px;
    left: 20px;
    position: relative;
    top: -18px;
    width: 150px;
	}
	
.btn_enviar{
	border:none;
	background:url(../images/help-center/enviar.gif) no-repeat;
	cursor:pointer;
	width:127px;
	height:34px;
	margin: -25px 10px 0 230px;
	float:left;
	text-indent:-99999px;
	}
	
.btn_borrar{
	border:none;
	background:url(../images/help-center/borrar.gif) no-repeat;
	cursor:pointer;
	width:127px;
	height:34px;
	float:left;
	margin: -25px 0 0 0;
	text-indent:99999px;
	}
/*------------ BOTONES SLIDE HOME --------------*/

.conT_botonesslide {
	width:772px;
	height:90px;
	position:relative;
	z-index:100;
	top: 0px;
}
.conT_botonesslide .vista1 {
	width:192px;
	height:74px;	
	float:left;
	cursor:pointer;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition: all 0.2s;
	margin-right: 1px;
}
	
.conT_botonesslide .vista2{
	width:192px;
	height:74px;	
	float:left;
	cursor:pointer;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition: all 0.2s;
	margin-right: 1px;
}
		
	
.conT_botonesslide .vista3{
	width:192px;
	height:74px;
	float:left;	
	cursor:pointer;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition: all 0.2s;
	margin-right: 1px;
	}
			
	.conT_botonesslide .vista4{
		width:192px;
		height:74px;
		float:left;		
		cursor:pointer;
		-moz-transition:all 0.2s;
		-webkit-transition:all 0.2s;
		-o-transition: all 0.2s;
		}
		.otros:hover{
			background:url(images/otros.png) bottom no-repeat;
			}
		.otros.activo{
			background:url(images/otros.png) bottom no-repeat;
			}

/*------------------- ACCORDION ----------------------*/
/*----------------------------------------------------*/
		
*{ font-family: sans-serif; margin: 0;}
		dl{ 
		width: 600px;
		}
		dt, dd{ 
			padding: 10px;
		 	width: 764px;}
		dt{ 
		color: #868686;
		cursor: pointer;
		font-weight:bold;
		}
		dd{
			background: #F5F5F5;
			display: none;
			line-height: 1.6em;
			}
			
		dt.activo, dt:hover{}


		dt:before{ margin-right: 10px; }
		dt.activo:before{}


/*------------ FIN ACORDEON -------------*/
/*--------------- MEDIA ----------------------*/



/*********** JQTRANSFORM **************/
.jqTransformHidden {display: none;}
/*select*/
.jqTransformSelectWrapper {
	position:relative;
	height: 38px;
	width:259px;
	background: url(../images/help-center/select_left.gif) repeat-x;
	float:left;
	}

.jqTransformSelectWrapper div span {
    width: 100%;
    color: #666666;
    cursor: pointer;
    float: none;
    font-family: 'Trebuchet MS';
	font-size:12px;
    height: 16px;
    overflow: hidden;
    padding: 5px 0 0 10px;
    position: absolute;
    z-index: 1;
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen { display: block; position: absolute; right: 0px; width: 100%; height:29px; background: url(../images/help-center/select_right.gif) no-repeat right center; }
.jqTransformSelectWrapper ul { position: absolute; width: 100%!important; top:29px; left: 0px; list-style: none; background-color: #f0f0f0; display: none; margin: 0px; padding: 0px; overflow: auto; overflow-y: auto; z-index:10; height: auto !important; max-height: 120px;}
.jqTransformSelectWrapper ul LI { padding: 1px 5px; /*height:22px;*/text-align: center; }
.jqTransformSelectWrapper ul a { display: block; /*height:24px;*/ padding: 3px 5px; color:#666; font-size:12px; line-height: 16px; border-top: none; border-bottom:none; font-family: 'Trebuchet MS'; text-decoration:none; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background: #3C8CDA url(../images/help-center/select_item.png) 0 -4px repeat-x; color: #fff; }

.jqTransformInputInner { 
	background: transparent url(../images/help-center/input_text_right.gif) no-repeat top right;	
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	}

/* ------------- * Inputs RESGISTRACION * ------------- */

.jqTransformInputWrapper {
	/*width:259px;*/
	margin-left:0px;
	float:left;
}

/* ------------- * Radios * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px 0px 0px;}
.jqTransformRadio { background: transparent url(../images/help-center/radio.png) no-repeat center top; vertical-align: middle; height:13px; width:13px; display:block; }

/* ------------- * Checkboxes * ------------- */
span.jqTransformCheckboxWrapper{	display:block;float:left;	margin-right:8px;}
a.jqTransformCheckbox { background: transparent url(../images/help-center/checkbox.png) no-repeat center top; vertical-align: middle; height: 25px; width: 25px; display:block; }

/* ------------- * Checked - Used for both Radio and Checkbox * ------------- */
a.jqTransformChecked { background-position: center bottom;}

	
.colfull .error{
	width:647px;
	height:540px;
	background:url(images/error.png) no-repeat;
	margin:15px auto 0;
}
	
.logo_error{
	width:290px;
	height:70px;
	background:url(images/logo_error.png) no-repeat;
	position:relative;
	top:180px;
	float:left;
}
		
.error .conterror{
	float: left;
	height: 100px;
	margin-left:67px;
	margin-top: 150px;
	width:266px;
}
		
.error .txterror{
	font-family: 'metaplusbook-romanregular';
	font-size:67px;
	color:#B8CF2E;
}
	
.error .txtcherror_azul{
	color:#B8CF2E;
	font-family: 'metaplusbook-romanregular';
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	line-height: 20px;
}
	
.error .txtcherror{
	color:#a0a0a0;
	font-family: 'metaplusbook-romanregular';
	font-size:13px;
	text-transform:uppercase;
	line-height:15px;
}
		
.txtcherror .bold_sub{
	color:#a0a0a0;
	font-family: 'metaplusbook-romanregular';
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
		
.btn_gohome{
	width:149px;
	height:32px;
	background:url(images/backtohome.png) top no-repeat;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition: all 0.4s;
	cursor:pointer;
	margin-top:15px;
}
.btn_gohome:hover{
	background: url(images/backtohome.png) bottom no-repeat;
}