/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0 
Created: August 2014
License URI: http://wrapbootstrap.com
File Description: Place here your custom CSS styles
*/
.space-bottom {
	padding-bottom: 10px;
}
/*******Botones*******/
button{
	border-radius: 12px;
}
.btn, .btn-default{
	border-radius: 12px;	
}
.btn-cuadrado{
	border-radius: 0px;	
}
.btn-transparente{
	background-color: transparent;
	border: none;	
}
.informacion-sim{
	position:absolute;
	z-index:10;
	left: 238px;
}
.sin_margen_top{
	margin-top: 0;	
}
.desplegar{
	margin: 20px 0;
	background:url("../images/fletxes.png") 0px 110px;
	width: 50px !important;
	height: 50px;
	background-color: transparent !important;
	-webkit-transition: background 0s; /* Safari 3.1 to 6.0 */
    transition: background 0s;
}
.desplegar.collapsed{
	margin: 20px 0;
	background:url("../images/fletxes.png") 53px 50px;
	width: 50px !important;
	height: 50px;
	background-color: transparent !important;
	-webkit-transition: background 0s; /* Safari 3.1 to 6.0 */
    transition: background 0s;
}
.cerrar{
	background:url("../images/fletxes.png") 50px 50px;
	width: 50px !important;
	height: 50px;
	background-color: transparent !important;
}
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF;
	background-color: #1972da;
	border-right-color: #e3e3e3;
}
.header-top-dropdown .dropdown>button{
	/*color:#666;*/
	color: #0f569d;
}

/*******Fin botones*******/


/*******iconos*******/
.ico-passw{
	background: url('../images/ico-login-password.png') 0px -2px;
	width:25px;
	height:13px;
	display:inline-block;
	vertical-align:middle;
}
.ico-login{
	background: url('../images/ico-login-password.png') 24px 0px;
	width:25px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
}
button:hover > .ico-passw{
	background: url('../images/ico-login-password.png') 0px 16px;
	display:inline-block;
}
button:hover > .ico-login{
	background: url('../images/ico-login-password.png') 24px 19px;
	display:inline-block;
}
/*******Fin iconos*******/

/*******Modals********/
.modal-footer a{
	float:left;
	color:#666;
	margin: 0 10px;
}

/******Fin Modals******/
.red_bg{
	background-color:#D00;
	color:#FFF;
}
.masonry-grid .blogpost .post-info{
	height:auto;
}
.blogpost .post-info{
	height:auto; 
}
.condiciones{
	margin-left: 0px !important;
	position:relative !important;
}
.header{
	padding: 10px 0 0 0;
}
.color-banner-azul{
	color:#1762aa;
	line-height:35px;
}
.color-banner-azul p{
	line-height: 25px;
}
.colorfondo-banner-azul{
	background-color:#1762aa;
	color:#FFF;
}.colorfondo-banner-azul a{
	color:#FFF;
}
.separator2 {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}
.separator2:after {
	width: 25%;
	height: 5px;
	background: #333333;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.separator3 {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}
.separator3:after {
	width: 33%;
	height: 5px;
	background: #333333;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

.cuadrado{
	display:inline-block;
	margin: 0 1px 4px 0px;
}
.cuadrado > li > a{
	text-align:left;
	margin: 0 !important;
	padding: 0 !important;
}
.modal-content .modal-header{
	background-color:#FFF;
}
.titulo_curso{
	color: #1972da;
	margin: 0px;
	opacity: 1;
}
.table_header{
	background-color:#434499;
	padding: 10px 0px; 
	margin: 0 20px;
	color:#FFF;
}
.dotted_row{
	border-bottom: dotted 1px; 
	padding: 10px 0px; 
	margin: 0 20px;
}
.tab-content{
	padding:0px;
}
.tab-content:after{
	background-color: transparent;
}
.cuadroTransp{
	background-color: rgba(255, 255, 255, 0.9);
	text-align:center;
}
.cuadroTransp p{
	text-align:left;
	color:#666;
	font-size: 11px;
	margin-bottom:0px;
}
.float-links{
	z-index: 10;
	position: absolute;
	width:13%;
	height:10%;
	display:block;
}
.divLadoFormularios{
		min-height: 390px;
	}

@media (min-width: 1200px) {
	.divLadoFormularios{
		min-height: 450px;
	}
}
.nav.navbar-nav.navbar-right li:hover{
	background-color:#999;
	border: 1px solid #999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav.navbar-nav.navbar-right li:hover a{
	color: #FFF;
}
.menu_header_activo{
	background-color: #DDD;
}
.bg_tabs_gris > li > a{
	background-color:#999;
	color:#FFF;
}
.bg_tabs_gris > li > a:hover{
	background-color:#FFF;
	color:#666;
}
.bg_tabs_gris > li.active > a{
	background-color:#333;
	color:#FFF;
}
.bg_tabs_gris > li.active > a:hover{
	cursor:pointer;
}
.nav-tabs > li.active > a:after{
	background-color: transparent;
}
/*******Nube de tags********/
#nubeTags{
	text-align:center;
	line-height:15px;
}
.tag1{
	font-size:18px;
	opacity: 1;
	color:#0058bd;
}
.tag2{
	font-size:16px;
	opacity: 0.7;
	color:#0058bd;
}
.tag3{
	font-size:14px;
	opacity: 0.5;
	color:#0058bd;
}
.tag4{
	font-size:12px;
	opacity: 0.3;
	color:#0058bd;
}
.tag5{
	font-size:10px;
	opacity: 0.2;
	color:#0058bd;
}
.punto{
	font-size:10px;
	opacity: 0.6;
	color:#0058bd;
}
/*******fin nube de tags********/

/******vertical tabs*******/
.vertical .nav-tabs{
	background-color: #FFF;	
}
.custom-tab {
	margin: 20px 0;
}
.custom-tab.hc-tabs {
	margin: 40px 0;
}
.custom-tab .nav-tabs,
.custom-tab .tab-content {
	margin: 0;
	vertical-align: top
}
.custom-tab .nav-tabs {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent;
	background-color: #999999;
}
.custom-tab .nav-tabs > li {
}
.custom-tab .nav-tabs > li a {
	margin: 0;
	padding: 15px 40px;
	white-space: nowrap;
	color: #ffffff;
	border-bottom: 1px solid #8f8f8f;
}
.custom-tab .nav-tabs > li > a:hover {
	border-color: #f0f0f0 #f0f0f0 #ebebeb;
	border-right-color: transparent;
	color: #666666;
	z-index: 2;
}
.custom-tab .nav-tabs > li > a:hover:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 102%;
	position: absolute;
	left: 0;
	top: 0;
}
.custom-tab .nav-tabs > li.active > a,
.custom-tab .nav-tabs > li.active > a:hover,
.custom-tab .nav-tabs > li.active > a:focus {
	-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	border-right-color: transparent;
	border-bottom-color: #f0f0f0;
	color: #666666;
	z-index: 2;
	width: 101%;
}
.custom-tab .tab-content {
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	left: -1px;
	z-index: 1;
	padding: 20px 30px;
}
.custom-tab .tab-content:after {
	background-color: transparent;
	color: white;
}
.panel-group{
	margin-bottom: 0px;	
}
.menu_activo {
	background:url("../images/fons-boton-activo.gif");
	border: 6px #E1E1E1 solid;
	border-radius: 12px;
	padding: 0px;
	width: 100%;
	text-align:left;
	margin: -2px 0;
}
.menu_activo > a {
	background-color: transparent;
	padding: 10px !important;
	border-bottom:none !important;
}
.menu_activo.collapsed {
	background:url("../images/fons-boton-inactivo.gif");
	border: 6px #E1E1E1 solid;
	border-radius: 12px;
	padding: 0px;
	width: 100%;
	text-align:left;
	margin: -2px 0;
}
.submenu{
	margin: 0;
	padding: 5px;
}
.submenu a{
	color:#666666 !important;
	border-bottom:none !important;
	padding: 3px !important;
}
.panel-heading a:after{
	content: ' ' !important;
}


/******Fin vertical tabs*******/



.cbp-vimenudiv {
	position: fixed;
	overflow: hidden;
	top: 25%;
	left: 0;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:1005;
	height:auto;
    margin-top: 2px;
    padding: 5px 0;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(2, 2, 2, 0.5);
    -moz-box-shadow: 0px 3px 15px 0px rgba(2, 2, 2, 0.5);
    box-shadow: 0px 3px 15px 0px rgba(2, 2, 2, 0.5);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #FFFFFF;
}

.cbp-vimenu{
	top: 25%;
	left: 0;
	height: 100%;
	list-style:none;
	margin: 0;
	padding-left:0;
	background: #f7f7f7;
	z-index:1005;
	height:auto;
}

.cbp-vimenu li a {
	display: block;
	/*text-indent: -500em;*/
	height: 2em;
	width: 1.5em;
	line-height: 0em;
	margin-left:0.5em;
/*	text-align: center;
	color: #999;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;*/
}

.cbp-vimenu li a:hover{
	background: #47a3da;
	color: #fff;
}

/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
	background: #fff;
	color: #47a3da;
}

.cbp-vimenu1 li a:before {
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	-webkit-font-smoothing: antialiased;
}


.icon-search:before {
	content: "\e004";
}

.icon-archive:before {
	content: "\e005";
}

.icon-download:before {
	content: "\e006";
}

.icon-location:before {
	content: "\e007";
}

.icon-images:before {
	content: "\e009";
}

.icon-pencil:before {
	content: "\e008";
}
body{
	font-size: 11px;
}
a{
	font-size: 11px;
}
.btn{
	font-size: 11px;
}
h1 {
	font-size: 20px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
blockquote{
	font-size: 11px;
}
.menuCasosExito{
	background-color:#FFF;
}
.menuCasosExito li{
		width:100%;
	}
/* Example for media query (depends on total height of menu) */
@media screen and (max-height: 34.9375em) { 

	.cbp-vimenu {
		font-size: 70%;
	}

}
@media (min-width: 500px) {
	.cuadroTransp p{
		font-size:13px;
		margin-bottom:20px;
	}
	body{
		font-size: 13px;
	}
	a{
		font-size: 13px ;
	}
	.btn{
		font-size: 13px ;
	}
	h1 {
		font-size: 28px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	#nubeTags{
		line-height:20px;
	}
	.tag1{
		font-size:30px;
	}
	.tag2{
		font-size:25px;
	}
	.tag3{
		font-size:20px;
	}
	.tag4{
		font-size:15px;
	}
	.tag5{
		font-size:10px;
	}
	.punto{
		font-size:10px;
	}
	blockquote{
		font-size: 13px;
	}
	.menuCasosExito li{
		width:33.3%;
	}
}
@media (min-width: 768px) {
	.cuadroTransp p{
		font-size:15px;
		margin-bottom:20px;
	}
	body{
		font-size: 15px;
	}
	a{
		font-size: 15px;
	}
	.btn{
		font-size: 15px;
	}
	h1 {
		font-size: 38px;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	
	#nubeTags{
		line-height:30px;
	}
	.tag1{
		font-size:45px;
	}
	.tag2{
		font-size:40px;
	}
	.tag3{
		font-size:35px;
	}
	.tag4{
		font-size:30px;
	}
	.tag5{
		font-size:25px;
	}
	.punto{
		font-size:25px;
	}
	blockquote{
		font-size: 16px;
	}
	.menuCasosExito li{
		width:33.3%;
	}
}

