/*//////////////ITEM//////////////*/
#banner_item{
	background: url(/profesionesdelfuturo/img/banner_item.jpg) no-repeat;
	height: 450px;
	width: 100%;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.7);	
}
.person_item{
	width: 50%;
	float: left;
	height: 400px;
	margin-top: 50px;
}
#person_item_noelia{
	background: url(/profesionesdelfuturo/img/noelia.png) no-repeat;
}
#person_item_mario{
	background: url(/profesionesdelfuturo/img/mario.png) no-repeat;
}
#person_item_marcos{
	background: url(/profesionesdelfuturo/img/marcos.png) no-repeat;
}
#person_item_lara{
	background: url(/profesionesdelfuturo/img/lara.png) no-repeat;
}

#box_banner_item{
	float: right;
	width: 50%;
	margin-top: 50px;
}
#content_box_banner_item{
	height: 300px;
	padding: 30px;
	background-image: url(/profesionesdelfuturo/img/bg_box_banner.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: rgba(0,0,0,0.8);
	color: white;
	font-size: 20px;
	line-height: 23px;
}
#box_banner_item strong{
	color: #fff000;
}
#box_banner_item span{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#banner_item_btn{
	display: block;
	background: #d39737;
	background: -moz-linear-gradient(top,  #d39737 0%, #946619 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d39737), color-stop(100%,#946619));
	background: -webkit-linear-gradient(top,  #d39737 0%,#946619 100%);
	background: -o-linear-gradient(top,  #d39737 0%,#946619 100%);
	background: -ms-linear-gradient(top,  #d39737 0%,#946619 100%);
	background: linear-gradient(to bottom,  #d39737 0%,#946619 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d39737', endColorstr='#946619',GradientType=0 );
	border:1px solid #856909;
	color: white;
	text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0); 
	text-align: center;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;	    	
	font-weight: bold;
	padding: 15px 0;
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
	text-decoration: none;
}
.text_btn{
	display: inline-block;
	background: url(/profesionesdelfuturo/img/span_btn.png) right center no-repeat;
	padding-right: 40px;
	font-size: 20px !important;
	font-style: normal !important;
}
#banner_item_btn:hover{
	background: #a26401;
	background: -moz-linear-gradient(top,  #a26401 0%, #683b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a26401), color-stop(100%,#683b00));
	background: -webkit-linear-gradient(top,  #a26401 0%,#683b00 100%);
	background: -o-linear-gradient(top,  #a26401 0%,#683b00 100%);
	background: -ms-linear-gradient(top,  #a26401 0%,#683b00 100%);
	background: linear-gradient(to bottom,  #a26401 0%,#683b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a26401', endColorstr='#683b00',GradientType=0 );
}
#content_item{
	background: #f2f2f2;
	padding: 40px 0; 
}
.social_item{
	margin-bottom: 40px;
}
.content_item_container{
	border: 1px solid #cdcdcd;
	background: white;
	padding: 20px;
}
.content_item_h1{
	color: #ab2b8a;
	font-size: 25px;
	line-height: 25px;
	font-style: italic;
	margin: 0 0 20px;
}
#content_item ul{
	margin: 0 0 30px 30px;
}
#content_item ul li{
	line-height: 30px;
}

#content_item h2{
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 20px;
	color: #666666;
	font-style: italic;	
}

.sesion_item{
	border: 1px solid #cdcdcd;
	padding: 15px;
	background: url(/profesionesdelfuturo/img/bg_arrow_item_left.png) center left no-repeat #fafff3;	
}
.sesion_item h1{
	color: #4c981b;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}
.content_sesion_item{
	padding-left: 80px;
	color: #666666;
	line-height: 16px;
}
.sesion_item h3{
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
}
.sesion_item a{
	display: block;
	border-radius: 20px;
	border: 1px solid #4f8509;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	background: #b4df72;
	background: -moz-linear-gradient(top,  #b4df72 0%, #479419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4df72), color-stop(100%,#479419));
	background: -webkit-linear-gradient(top,  #b4df72 0%,#479419 100%);
	background: -o-linear-gradient(top,  #b4df72 0%,#479419 100%);
	background: -ms-linear-gradient(top,  #b4df72 0%,#479419 100%);
	background: linear-gradient(to bottom,  #b4df72 0%,#479419 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df72', endColorstr='#479419',GradientType=0 );
	text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0);
}
.sesion_item a:hover{
background: #52ad1d;
background: -moz-linear-gradient(top,  #52ad1d 0%, #204f0d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52ad1d), color-stop(100%,#204f0d));
background: -webkit-linear-gradient(top,  #52ad1d 0%,#204f0d 100%);
background: -o-linear-gradient(top,  #52ad1d 0%,#204f0d 100%);
background: -ms-linear-gradient(top,  #52ad1d 0%,#204f0d 100%);
background: linear-gradient(to bottom,  #52ad1d 0%,#204f0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ad1d', endColorstr='#204f0d',GradientType=0 );
	text-decoration: none;
	color: white;
}

.becas_item{
	border: 1px solid #cdcdcd;
	padding: 15px;
	background: url(/profesionesdelfuturo/img/bg_arrow_item_right.png) center right no-repeat #fff8f8;
}
.becas_item h1{
	color: #b92b2b;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}
.becas_item h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 28px;
}
.content_becas_item{
	padding-right: 80px;
	color: #666666;
	line-height: 16px;
}
.becas_item a{
	display: block;
	border-radius: 20px;
	border: 1px solid #850909;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
background: #d33737;
background: -moz-linear-gradient(top,  #d33737 0%, #941919 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33737), color-stop(100%,#941919));
background: -webkit-linear-gradient(top,  #d33737 0%,#941919 100%);
background: -o-linear-gradient(top,  #d33737 0%,#941919 100%);
background: -ms-linear-gradient(top,  #d33737 0%,#941919 100%);
background: linear-gradient(to bottom,  #d33737 0%,#941919 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33737', endColorstr='#941919',GradientType=0 );
	text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0);
}
.becas_item a:hover{
background: #c42121;
background: -moz-linear-gradient(top,  #c42121 0%, #4f0d0d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c42121), color-stop(100%,#4f0d0d));
background: -webkit-linear-gradient(top,  #c42121 0%,#4f0d0d 100%);
background: -o-linear-gradient(top,  #c42121 0%,#4f0d0d 100%);
background: -ms-linear-gradient(top,  #c42121 0%,#4f0d0d 100%);
background: linear-gradient(to bottom,  #c42121 0%,#4f0d0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42121', endColorstr='#4f0d0d',GradientType=0 );
text-decoration: none;
color: white;
}
.pdf_item{
	border: 1px solid #cdcdcd;
	padding: 15px;
	/*background: url(/profesionesdelfuturo/img/bg_arrow_item_top.png) bottom center no-repeat #f3fcff, url(/profesionesdelfuturo/img/pdf.png) top right no-repeat #f3fcff;	*/
	background-image: url(/profesionesdelfuturo/img/bg_arrow_item_top.png), url(/profesionesdelfuturo/img/pdf.png);
	background-color:  #f3fcff;
	background-repeat: no-repeat;
	background-position: bottom center, top right;
}
.pdf_item h1{
	color: #2f7adf;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}
.pdf_item h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 28px;
	color: #666666;
}
.pdf_item a{
	display: block;
	border-radius: 20px;
	border: 1px solid #094685;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
background: #37acd3;
background: -moz-linear-gradient(top,  #37acd3 0%, #196194 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37acd3), color-stop(100%,#196194));
background: -webkit-linear-gradient(top,  #37acd3 0%,#196194 100%);
background: -o-linear-gradient(top,  #37acd3 0%,#196194 100%);
background: -ms-linear-gradient(top,  #37acd3 0%,#196194 100%);
background: linear-gradient(to bottom,  #37acd3 0%,#196194 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37acd3', endColorstr='#196194',GradientType=0 );

	text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0);
}
.pdf_item a:hover{
	background: #1d6eaf;
background: -moz-linear-gradient(top,  #1d6eaf 0%, #123b6d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6eaf), color-stop(100%,#123b6d));
background: -webkit-linear-gradient(top,  #1d6eaf 0%,#123b6d 100%);
background: -o-linear-gradient(top,  #1d6eaf 0%,#123b6d 100%);
background: -ms-linear-gradient(top,  #1d6eaf 0%,#123b6d 100%);
background: linear-gradient(to bottom,  #1d6eaf 0%,#123b6d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6eaf', endColorstr='#123b6d',GradientType=0 );
text-decoration: none;
color: white;
}

.blog_rss{
	border: 1px solid #cdcdcd;
	background: #f2f2f2;
	padding: 20px;
}
#h1_blog_rss{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	font-style: italic;
	color: #df692f;
}
.each_post{
	color: #666666;
	border-bottom: 1px solid #cdcdcd;
	padding: 20px 0;
}
.each_post:nth-last-of-type(1){
	border: 0;
	padding-bottom: 0;

}
.each_post img{
	float: left;
	width: 60px;
	height: 60px;
}
.content_each_post{
	float: right;
	width: 150px;
}
.content_each_post h1{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
	font-style: italic;
}
.content_each_post p{
	font-size: 12px;
	line-height: 14px;
}
.content_each_post a{
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #e8aa48;
	text-align: center;

	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: #d09231;
	background: -moz-linear-gradient(top,  #d09231 0%, #b65106 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d09231), color-stop(100%,#b65106));
	background: -webkit-linear-gradient(top,  #d09231 0%,#b65106 100%);
	background: -o-linear-gradient(top,  #d09231 0%,#b65106 100%);
	background: -ms-linear-gradient(top,  #d09231 0%,#b65106 100%);
	background: linear-gradient(to bottom,  #d09231 0%,#b65106 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d09231', endColorstr='#b65106',GradientType=0 );
}
.content_each_post a:hover{
	background: #b27c2a;
	background: -moz-linear-gradient(top,  #b27c2a 0%, #874605 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b27c2a), color-stop(100%,#874605));
	background: -webkit-linear-gradient(top,  #b27c2a 0%,#874605 100%);
	background: -o-linear-gradient(top,  #b27c2a 0%,#874605 100%);
	background: -ms-linear-gradient(top,  #b27c2a 0%,#874605 100%);
	background: linear-gradient(to bottom,  #b27c2a 0%,#874605 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c2a', endColorstr='#874605',GradientType=0 );
}
#i_modal-header{
	position: absolute;
	font-size: 70px;
}
#myModalLabel{
	margin-left: 80px;
}
#p_modal-header{
	margin-left: 80px;
	line-height: 15px;
}
.contenedor_iconosformmicro{
	margin-right: 10px;
	width: 15px;
	display: inline-block;
	text-align: center;
}
.contenedor_iconosformmicro i{
	color: #999999;
}
#registro-form{
	margin: 0 15px 20px;
}
#formmodal input, #formmodal textarea, #formsesion input, #formsesion textarea{
	display: inline-block;
	width: 90%;
	background: white;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);	
}
#formmodal select, #formsesion select{
	display: inline-block;
	width: 93%;
	background: white;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);	
}
.legalform{
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.legalform input[type="checkbox"]{
	display: inline-block !important;
	width: auto !important;
}
#registro_info_terminos, #registro_sesion_terminos{
	margin: 0 5px 0 0; 
}
#formmodal input[type="submit"]{
	height: 40px !important;
	border: 1px solid #AB2B8A;
	margin-top: 15px !important;
	
background: #FFBC40;
background: -moz-linear-gradient(top,  #ab2b8a 0%, #a83d86 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab2b8a), color-stop(100%,#a83d86));
background: -webkit-linear-gradient(top,  #ab2b8a 0%,#a83d86 100%);
background: -o-linear-gradient(top,  #ab2b8a 0%,#a83d86 100%);
background: -ms-linear-gradient(top,  #ab2b8a 0%,#a83d86 100%);
background: linear-gradient(to bottom,  #ab2b8a 0%,#a83d86 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab2b8a', endColorstr='#a83d86',GradientType=0 );


	font-weight: bold;
	width:50%;
	color: white;
	margin: 0 auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
			text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0);
}
#formsesion #btn_sesion_form{
	height: 40px !important;
	border: 1px solid #f39c12;
	background: #f1c40f;
	background: -moz-linear-gradient(top,  #f1c40f 0%, #f39c12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c40f), color-stop(100%,#f39c12));
	background: -webkit-linear-gradient(top,  #f1c40f 0%,#f39c12 100%);
	background: -o-linear-gradient(top,  #f1c40f 0%,#f39c12 100%);
	background: -ms-linear-gradient(top,  #f1c40f 0%,#f39c12 100%);
	background: linear-gradient(to bottom,  #f1c40f 0%,#f39c12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#f39c12',GradientType=0 );
	font-weight: bold;
	width: 50%;
	color:white;
	margin: 0 auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	text-shadow: 1px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=0);
    text-align: center;
}

#facebook_like_item .fb-like-box, #facebook_like_item .fb-like-box span, #facebook_like_item .fb-like-box iframe{
	width: 100%;
}

.modal-header{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #27ae60;
	color: white;
}
#modal_header_sesion{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #2980b9;
	color: white;
}

@media (min-width: 961px) and (max-width: 1200px){
/*	#person_item{
		background-size: 100%;
		height: 330px;
	}
	#banner_item{
		height: auto;
	}
	#box_banner_item{
		width: 40%;
	}
	#content_box_banner_item{
		font-size: 14px;
		line-height: 16px;
		height: auto;
		background-size: 100%;
	}
	#banner_item_btn{
		width: 80%;
		font-size: 18px;
	}
	.text_btn{
		font-size: 18px !important;
		line-height: 23px !important;
		height: 25px;
	}
	#box_banner_item span{
		font-size: 12px;
		line-height: 14px;
	}
	*/
	#person_item{
		background-size: 100%;

	}
	#box_banner_item{
		width: 40%;
	}	
	#content_box_banner_item{
		padding: 20px;
		height: auto;
		background-image: none;
		font-size: 18px;
		line-height: 22px;
	}
	#banner_item_btn{
		width: 100%;
	}
	#box_banner_item span{
		font-size: 16px !important;
	}
	.each_post img{
		width: 100%;
		margin-bottom: 10px;
	}
	.content_each_post{
		width: auto;
	}
	.sesion_item, .becas_item, .pdf_item{
		height: 250px;
	}
	#facebook_like_item .fb-like-box, #facebook_like_item .fb-like-box span,  #facebook_like_item .fb-like-box iframe{width: 100% !important;}
}
@media (min-width: 768px) and (max-width: 960px) {
	body{
		padding-top: 0;
	}
	#person_item{
		background-size: 100%;
		height: 330px;
		margin-top: 120px;
	}
	#box_banner_item{
		width: 40%;
	}	
	#content_box_banner_item{
		padding: 20px;
		height: auto;
		background-image: none;
		font-size: 18px;
		line-height: 22px;
	}
	#banner_item_btn{
		width: 100%;
	}
	#box_banner_item span{
		font-size: 16px !important;
	}
	.each_post img{
		width: 100%;
		margin-bottom: 10px;
	}
	.content_each_post{
		width: auto;
	}
	.content_becas_item, .content_sesion_item{
		padding: 0;
	}
	.sesion_item, .becas_item, .pdf_item{
		background-image:none;
		height: 310px;
	}	
	#facebook_like_item .fb-like-box, #facebook_like_item .fb-like-box span, #facebook_like_item .fb-like-box iframe{width: 220px !important;}

}
@media (max-width: 767px) {
	#header_home_link{
		font-size: 18px;
	}
	#person_item{
		display: none;
	}
	#box_banner_item{
		width: 90%;
		margin: 30px auto 0;
		float: none;
	}
	#banner_item{
		height: auto;
		background-position: center;
	}	
	#content_box_banner_item{
		font-size: 18px;
		line-height: 24px;
		height: auto;
		background-size: 100%;
		padding: 20px;
	}
	#box_banner_item span{
		font-size: 12px;
		line-height: 14px;
	}
	#banner_item{
		height: auto;
	}
	#banner_item_btn{
		width: 100%;
	}
	.text_btn{
		font-size: 15px !important;
		line-height: 20px !important;
		height: 25px;
	}
	#content_box_banner_item{
		background-image: none;
	}
	#banner_item{
		height: auto;
	}	
	.blog_rss{
		margin-top: 30px;
	}	
	.each_post img{
		width: 40%;
	}
	.content_each_post{
		width: 50%;
	}
	#formmodal, #formsesion{
		max-height: 370px;
		overflow-y: auto;
	}
	#facebook_like_item .fb-like-box, #facebook_like_item .fb-like-box span, #facebook_like_item .fb-like-box iframe{width: 100% !important;}
	
	.person_item{
		display: none;
	}
}
@media (max-width: 480px) {
	#formmodal input, #formmodal textarea, #formsesion input, #formsesion textarea{
		width: 94.5%;
	}
	#formmodal input[type="submit"], #formsesion #btn_sesion_form{
		width: 100%;
	}
}

/*@media (max-width: 480px) {
	#person_item{
		display: none;
	}
	#box_banner_item{
		width: 90%;
		margin: 30px auto 0;
		float: none;
	}
	#banner_item{
		height: auto;
	}	
	.blog_rss{
		margin-top: 30px;
	}	
	.each_post img{
		width: 40%;
	}
	.content_each_post{
		width: 50%;
	}
}*/