ï»¿strong{
	font-weight:bold !important;	
}

em{
	font-style:italic !important;
}
/*Estilos Generales Formularios*/

input.form-autocomplete, input.form-text, input.form-file, textarea.form-textarea, select.form-select, select, input[type="text"]{
	border:1px solid #CCC;
	background-color:#FFF;
	min-width:250px;
	min-height:20px;
}

.PBX_lugar, .PBX_telefono{
	display: block;
	float: left;
	height: auto;
	padding: 20px 37px 20px 0px;
	width: 247px;
}
.PBX_lugar label, .PBX_telefono label{
	padding-left:30px;
	color:#333;
	font-size:100%;	
	background-repeat:no-repeat;
	min-height:50px;
	display:block;
	width:203px;
}

.PBX_lugar label{
	background-image:url("/img/be/ic/ubi_PBX.png");	
}

.PBX_telefono label{
	background-image:url("/img/be/ic/tel_PBX.png");	
}

/*Fin estilos Generales Formularios*/
.busqueda{
	bottom: 0;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	width: 387px;
}

.field-item ol li {
	list-style-type:decimal;
	margin-left:20px;
}

.field-item ul li {
	list-style: none !important;
	margin-left: 25px;
	margin-top: 5px;
	position: relative;
}

body{
	font: 12px/1.231 verdana,helvetica,clean,sans-serif;
	color:#777;
	overflow-x:auto;
	min-height:600px;
	/* background-image:url("../images/bg/bkg.png"); */
}

h5{
	font-size:9px !important;
}

.yui-b{
	clear:right;
	width:75%;
}

/* Textbox Rotador Principal */
.textbox{
	background-color: rgba(153, 153, 153, 0.5) !important;
	display: block;
	height: 66px !important;
	left: 0 !important;
	top: 174px !important;
	visibility: visible;
	width: 724px !important;
}

.inner-text{
	padding:0px;
	color:#333333;
	background-color:transparent !important;
}


/* Fin Textbox Rotador Principal */
/* WIDGET FACEBOOK */
.LikeboxPluginPagelet > div > div{
border-width:0px !important;
}
.fbConnectWidgetTopmost{
	border-width:0px !important;
}
/* FIN WIDGET FACEBOOK */
/**/
#txtBuscar{
	border-color: #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	color: #777777;
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 35px;
	width: 155px;
}

#btnBuscar{
background: url("../img/header.png") no-repeat scroll -142px -6px #CCCCCC;
border: medium none;
border-radius: 18px 18px 18px 18px;
cursor: pointer;
height: 20px;
margin: 3px 0 0 -35px;
width: 35px;
}
/**/
/*Header*/
#hd{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
#hd > p{
	float:right;
	margin-right:12px;
	margin-top:5px;
	font-weight:bold;
	color:#AAAAAA;
}
#hd h1{
	background-image: url("https://uniclaretiana.edu.co/img/logo-uniclaretiana.png");
	background-repeat: no-repeat;
	clear: right;
	float: left;
	margin-left: 25px;
	margin-top: -10px;
	width: 100%;
	background-size:auto 90px;
}
#hd h1 a{
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 85px;
	margin-left: 22px;
	text-decoration: none;
	text-indent: -9999px;
	width: 440px;
}
#bd{
	margin-top:10px;	
}
#hd img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-10;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*Fin header*/

/* Menu */
.yui-t5 > .menu{
	width:100%;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	height:30px;
}
.yui-t5 > .menu ul{
	background: none repeat scroll 0 0 #333333;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	display: inline-block;
	font-weight: bold;
	height: 30px;
	padding-left: 1px;
	position: relative;
	width: 100%;
	z-index: 100;
}
.yui-t5 > .menu ul li{
	float:left;
	width:120px;
	height:30px;
	display:block;
	border-right:1px dotted #777;
	background-color:#333;
	position:relative;
	z-index:inherit;
	transition:all ease 0.5s;
}
.yui-t5 > .menu ul li:last-child{
	border-right:none;
}
.yui-t5 > .menu ul li:first-child{
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.yui-t5 > .menu ul li:last-child{
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}
.yui-t5 > .menu ul li a{
	display: block;
    font-size: 11px;
	font-weight:normal;
    text-align: center;
    text-decoration: none;
	line-height:30px;
    width: 100%;
	height:100%;	
	color:#FFF;
}

.yui-t5  > .menu ul li:hover{
	background: -webkit-linear-gradient(#EB7400, #FE9A08);
	background: -moz-linear-gradient(#EB7400, #FE9A08);
	background: -ms-linear-gradient(#EB7400, #FE9A08);
	background: -o-linear-gradient(#EB7400, #FE9A08);
	background-color: linear-gradient(#EB7400, #FE9A08);
	background-color:#EB7400;
	z-index:inherit;
}

.yui-t5 > .menu ul li:hover ul{
	display:block;
	width:186px;
	position:absolute;
	top:30px;
	z-index:inherit;
}

.yui-t5  > .menu ul li:hover ul li:hover ul{
	display:block;
	left:185px;
	position:absolute;
	top:-1px;
	z-index:inherit;
}

.yui-t5  > .menu ul li:last-child:hover ul li:hover ul {
	display:block;
	left:-185px;
	position:absolute;
	top:-1px;
	z-index:inherit;
}

.yui-t5  > .menu ul li:hover ul li ul{
	display:none;
	z-index:inherit;
}

.yui-t5  > .menu ul li ul{
	left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
	display:none;
	overflow:visible;
	z-index:inherit;
}

.yui-t5  > .menu ul li:hover ul li ul .subnivel{
	right:-98px !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
	display:none !important;
}

.yui-t5  > .menu ul li:hover  ul li{
	float:none;
	display:block;
	width:100%;
	border-top:1px dotted #777;
	border-right:none;	
}

.yui-t5  > .menu ul li:hover ul li:hover{
	background: -webkit-linear-gradient(#FD8F06, #FEA20F);
	background: -moz-linear-gradient(#FD8F06, #FEA20F);
	background: -ms-linear-gradient(#FD8F06, #FEA20F);
	background: -o-linear-gradient(#FD8F06, #FEA20F);
	background-color: linear-gradient(#FD8F06, #FEA20F);
	background-color:#EB7400;
}

.yui-t5  > .menu ul li:hover ul li:first-child{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.yui-t5  > .menu ul li:hover  ul li:last-child{
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.yui-t5  > .menu ul li:hover  ul li a{
	font-size:11px;
}

/* FIN MENU */

/* MENU CONTEXTUAL */
.menu .contextual-links-wrapper .contextual-links{
	background:none !important;
	background-color:#FFF !important;	
}
.menu .contextual-links-wrapper .contextual-links ul{
	background:none !important;
	background-color:#FFF;	
}

.menu .contextual-links-wrapper .contextual-links ul li{
	background:none !important;
	background-color:#FFF !important;	
	float:none !important;
}

.menu .contextual-links-wrapper .contextual-links ul li a{
	background:none !important;
	background-color:#FFF !important;
	color:#000 !important;
	display:block !important;
}

/* FIN MENU CONTEXTUAL */







.imgbnr{
	display:none;
}

.principal_cont{
	background-color:#eee;
}

#destacados ul li.item1:hover+#01{
	display:block;
}

.item2:hover #02{
	display:block;
}

.item3:hover #03{
	display:block;
}

.item4:hover #04{
	display:block;
}

/*Enlaces redes sociales*/
.bgsocial{
	font-size:17px !important;
	background-color: #FBFBFB;
}
.social{
	background-color: #FBFBFB !important;
	bottom: 2px;
	float: right;
	height: 36px !important;
	margin-top: 20px;
	right: 10px;
}
.social p,
.social ul,
.social ul li{
	float:right;
}
.social p{
	margin-top: 8px;
	font-weight:bold;
}

/* facebook */
.social li a{
	background-image: url("../img/redes_sociales-uniclaretiana-new.png");
    background-position: 2px 0px;
    display: block;    
    text-indent: -9999px;
    height: 46px;
    width: 44px;
	margin-left:0px;
	background-color: white;
}
/* Twitter */
.social li + li a{
	background-position:-41px 0px;
}
/* Youtube */
.social li + li + li a{
	background-position:-85px 0px;
}
/* LinkedIn*/
.social li + li + li + li a{
	background-position:-171px 0px;
}
/* Flickr*/
.social li + li + li + li + li a{
	background-position:-257px 0px;
}

/* Instagram*/
.social li + li + li + li + li + li a{
	background-position:-130px 0px;
}

/* SGAv2*/
.social li + li + li + li + li + li + li  a{
	background-position:-299px 0px;
}

/* SGAv3*/
.social li + li + li + li + li + li + li  + li a{
	background-position:-343px 0px;
}

/* Bloger */
.social li + li + li + li + li + li + li  + li +li a{
	background-position:-214px 0px;
}

.social li a:hover{
	opacity: 0.7;
}
/*Fin enlaces redes sociales*/

/*Enlaces redes sociales internas*/

.socialinterna{
	float: right;
	position: relative;
	right: auto;
	top: 0;
	width: 160px;
}
.socialinterna p,
.socialinterna ul,
.socialinterna ul li{
	float:left;
}
.socialinterna p{
	margin-top: 8px;
	font-weight:bold;
}
.socialinterna li a{
	background-image: url("../img/header.png");
    background-position: -42px 0px;
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
	margin-left:2px;
}
.socialinterna li + li a{
	background-position:-74px 0px;
}
.socialinterna li + li + li a{
	background-position:-106px 0px;
}
.socialinterna li + li + li + li a{
	background-position:-10px 0px;
}
.socialinterna li a:hover{
	opacity: 0.7;
}
/*Fin enlaces redes sociales internas*/

/*Rotador noticias - Buscador*/
#rnoticias{
	height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}
#rnoticias ul{
    float: left;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 700px;
	margin-right:10px;
}
#rnoticias ul li{
    padding: 5px 0px;
	/* background-color:#FEFEFE; */
	background-color:#FFF;
	position:absolute;
	top:0px;
	height:16px;
	text-align:center;
	border-left:7px solid #FC0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#rnoticias ul li:hover{
	/* background-color:#DCDCDC; */
	background-color:#FFE696;
	
}
#rnoticias ul li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#rnoticias input[type=text]{
    color: #777777;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    margin-top: 2px;
    padding-left: 5px;
    width: 210px;
}
#rnoticias input[type=button]{
	background: url("../img/header.png") no-repeat scroll -142px -6px #CCCCCC;
    border: medium none;
    height: 22px;
    margin: 2px 0 0 5px;
    width: 35px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#rnoticias input[type=button]:hover{
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
}
/*Fin Rodatod noticias - Buscador*/

/*Columna derecha*/

/*Youtube*/
#ytube{
	position:relative;
	margin-top:15px;
}
#ytube > a{
	background-image: url("../img/header.png");
    background-position: -110px -3px;
    display: block;
    height: 30px;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 45px;
    width: 30px;
	margin-top:-43px;
}
#ytube ul{
	background: #fefefe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fefefe 0%, #f1f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#f1f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-8 */

	padding:10px;
	margin-top:0px;
	overflow:hidden;
	text-align:center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#ytube ul li{
	float: left;
margin: 5px;
width: 100px;
height: 90px;
}
#ytube ul li a{
	text-decoration:none;
}
#ytube ul li a p{
	color:#FE9A08;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}
#ytube ul li:last-child a p{
	margin-bottom:0px;
}
#ytube ul li a p:hover{
	text-decoration:underline;
}
#ytube ul li a img{	
}
#ytube ul li a img:hover{
	opacity:0.8;
}
.popupVideo{
	margin:auto;
	position:fixed;
	z-index:2000;
	width:545px;
	text-align:center;
	height:345px;
	padding:20px 0px;
	background-color:#1b1b1b;
	background: -webkit-linear-gradient(#000000, #1b1b1b);
	background: -moz-linear-gradient(#000000, #1b1b1b);
	background: -ms-linear-gradient(#000000, #1b1b1b);
	background: -o-linear-gradient(#000000, #1b1b1b);
	background-color: linear-gradient(#000000, #1b1b1b);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #666 4px 4px 4px;
	-moz-box-shadow: #666 4px 4px 4px;
	box-shadow: #666 4px 4px 4px;
	
}
.popupVideo a.close{
	background-image:url("../img/header.png");
	background-position:-263px 0px;
	position: relative;
    top: -30px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    float: right;
    right: -10px;
}
.popupVideo iframe{
	margin-top: 10px;
	margin-left: 25px;
}
#doc4{
	position:relative;
	min-height:700px;
	box-shadow: 0 0 8px #999;
	margin-bottom: 0px;
	margin-top:-16px !important;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	width: 100%;
	overflow:hidden;
}

/*Fin youtube*/

#pecuniarios{
	float: left;
	margin-bottom: 6px;
	margin-right: 5px;
	margin-top: 10px;
	position: relative;
}
#pecuniarios a {
	/* box-shadow: 2px 2px 4px #777777; */ 
	color: #FFFFFF;	
	font-family: calibri,verdana;
	font-size: 14px;
	font-weight: bold;
	height: 55px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	opacity:1;
	margin-bottom:10px;
	transition:all ease 0.5s;
	margin-left:12px;
}
#pecuniarios a:hover {
	text-decoration:none;
	opacity:0.6;
}

/*Tweets*/
#tweets{
	margin-top:20px;
	position:relative;
}
#tweets > a{
	background-image: url("../img/header.png");
    background-position: -45px 0px;
    height: 30px;
    position: absolute;
    width: 30px;
    display: block;
    text-indent: -9999px;
	top:10px;
	right:0px;
	margin-top:-11px;
}
h2.rtitle{
	/* background-color:#970F01; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
	/* background-image: url("../img/bkg-h2-front2.png"); */
	background-position: 0 0;
	background-repeat: no-repeat;
	box-shadow:2px 2px 4px #777;
	height:30px;
	width:100%;
}
#tweets ul{
	background:#F5F5F5;
	padding:3px 10px 5px 10px;
	margin-top:15px;
	overflow-y:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:266px;
}
#tweets ul li a{
	font-size:11px !important;
	text-decoration:none;
	color:#FE9A08;
}
#tweets ul li span a:hover{
	text-decoration:underline;
}
#tweets ul li{
	font-size:11px;
	float:left;
	border-bottom: 1px dashed #777;
	margin-top: 10px;
    padding-bottom: 10px;
}
#tweets ul li:last-child{
	border-bottom:none;
}
#tweets ul li span{
	float:left;
}
#tweets ul li > a{
	float:left;
}
/*Fin tweets*/
/*Fin columna derecha*/

/*Contenido*/




/*Destacados*/
#destacados{
	overflow:hidden;
}
#destacados ul{
	float: left;
    height: 300px;
    margin-top: 10px;
    width: 170px;
	background-color:#333333;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
#destacados ul li{
	float:left;
	width:170px;
	height:75px;
	position:relative;
	border-bottom:1px dashed #FFF;
}
#destacados ul li:last-child{
	border-bottom:none;
}
#destacados ul .arrow-right {
	width: 0;
	height: 0;
	position:absolute;
	top:24px;
	right:-12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #333333;
}
#destacados ul li h1,
#destacados ul li h1 a{
	width:100%;
}
#destacados ul li h1 a{
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 55px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
}
#destacados > div{
	float:left;
	width:580px;
	height:300px;
	margin-top: 10px;
}
#destacados > div + div{
	float:left;
	width:224px;
	height:300px;
	margin-top: 10px;
}
#destacados > div + div img{
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
/*Fin destacados*/

/*Noticia general*/
.yui-g{	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:solid 0px #ccc;
	padding:0px 0px;
margin-top:-10px;
}

.yui-u{
float:left !important;
}

.cont-noticias .last a{
border-bottom:none !important;
}

.cont-noticias .last{
border-bottom:1px solid #ccc;
padding-bottom: 5px;
}

.noticia-general {
	border-radius: 0 0 0 0;
	overflow: hidden;
	padding: 6px 0 0;
	position: relative;
	width: 349px !important;
	margin-bottom:5px;
}

.noticia-general  a:empty{
	display:none;
}

.noticia-general .noticia_wrapper{
	background: #fefefe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fefefe 0%, #f1f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#f1f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-8 */

	display: block;
	height: 110px;
	overflow: hidden;
	position: relative;
	width: 336px;
}
.noticia-general .noticia_wrapper:hover{
	background: #fefefe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fefefe 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */

}
.noticia-general .noticia_titulo{
	float: right;
	overflow: hidden;
	width: 212px;
}
.noticia-general .noticia_titulo span{
	font-size: 9px;
}

.noticia-general .noticia_titulo h1{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden;
}
.cont-noticias .odd a{
	margin-left:0px;
}

.cont-noticias .even a{
	
}
.inflotante{
	background: none repeat scroll 0 0 #333333;
	border-top: 6px solid #F48603;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 200;
	display:none;
}
.noticia-general > a{
	border-bottom: 1px solid #CCCCCC;
float: left;
margin-left: 13px;
padding-bottom: 5px;
}
.noticia-general > a:hover{
	text-decoration:none;
}
.noticia-general > a img{
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	clear: left;
	float: left;
	margin: 0 5px 10px 5px;
	max-height: 110px;
	max-width: 110px;
	min-height: 100px;
}
.noticia-general p {	
	color: #555555;
	font-size: 11px;
	height: 54px;
	margin-right: 2px;
	overflow: hidden;
	padding-top: 0;
	text-align: left;
	width: 210px;
}
a .vermasf{
	background-color: #FFFFFF;
	bottom: 0;
	clear: left;
	color: #F69E35;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding-right: 16px;
	position: absolute;
	right: 0;
	text-decoration: none;
	width: 70px;
}
.noticia-general p a:hover{
	text-decoration:underline;
}

.cont-noticias{
	float: left !important;
margin-left: 12px;
overflow: hidden;
width: 699px !important;
}

#bd .rtitle{
background-image: url("../img/bgk_h2.png");
border-radius: 0 0 0 0;
box-shadow: none;
color: #FFFFFF;
filter: none;
font-size: 13px;
font-weight: bold;
height: 30px;
line-height: 20px;
margin-bottom: 9px;
margin-left: 0;
overflow: hidden;
padding-left: 20px;
text-align: left;
text-shadow: -2px 0 0 #AA6526;
width: 100%;
}

#bd .rtitle_s{
	background: none repeat scroll 0 0 transparent;
	border-bottom: 2px double #555555;
	border-radius: 0 0 0 0;
	box-shadow: 0 2px 0 #CCCCCC;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	height: 36px;
	text-align: left;
	width: 100%;
	filter:none;
	margin-bottom:15px;
margin-top:2px;
}

.cont-noticias .yui-g{
	background-color:transparent;
}

.cont-noticias .yui-g .first{
	border: 0 solid transparent;
	height: 177px;
	margin-left: 0;
	margin-top: 0px;
	width: 702px !important;
}

.cont-noticias .yui-g .first > .noticia_titulo {
	border-radius: 0 0 0 0;
    float: left;
    margin-bottom: 15px;
    margin-left: 223px;
    overflow: hidden;
    width: auto;
}

.cont-noticias .yui-g .first > div > h1{
	border-bottom: 1px solid #CCCCCC;
	border-top: 0 none;
	color: #F48603;
	display: table-cell;
	font-size: 17px;
	height: 33px;
	line-height: 17px;
	vertical-align: middle;
	width: 460px;
}

.cont-noticias .yui-g .first > div > span{
	background-color: #F48603;
	border: 0 solid transparent;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	padding: 8px;
}

.cont-noticias .yui-g .first p{
	color: #000000;
	font-size: 13px;
	height: 94px;
	margin-right: 0px;
	width:470px;
}

.cont-noticias .yui-g .first a .vermasf{
	background-color: #F48603;
	bottom: 0px;
	clear: left;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	padding-right: 16px;
	position: absolute;
	right: 0px;
	text-decoration: none;
	width: 85px;
}

.cont-noticias .yui-g .first a img{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	margin: -66px 7px 7px;
	max-height: 170px;
	max-width: 200px;
	min-height: 160px;
	min-width: 200px;
	padding: 7px;
}
/*Fin noticia general*/
.cont_evento_articulo{
	clear:left;
	display:block;
	position:relative;
	width:100%;
}

.eventos{
	clear: left;
	float: left;
	font-size: 12px;	
	width: 724px;
	margin-top:15px;
	display:none;
}
.eventos a{
	color: #FE9A08;    
    text-decoration: none;
}
.eventos a:hover{
	text-decoration: underline;
}

.eventos li{
	width:100%;
	min-height:41px;
	vertical-align:middle;
	padding:10px;
	overflow:none;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	-moz-binding: url('xbl.xml#wordwrap'); /* Firefox (using XBL) */
}

.eventos div{
	/*
	width:191px;
	height:145px;
	padding:5px; 
	*/
}

.eventos li{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.eventos li:hover{
	background-color:#EEEEEE;
}

.eventos .titulo{
	color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.eventos .cont-eventos{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow-x:hidden;
	overflow-y:auto;
	background-color:#F5F5F5;	
	clear:left;
}

.cont-eventos ul li{
	width:161px;
	float:left;
}

.eventos .cont-anuncios{
	margin-top:15px;
	border:solid 3px #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:0px;
	height:154px;
	overflow:hidden;
}

.eventos .cont-anuncios a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.eventos .cont-anuncios a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.eventos .cont-anuncios a img
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}


.articulos{
	float: left;
    margin: 25px 0px 0px 0px;
    width: 505px;	
}

.articulos ul{
	width:100%;
}
.articulos a{
	color: #FE9A08;
    margin-top: 4px;
    text-decoration: none;
}
.articulos a:hover{
	text-decoration: underline;
}
.articulos li:first-child{
	border-radius:10px 10px 0px 0px;
}
.articulos li:last-child{
	border-radius:0px 0px 10px 10px;
}

.articulos li{
	text-align:justify;
	background-color:#F5F5F5;
	width:auto;
	min-height:130px;
	vertical-align:middle;
	padding:10px;
	overflow:none;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	-moz-binding: url('xbl.xml#wordwrap'); /* Firefox (using XBL) */
}
.articulos li:hover{
	background-color:#EEEEEE;
}
.articulos .titulo{
	color: #777;
    font-size: 12px;
    font-weight: bold;
}

.articulos li img{
	float:left;
	max-width:130px;
	max-height:130px;
	margin-right:10px;
	border-radius:8px;
}

.gradientleft{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	float:left;
	height: 30px;
    width: 70px;
	position:absolute;
	z-index:99;
}

.gradientright{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
	float:right;
	height: 30px;
    width: 70px;
	position:absolute;
	z-index:99;
	right:270px;
}
/*Fin Contenido*/

/*Footer*/
#footer{	
	/* IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
    border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    behavior: url(../PIE/PIE.htc);
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:0px;
	width: 974px;	
	clear:both;
	background-color:#efefef;
}
#left-arrow-convenios,
#rt-convenios,
#right-arrow-convenios{
	float:left;
	height:70px;
}
#rt-convenios{
	/*background-color:#FE9A08;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* -webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px; */
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#left-arrow-convenios{
	background-position:0px 0px;
	background-color:#FFCC00;
}
#left-arrow-convenios{
	background-position:0px 0px;
}
#left-arrow-convenios{
	background-image:url("../img/LeftArrow80x70.png");
    display: block;
    margin: 0 11px;
    text-indent: -9999px;
    width: 80px;
	margin-top:10px;
	margin-bottom:20px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
}

#right-arrow-convenios{
	background-image:url("../img/RightArrow80x70.png");
    display: block;
    margin: 0 11px;
    text-indent: -9999px;
    width: 80px;
	margin-top:10px;
	margin-bottom:20px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	background-color:#FFCC00;
}

#rt-convenios li{
	float:left;
	width:45px;
	height:50px;
	margin-bottom:10px;
	margin-right:8px;
	margin-top:7px;
	margin-left:8px;
	background-color: #FFFFFF;
	border: medium solid #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
}

#rt-convenios li a{
	display:block;
	width:100%;
	height:100%;
}
#rt-convenios li:hover{
	top:-2px;
}
.faq{
	float:left;
	width:200px;
	margin-right:50px;
	margin-left:10px;
	margin-bottom:20px;
}
.faq h1{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	float:left;	
}

.links h1{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	float:left;
}
.faq ul, .links ul{
	float:left;
	clear:left;
	margin-left:20px;
}
.faq ul li, .links ul li{
	float:left;
	list-style-type: disc;
	color:#FFF;
	margin-bottom:2px;
}
.faq ul li a, 
.links ul li a,
.sitemap ul li a{
	display:block;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	text-align:left;
}
.faq ul li a:hover,
.links ul li a:hover,
.sitemap ul li a:hover{
	text-decoration:none;
}
.links{
	float:left;
	width:200px;
	margin-right:50px;
	margin-bottom:20px;
}
.sitemap{
	float: left;
    margin-bottom: 20px;
    width: 100%;
	margin-top:-22px;
}
.sitemap h1{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	float:left;
	width:400px;
	visibility: hidden;
}
.sitemap ul{
	float:left;
	margin-left:10px;
}
.sitemap > ul{
	width:100%;
}
.sitemap > ul > li{
	color: #333;
    float: left;
    list-style-type: none !important;
    margin-bottom: 5px;
    width: 130px;
    margin-left: 20px;
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	text-transform:uppercase;
}
.sitemap > ul > li > ul > li{
	float:left;
	list-style-type: square !important;
	color:#999;
	margin-bottom:2px;
	width:100%;
	font-weight:normal;
	margin-top:1px;
	text-transform:none;
}


.sitemap > ul > li > ul > li > ul > li{
	float:left;	
	color:#999;
	margin-bottom:2px;
	width:100%;
	font-weight:normal;
	margin-top:1px;
	border: 0px solid #fff;
	font-size:10px;
	list-style-type:disc;
}

.sitemap > ul > li > ul > li > ul > li a{
	font-size:10px;
}

.sitemap > ul > li > ul > li > ul > li:hover{
	font-size:10px;
	border: 0px solid #fff;
	list-style-type:square;
}

.sitemap ul li a{
	display:block;
	color:#333;
}
/*Fin footer*/

.noaudio{
	font-size:10px;
	font-color:gray;
	text-align:center;
	background-color:#FFFFFF;
	font-weight:bold;
	width:300px;
	height:60px;
}

.Podcasts{
	width:305px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 0px;        
	text-align:left;
	position:fixed;
	top:-70px;
	left:0px;
	z-index:198;
	color:#777777;
}

.Podcasts:hover{
	top:0px;
	z-index:199;
}

.Podcasts div{
	background-color:#000000;
	overflow:hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 0px;  
}

.Podcasts p{
	font-weight:11px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:5px;
	margin-top:10px;
	color:#FFFFFF;
	border-radius:0px 0px 10px 0px;
}
.Podcasts audio{
	width:100%;
	height:45px;
}

.Podcasts .Titulo{
	border-radius:0px;
	width:290px;
	height:15px;
	overflow:hidden;
	color:#FFFFFF;
	margin:0px;
	margin-left:10px;
	padding:0px;
	display:block;
}

.PodcastsVisible{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;        
	text-align:left;
	color:#FFFFFF;
	display:inline-block;
	width:125px;
	height:40px;
	background-color:orange !important;
}

.afiche_completo img{
	clear:both;
	border-radius:10px !important;
	max-width:100% !important;
}

/*estilos comunes*/
.noticianode ul, .articlenode ul, .programasnode ul, .eventosnode ul{
	clear: both;
	display: inline-block;
	margin: 10px;
	min-width: 550px;
	padding-left: 0;
	width: auto;
}

 .noticianode ol, .articlenode ol, .programasnode ol, .eventosnode ol{
	display:table;
	margin-top:10px;
 }

.noticianode ul li{
	list-style-type:disc !important;
}
/*fin estilos comunes*/
/* Nodo Noticia */

.noticianode{
}

.noticianode h3{
	display:block !important;
	font-weight:bold;
	font-size:110%;
	margin-top:15px;
}

.noticianode table {
	border:0 none;
}

.noticianode table td, .noticianode table th {
  border: 0 none;
  color: #000000;
  padding: 0;
  vertical-align: middle;
}

.noticianode ol li{
	margin-left:20px;	
}

.noticianode .head{
    clear: both;
    margin-top: 47px;
}

.noticianode .head h2{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
}

.noticianode .head .fecha{
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	background-color:#000000;
	display:inline-block;
	padding:15px;
	color:#FFFFFF;
	margin-bottom:10px;
	font-weight:bold;	
	margin-right:-5px;
}

.noticianode .body{
	margin-top: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #ffffff;
	padding: 15px;
	color: #777;
}

.noticianode .body > img{
	max-width:360px;
	float:left;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin-right:20px;
	margin-bottom:15px;
	border:solid 0px #000;
}

.noticianode .body > div > div > div > p{

}



.imagenes_adicionales{
	clear:both;	
	margin:20px;
}

.fuentes{
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}

.imagenes_adicionales a{
	float:left;
	margin:20px 20px;
	height:210px;
}

.imagenes_adicionales img{
	border-radius: 5px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	border:solid 2px #aaa;
}
/* Fin Nodo Noticia */

.field-name-field-imagenes-adicionales{
	clear: both;
	display: inline-block;	
	position: relative;
	width: 100%;
}

/* Nodo Evento */

.eventosnode{
	clear: both;
}

.eventosnode .head{
}

.eventosnode .head h2{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
	margin-top:47px;
	margin-bottom:15px;
}

.eventosnode .body{
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 20px;
    text-align: justify;
	width:100%;
}

.eventosnode .body img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float:left;
	margin-right:20px;
	max-width:350px;
}

.eventosnode .body div div div p{
	text-align:justify;
}
/* Fin Nodo Evento */



/* Nodo Articulo */

.articlenode{
	clear:both;
}

.articlenode .head{
}

.articlenode .head h2{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
}

.articlenode .body img{
	max-width:360px;
	float:right;
	-moz-border-radius:0px 200px 20px 20px;
	-webkit-border-radius:0px 200px 20px 20px;
	border-radius:0px 200px 20px 20px;
	margin-left:20px;
	border:solid 2px #000;
	border-left:solid 10px #000000;
}

.articlenode .body div div div p{
	text-align:justify;
}
/* Fin Nodo Articulo */


/* Nodo Programa */

.programasnode{
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    padding: 30px;
	margin-bottom:50px;
	clear:both;
	border-right: 0px solid #333;
}
.programasnode a{
	color:#FD9907;
}
.programasnode .head{
}

.programasnode .head h2 {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
}

.programasnode .body img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float:left;
	margin-right:20px;
	max-width:350px;
}

.programasnode .body div p , .programasnode .body div , .programasnode .body /*,.programasnode .body div  li*/{
	text-align:justify;		
}

.programasnode .body ul{
	margin-left:20px;
	display:inline;
}



.programasnode .body h3{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	display:inline-block;
	padding:10px;
	margin-bottom:15px;
	margin-top:-20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	display:none;
}

.programasnode .body h4{	
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.programasnode .body .infbasica{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#FFFF33;
	padding:20px;
	margin-right:0px;
	margin-bottom:20px;
	float:left;
	max-width:500px;
	height:150px;
	overflow-y:auto;
	overflow-x:none;	
}

.programasnode .body .pprofesional{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#FFCC00;
	padding:20px;
	margin-right:0px;
	float:left;
	width:500px;
	margin-left:0px;
	min-height:30px;	
	overflow-y:auto;
	overflow-x:none;
}

.programasnode .body p{
	text-align:justify;
}
.programasnode .body .cocupacional{
	clear:both;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#FFCC00;
	padding:20px;
	margin-right:0px;
	float:left;
	margin-left:0px;
	overflow-y:auto;
	overflow-x:none;
	margin-top:20px;
	width:874px;
}

.programasnode .body .acercadep{
	clear:both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding:20px;
	margin-right:0px;
	margin-top: 15px;
	float:left;
	margin-left:0px;
	overflow-y:auto;
	overflow-x:none;	
	width:874px;
	text-align:justify;
	background-color: #EEE;
}


.programasnode ul li {
	list-style-type:disc;
    text-indent: 1;
	padding:5;
    margin:5;
}

.programasnode .body .malla{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */

	clear:both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	padding:20px;
	margin-right:0px;
	float:left;
	margin-left:0px;
	overflow-y:auto;
	overflow-x:none;
	margin-top:20px;
	width:874px;
}

.programasnode .body .malla span{
	background-color: #FFFFFF;
	clear: both;
	display: block;
	margin: 3px;
}
/*
.programasnode .body >p+b{
	margin-bottom:15px;
	margin-top:30px;
}*/

.programasnode .body span .file{
	padding:20px;
	font-weight:bold;
	display:block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color:#A91017;
}
/* Fin Nodo Programa */

/* Nodo Rotador */

.banner_rotadornode{
}

.banner_rotadornode table td,.banner_rotadornode table th{
	border: 1px solid #CCCCCC;
	color: #777;
	padding: 0 22px;
	vertical-align: middle;
}

.banner_rotadornode .field-name-body{	
	float:right;
	clear:right;
}

.banner_rotadornode .field-item ul{
	margin: 20px;
}

.banner_rotadornode .head{
}

.banner_rotadornode  .body{
	background-color: #EEEEEE;
	display: inline-block;
	padding: 20px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: justify;
	width: 934px;
}

.banner_rotadornode .head h2{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
	margin-top: 47px;
	margin-bottom: 15px;
}

.banner_rotadornode .body img{
	/* max-width:410px;
	float:left;
	margin-right:20px;
	border:solid 2px #000;
	border-left:solid 10px #000000;
	margin-bottom:30px;*/
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:block;
	margin: 0 auto;
}

.banner_rotadornode .body div div div p{
	text-align:justify;
	width:530px;
	float:right;
}

.destacados .items .views-row-odd
{
	background-color:transparent;
}
/* Fin Nodo Rotador */

/* Nodo Informativa */

.informativanode{

}

.informativanode .head{
	
}

.informativanode .head h2{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
	margin-top:47px;
	margin-bottom:15px;
}
.informativanode  .bajo_img{
	clear: left;
	display: block;
	float: left;
	height: auto;
	padding: 0 20px 40px;
	width: 300px;
}
.informativanode .head  .titulo{	
}
.informativanode .body img{
	margin:20px auto;
	display:block;
}

.informativanode .body iframe, .informativanode .body object{
	margin:20px auto;
	display:block;
}

.informativanode .body img:first-child{
	border-radius: 20px 20px 20px 20px;
	float: left;
	margin: 0 0 10px 20px;
	max-width: 374px;
	padding-right: 30px;
	/* border:solid 2px #000; */
}

.contenidoinformativa{
	padding:0 15px;
	text-align:justify;
}

.informativanode .body .conte{
	width:545px;
	float:right;	
}

.informativanode .body .conte li{
	list-style-type:disc;
	margin-left:15px;
	margin-top:5px;
}

.informativanode .body div p{
	text-align:justify;
	margin-bottom:15px;
}

.informativanode .body div h3{
	border-bottom: 1px solid #777777;
	display: block;
	margin-bottom: 5px;
}

.informativanode .body div h3:first-letter{
	/* 
	float:left;
	color:#F9E817;
	font-size:34px;
	*/
}

.informativanode .body div h4{
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
	display:block;
}

.FloatBox{
	background: none repeat scroll 0 0 #eeeeee;
	clear: right;
	float: left;
	height: 470px;
	margin: 20px;
	padding: 20px;
	width: 242px;
	border-radius:3px;
}

.FloatBox h3{
	font-size:10px !important;
	margin-bottom:-13px !important;
}

.FloatBox h2{
	font-size:16px !important;
	margin-bottom: 30px !important;
}

.FloatBox p{
	text-align:left !important;
}

.img_fondo{
	clear:both;
	float:right !important;
}

.informativanode .adjuntosinformativa{
	display:block;
	width:530px;
	float:right;
	clear:right;
	padding:10px;
	/* background-color:#000000;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; */
}

.informativanode .adjuntosinformativa img{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin:0px;
	border:none;
}

.informativanode .adjuntosinformativa h3{
	margin-top:0px !important;
	text-align:center;
	font-size:18px;
	display:none !important;
	
}

.informativanode .adjuntosinformativa h3:first-letter{	
	font-size:18px !important;
	color:#777777 !important;
	float:none !important;
}

.informativanode .file{
	display:block;	
	color:#777777;
	background-color:#DDDDDD;
	padding:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:5px;
}

.informativanode .adjuntosinformativa .file img{
	border-radius:0px;
}
.informativanode .field-item ul{
	margin-top:10px;
	margin-bottom:10px;
}
.informativanode .field-item ul li{
	list-style-type:disc !important;
}

.informativanode .adjuntosinformativa a{
	color:#777777;	
}
.informativanode .adjuntosinformativa a:link{
	color:#777777;
}
.informativanode .adjuntosinformativa a:visited{
	color:#777777;
}
/* Fin Nodo Informativa */

/* Ver más Frontal */
.vermasf{
	clear:both;
	display:block;
	text-align:right;	
}
/* Fin Ver más Frontal */

/* Ver todos */
.vermas{
	display:block;	
	width:45px;
	height:100px;
	position:fixed;
	top:270px;
	left:0px;
	color:#FFFFFF;
	background-color:#333333;
	padding:8px;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	text-align:center;
}

.vermas img{
	margin-right:0px;
}

.vermas:hover{
	background-color:#A91017;
}

.vermas a{
	clear:both;
	display:block;
	font-weight:bold;

}

.vermas a:hover{
	color:#FFDD33;
	text-decoration:none;
}

.vermas a:link{
	color:#FFFFFF;
}

.vermas a:visited{
	color:#FFFFFF;
}

/* Fin Ver todos */

/* Búsqueda */
.search-advanced .criterion{
	margin-top:30px;
}

legend{
	margin-bottom:30px !important;
}

.search-form{
	margin-top:1em;
}

/* Fin Búsqueda */

/* Resultados Búsqueda */
.search-results{

}

.search-results li{
	padding:8px;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	background-color:#F5F5F5;
	margin-bottom:15px;
}
/* Fin Resultados Búsqueda */

.views-table tbody{
	background-color:#FFF;
	border:none;
}

.views-table tbody .even{	
	-moz-border-radius: 0px 20px 20px 0px !important;
	-webkit-border-radius: 0px 20px 20px 0px !important;
	border-radius: 0px 20px 20px 0px !important;
	background-color:#F5F5F5;
	margin-bottom:15px;
	padding:8px;
	overflow:hidden;
	/*border:solid 2px #A91017;*/
	margin-bottom:10px;
	height:105px;
}

.views-table tbody .odd{	
	-moz-border-radius: 0px 20px 20px 0px !important;
	-webkit-border-radius: 0px 20px 20px 0px !important;
	border-radius: 0px 20px 20px 0px !important;
	background-color:#D7D7D7 ;
	margin-bottom:15px;
	padding:8px;
	overflow:hidden;
	/*border:solid 2px #A91017;*/
	margin-bottom:10px;
	height:105px;
}

.views-table tbody td a {
  color: #777777;
  display: inline-block;
  /* height: 100px; */
  padding: 10px;
  vertical-align: middle;
  width: 96%;
}

.views-table tbody td a:hover{
	color:#333333;
	text-decoration:underline;
}

.views-table tbody td{
	margin-bottom:15px;
	text-align:center;
}

.views-table tbody td a img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:solid 2px #A91017;
	max-width:100px;
	max-height:100px;
	vertical-align:middle;
}

.views-table thead{
	display:none !important;
}

.views-field-field-mes {
	background-color:#333;
	color:#FFF;
}

table {
	clear:both;
	margin-top:20px;
}

.oferta{
	clear:right;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px;
	height:370px;
	width:100%;
	margin-bottom:40px;
	margin-top:64px;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
}

.page-node-36 .oferta{
width:518px;
}

.oferta li{
	-moz-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(-15deg) translate(0px, 0px) skew(0deg, 0deg);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:3px;
	border:solid 0px #FFF;
	background-color:#000;
	float:left;
	display:block;
	width:130px;
	height:268px;
	margin-left:45px;	
	margin-top:5px;
	box-shadow:5px 5px 10px #000;
}

.oferta li:hover{
	margin-top:0px;
	box-shadow:10px 10px 10px #000;
}

.ofertatit{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:10px;
	border:solid 2px #F9E8017;
	background-color:#000;
	color:#FFF;
	float:left;
	display:block;
	width:170px;
	height:38px;
	line-height:38px;
}

.oferta img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.ofertaAcad {
	margin:40px 0;
	min-height:350px;
	width:100%;
}

.ofertaAcad img{	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	float: left;
	width: 407px;
}

.ofertaAcad .conte{
	display: inline-block;
	float: left;
	margin-right: 0px;
	padding: 0 10px;
	text-align: justify;
	width: 545px;
}

.ofertaAcad ul{
	margin-top:40px;
	float:left;
	width:340px;
	display:inline-block;
	margin:20px 113px;
}

.ofertaAcad li{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 10px;
	text-align: center;
	width: 140px;
	margin:0 5px;
}

.ofertaAcad li:hover{
	display:block;
	background-color:#FE9A08;
	color:#0000004;	
}

.ofertaAcad a{
	text-decoration:none;
	float:left;
}

.ofertaAcad a:hover{
	text-decoration:none;
}

.oferta{
	clear:right;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:10px;
	height:370px;
	width:100%;
	margin-bottom:40px;
	margin-top:40px;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
}

.oferta img{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.BienestarUniversitario  img{
	max-width:400px;
	float:left;
	-moz-border-radius:200px 0px 200px 200px;
	-webkit-border-radius:200px 0px 200px 200px;
	border-radius:200px 0px 200px 200px;
	margin-right:20px;
	/* border:solid 2px #000; */
	margin-top:40px;
}

.BienestarUniversitario  .conte{
	width:545px;
	float:right;	
}

.BienestarUniversitario  .conte li{
	list-style-type:disc;
	margin-left:15px;
	margin-top:5px;
}

.BienestarUniversitario  div p{
	text-align:justify;
	margin-bottom:15px;
}

.BienestarUniversitario  div h3{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:30px;
	font-size:16px;
	line-height:34px;
	/* border-bottom:solid 2px #000;
	text-decoration:none; */
}

.BienestarUniversitario  div h3:first-letter{
	float:left;
	color:#F9E817;
	font-size:34px;
}

.BienestarUniversitario  div h4{
	font-weight:bold;
	margin-bottom:5px;
}

.BienestarUniversitario {
	margin-bottom:50px;
}

.mailinsc_cont{
	display: inline-block;
	margin: 0px 0px 15px 0px;
	width: 100%;	
	float:right;
	font-size: 14px;
	font-weight: bold;
	text-align: center;

}

.mail{

}

.mail div{
background: #fefefe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fefefe 0%, #f1f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#f1f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#f1f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f2f2',GradientType=0 ); /* IE6-8 */

	border: medium none;
	border-radius: 0 0 0 0;
	display: inline-block;
	float: right;
	height: auto;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.mail div a{
	width:76px;
	text-align:center;
	margin: 5px 4px;
	filter:alpha(opacity=100); /* Internet Explorer */  
	-moz-opacity:1; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity:1; /* Khtml, version anterior de Safari */  
	opacity:1; /*Opera, Safari, Google Chrome */  
	height:45px;
	overflow:hidden;
	font-size:10px;
	transition:all ease 0.5s;
}

.mail div p{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 2px double #555555;
	border-radius: 0 0 0 0;
	box-shadow: 0 2px 0 #CCCCCC;
	color: #333333;
	filter: none;
	font-size: 20px;
	font-weight: bold;
	height: 36px;
	padding-top: 8px;
	text-align: left;
	text-shadow: -2px 0 0 #CCCCCC;
	width: 100%;
}

.alumnos{
	background-image: url("../img/btn_accesos.png");
background-position: -81px 0;
background-repeat: no-repeat;
color: #000000;
float: left;
font-weight: bold;
height: 61px !important;
line-height: 140px;
text-transform: capitalize;
vertical-align: bottom;
width: 70px !important;
}

.alumnos:hover{	
	opacity:0.7;
}

.institucional{
	background-image: url("../img/btn_accesos.png");
background-position: 0 0;
background-repeat: no-repeat;
color: #000000;
float: left;
font-weight: bold;
height: 61px !important;
line-height: 140px;
padding: 0;
text-transform: capitalize;
vertical-align: bottom;
width: 72px !important;
}

.institucional:hover{	
	opacity:0.7;
}

.inscripciones{	
	background-image: url("../img/btn_accesos.png");
	background-position: 0 0;	
	background-repeat: no-repeat;
	color: #000000;
	float: left;
	font-weight: bold;
	height: 61px !important;
	line-height: 140px;
	padding: 0 5px;
	text-transform: capitalize;
	vertical-align: bottom;
	width: 60px !important;
}

.inscripciones a{
	filter:alpha(opacity=60); /* Internet Explorer */  
	-moz-opacity:0.6; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity: 0.6; /* Khtml, version anterior de Safari */  
	opacity: 0.6; /*Opera, Safari, Google Chrome */  
	height:45px;
	overflow:hidden;
	float: right;
	padding: 0 0 0 35px;
	text-align: left;
	width: 85px;
}
.inscripciones_lnk{
	background-image: url("../img/btn_accesos.png");
background-position: -160px 0;
background-repeat: no-repeat;
color: #000000;
float: left;
font-weight: bold;
height: 61px !important;
line-height: 140px;
text-transform: capitalize;
vertical-align: bottom;
width: 70px !important;
}

.inscripciones_lnk:hover{	
	opacity:0.7;
}

/*mail inscripciones internas*/
.mailinsc_continterna{
	display: inline-block;
	float: right;
	height: 100px;
	margin: 0 3px 0 0;
	position: absolute;
	right: 0;
	top: -12px;
	width: 184px;
}

.mailinterna{
	border: 2px solid #E0E0E0;
	border-radius: 10px 10px 10px 10px;
	display: inline-block;
	height: 42px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 127px;	
	padding-top:0px;
	padding-bottom:3px;
	float:right;
}

.mailinterna a{
	width:52px;
	text-align:center;
	margin: -2px auto;
	filter:alpha(opacity=50); /* Internet Explorer */  
	-moz-opacity:0.5; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity: 0.5; /* Khtml, version anterior de Safari */  
	opacity: 0.5; /*Opera, Safari, Google Chrome */  
	height:45px;
	overflow:hidden;
	font-size:10px;
}

.mailinterna p{
	font-size:16px;
	margin-top:-11px;
	border-radius: 10px 10px 10px 10px;
	background-color:#E0E0E0;
	color:#FFF;
	display:inline-block;
	margin-left:auto;
	width:130px;
	display:none;
}

.alumnosinterna{
	float:left;
	background-image: url('../images/red_mail_icon.png');
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-khtml-background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position:center 0px;	
	color: #000;	
	font-weight: bold;
	height: 70px;
	line-height: 80px;
	padding: 0 5px;
	text-transform: capitalize;
	vertical-align: bottom;
}

.alumnosinterna:hover{	
	background: url('../images/red_mail_icon_p.png');
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-khtml-background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position:center 0px;
}

.institucionalinterna{
	float:left;
	background-image: url('../images/white_mail_icon.png');
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-khtml-background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position:center 0px;	
	color: #000;	
	font-weight: bold;
	height: 70px;
	line-height: 80px;
	padding: 0 5px;
	text-transform: capitalize;
	vertical-align: bottom;
	width:55px !important;
}

.institucionalinterna:hover{	
	background: url('../images/white_mail_icon_p.png');
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-khtml-background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position:center 0px;
}

.inscripcionesinterna{	
	border: 2px solid #E0E0E0;
	border-radius: 10px 10px 10px 10px;
	display: inline-block;
	height: 36px;
	padding-top:4px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	text-transform: Normal;
	width: 127px;
	float:right;
	font-weight:bold;	
}

.inscripcionesinterna a{
	filter:alpha(opacity=50); /* Internet Explorer */  
	-moz-opacity:0.5; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity: 0.5; /* Khtml, version anterior de Safari */  
	opacity: 0.5; /*Opera, Safari, Google Chrome */  
	height:45px;
	overflow:hidden;
	float: right;
	padding: 0 0 0 35px;
	text-align: left;
	width: 85px;
}

.inscripcionesinterna p{
	font-size:12px;
	margin-top:0px;
	color:#000;
	display:inline-block;
	margin-left:auto;
	width:130px;	
}

.inscripciones_lnkinterna{
	float:left;
	background-image: url('../images/inscripciones_ico.png');
	background-size: 31px 31px;
	-moz-background-size: 31px 31px;
	-webkit-background-size: 31px 31px;
	-khtml-background-size: 31px 31px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-radius: 10px 10px 10px 10px;
	color: #000;	
	font-weight: bold;
	height: 70px;	
	vertical-align: bottom;	
}

.inscripciones_lnkinterna:hover{	
	filter:alpha(opacity=60); /* Internet Explorer */  
	-moz-opacity:0.6; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity: 0.6; /* Khtml, version anterior de Safari */  
	opacity: 0.6; /*Opera, Safari, Google Chrome */  
}
/*Fin mail inscripciones internas*/


tr.odd {
    background: none repeat scroll 0 0 #DDDDDD !important;
}

/* Lightbox */

.black_overlay {
    background-color: black;
    display: none;
    height: 100%;
    left: 0;
    filter:alpha(opacity=90); /* Internet Explorer */  
	-moz-opacity:0.9; /* Firefox, Netscape, Mozilla */  
	-khtml-opacity: 0.9; /* Khtml, version anterior de Safari */  
	opacity: 0.9; /*Opera, Safari, Google Chrome */ 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.white_content {
    background-color: white;
    /*border: 16px solid #A91017;*/
	border: 16px solid #FFCC00;
	-moz-border-radius:0px 0px 200px 200px;
	-webkit-border-radius:0px 0px 200px 200px;
	border-radius:0px 0px 200px 200px;
    display: none;
    height: 236px;
    left: 25%;
    overflow: visible;
    padding: 16px;
    position: fixed;
    top: 25%;
    width: 50%;
    z-index: 1002;
}

.linea{
	width:974px;
	height:70px;
	margin-top:-34px;
}
/* Fin Lightbox */
.comentarios{
	clear:both;
}

.breadcrmb{
	background: none repeat scroll 0 0 #555555;
	border-top: 1px dotted #777777;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-top: 0;
	padding-left: 10px;
	width: 100%;
}

.publicacionnode{
	background-color:#333;
	width:931px;
	padding:20px;
	border-radius:20px;
}

.publicacionnode .head .titulo{
	font-size:20px;
	font-weight:bold;
	text-align:center; 
	color:#ddd;
}

.publicacionnode .body .portada{
	float:left;
}

.publicacionnode .body .portada{
	float:left;
}

#celda{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	float:left;
	width:150px;
	height:265px;
	overflow:hidden;
	/* background-color:#EFEFEF; */
	border-radius:0px 15px 0px 15px;
	border:solid 4px #000;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	-webkit-border-radius:0px 15px 0px 15px;
	-moz-border-radius:0px 15px 0px 15px;
	-ms-border-radius:0px 15px 0px 15px;
	margin-left:36px;
	margin-bottom:46px;
}

#celda a{
	display:block;
	width:100%;
	height:100%;
	color:#333;
}

#celda a:hover{
	text-decoration:none;
	color:#fff;
}

#celda :hover{
	background-color:#333;	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#celda a #celdaint{
}

#celda a #celdaint #imagenes div img{
	max-width:100px;
	max-height:200px;
	display:block;
	margin-left:27px;
	margin-top:20px;
	position:absolute;
	
}

#celda a #celdaint #imagenes #portada img{
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

#celda a #celdaint #imagenes #reverso img{
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	display:none;
}

#celda a #celdaint:hover #imagenes #portada img{
	display:none;
}

#celda a #celdaint:hover #imagenes #reverso img{
	display:block;
}

#celda a #celdaint p{
	position:relative;
	text-align: center;
    top: 190px;
	font-weight:bold;
}


.herramientasinf{
display: block;
float: right;
margin-right: 10px;
overflow: hidden;
position: relative;
width: 240px;
}

.noticiasmen{
	float:left;
	width:678px;
	margin-top:0px;
	margin-left:13px;
}

.canalyoutube{
	float:left;
	width:678px;
	margin-top:0px;
	margin:13px;
	height: 420px;
}

.interes{
	float:left;
	width:700px;
	margin-top:0px;
	margin-left:13px;
}

.redes-sociales{
	float:left;
	width:97%;
	margin-top:0px;
	margin-left:13px;
}

.interes ul{
	width:100%;	
}

.interes ul li{
	width:auto;
	text-align:center;
	padding:0px;
	opacity:1;
	float:right;	
	margin-right:4px;
	transition:all ease 0.5s;
}

.interes ul li:hover{
	opacity:0.8;
}

.interes ul li img{
	width:136px;
	height:126px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
GALERIA CONVENIOS
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
*/

.tituloconvenio {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 2px double #555555;
	border-radius: 0 0 0 0;
	box-shadow: 0 2px 0 #CCCCCC;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	height: 36px;
	text-align: left;
	text-shadow: -2px 0 0 #CCCCCC;
	width: 100%;
	filter:none;
	margin-bottom:9px;
margin-top:22px;
}


.galeriaconvenios ul{
	width:100%;	
}

.galeriaconvenios ul li{
	width:auto;
	text-align:center;
	padding:5px;
	opacity:1;
	float:left;	
	margin-right:4px;
	margin-top:10px;
	margin-bottom: 10px;
	transition:all ease 0.5s;
}

.galeriaconvenios ul li:hover{
opacity:0.8;
}

.galeriaconvenios ul li img{
	width:55px;
	height:55px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
INICIO SECCION INTRANET
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
*/

.intranet_tools{
	margin:15px auto;	
	display:block;
	height:125px;
	width:785px;
}

.inside .pane-1{
	background-color:#333;
	/* padding-bottom:15px; */
}


.intranet_tools li{
	float:left;
	width:130px;
	display:block;
	height:120px;
	text-align:center;
	opacity:0.8;
}

.intranet_tools li:hover{
	opacity:1.0;	
}

.intranet_tools li > a > p{
	color:#FFF !important;
}

.intranet_tools li a{
	color:#ffffff;
	font-weight:bold;
}

.intranet_tools li a:visited{
	color:#ffffff;
}

.intranet_tools li a:hover{
	color:#ffffff;
}

.inside{
}

.pane-custom{
	/*border-radius:20px 20px 20px 20px;*/
}

.panel-col-top{
	margin-top:-25px;
	width:100%;
}

.panel-inpage{
	width:968px !important;
	margin:0 auto;
}

.pane-user-login  * .pane-content{
	height:auto !important;
}

#intranet_wrapper{	
	background-color: #333333;
	display: block;
	padding: 20px;
	width: 931px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}

#intranet_wrapper p{	
	color:#777;
}

.pane-title{	
	/* box-shadow:2px 2px 4px #777;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px; */
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	background-color: #777777;
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.pane-title a{
	color:#fff;
}

.pane-title a:visited{
	color:#fff;
}

.pane-title a:hover{
	color:#fff;
}

.pane-vista-intr-comunicados .pane-content{
	max-height:260px;
	overflow:auto;
	margin-top:5px;
}

.pane-vista-intr-noticias .pane-content {
	max-height:260px;
	overflow:auto;
	margin-top:5px;
}

.pane-vista-intr-gestion-humana .pane-content{
	max-height:260px;
	overflow:auto;
	margin-top:5px;
}
.pane-vista-intr-gestion-humana .pane-content .item_gh_interna p a img{
	float:left;
	max-width:90px;
	max-height:120px;
}
.node-title a{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	display:block;
	border-bottom:solid 1px #bbb;
	margin-bottom:5px;
}

.file{
	background-color:#ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	padding:5px;
	width:90%;
	margin:0 auto;
	display:block;
}

.field-label{
	padding:5px;
	width:90%;
	margin:5 auto;	
	display:block;
}

.links{
	width:100%;
}

/*gestion Humana*/
.item_gh_interna{
	clear:both;
}
.item_gh_interna h2 a{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	display:block;
	border-bottom:solid 1px #bbb;
	margin-bottom:5px;
}

.item_gh_interna p a{
	float:left;	
}

.item_gh_interna p a img{
	/*border:solid 3px #000;
	border-radius:0px 30px 30px 30px;*/
	max-width:170px;
	max-height:300px;
	margin-right:10px;
}

.field-name-field-imagen-gh img{
	border: 2px solid #000000;
	border-radius: 60px 0 60px 60px;
	float: left;
	margin: 10px;
	padding: 24px;
}

/*article .field-name-body{
	float: right;
	width: 760px;
}*/

.pane-content .field-name-body{
	float: none;
	width: auto;
}

/*Noticia Interna*/
.item_noticia_interna h2 a{
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	display:block;
	border-bottom:solid 1px #bbb;
	margin-bottom:5px;
	clear:both;
}

.field-name-field-imagen-nt-interna{
	float:left;
}

.field-name-field-imagen-nt-interna img{
	border:solid 3px #000;
	border-radius:0px 30px 30px 30px;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
	max-width:300px;
}

.item_noticia_interna p a{
	float:left;	
}

.item_noticia_interna p a img{
	border:solid 3px #000;
	border-radius:0px 30px 30px 30px;
	margin-right:10px;
	margin-bottom:15px;
}
/* Fin Noticia Interna */

/* Rectoria Nos Cuenta */
.field-name-field-algo-mas{
	clear:both;
}

.node-rectoria-nos-cuenta- .field-name-body{
	width:100% !important;
}
/* Fin Rectoria Nos Cuenta */

/* Comunicados Intranet */
.field-name-field-area-autor{
	width:200px;
}

.field-name-field-area-autor .field-label{
	margin-top:20px;
}
.field-name-field-area-autor .field-items{
	font-weight:bold;
	border-bottom:solid 1px #000;
	text-transform:uppercase;
}
/* Fin Comunicados Intranet*/

/* Recursos FUCLA */
.field-name-field-archivos{
	clear:both;
}
/* Fin Recursos FUCLA */

/* FORMS */
.form-wrapper{
	clear:both;
}


/* Foros */

.field-name-taxonomy-forums .field-label-above{
	background-color: #333333;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	padding:10px;
}

.field-item h2{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

.field-name-taxonomy-forums .field-label{
	display:none;
}

.field-name-body .field-items{
	margin-top:0px;
	margin-bottom:20px;
}
.comment-wrapper{
	background-color:#EFEFEF;
	border:3px solid #ccc;
	padding:10px;
	margin-top:0px;
	clear:both;
}

.comment-wrapper h2{
	font-weight:bold;
	text-transform:uppercase;
}

.comment-wrapper .comment {
	margin-top:10px;
	border-bottom: 1px solid #999999;    
    padding-bottom: 15px;
}

.comment-form{
	margin-top:0px;
	background-color:#ccc;
	border:0px solid #ccc;
	padding:10px;
}

.field-item h1{
	font-weight:bold;
	text-transform:uppercase;
	margin:10px;
	font-size:20px;
}

.field-item h2{
	font-weight:bold;	
	margin:10px;
}

.field-item h3{
	font-weight:bold;	
	display:inline;
}


/*vistas*/
.views-row-odd{
	background-color:#efefef;
}
/*fin vistas*/


/*bdbiblioteca*/
.lista_biblio{
	display:block;
	min-height:70px;
	line-height:70px;
	text-align:left;
	text-decoration:none;
	padding:5px;
	color:#333;
	opacity:0.7;
	transition:all ease 0.5s;
}

.lista_biblio:hover{
	text-decoration:none;
	opacity:1;
	background-color:#333;
	color:#fff;
}

.lista_biblio img{
	border: 2px #333;
	clear: both;
	float: left;
	height: auto;
	margin-right: 40px;
	max-height: 70px;
	max-width: 70px;
}
/*fin bd biblioteca*/



/* Noticias Biblioteca */

.pane-biblio-noticias{

}

.pane-biblio-noticias .views-field-title{
	clear:both;
	padding-top:25px;
}

.pane-biblio-noticias .views-field-field-bib-imagen-noticia{
	float:left;
	margin-right:15px;
}

.pane-biblio-noticias .views-field-body{

}

/* Fin Noticias Biblioteca */





/* BANNER ROTADOR */
.sliding-image-gallery .inner-text h1{
	font-size:20px !important;
}

.screen .textbox{
	display:none !important;
}


/* Vista Documentos Web */
.documentos-web{
	height:20px;
}

.documentos-web .views-field  .file a{
	height:auto !important;
}

.documentos-web .views-field  .file img{
	position:relative;
	left:10px;
	top:5px;
}

.documentos-web > td > a{
	width:20px !important;
}
/* Fin Vista Documentos Web */

/* Extensiones */
.extensiones{
	width:50%;
	float:right;		
}
/* fin Extensiones*/

/* Formulario de Contacto*/

.page-contacto-fucla .principal_cont{
	background-color:#f0f0f0;
}
.page-contacto-fucla .node{
	padding:0px 76px;
}

.page-contacto-fucla .pane-title{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */	
	border-radius: 0 5px 0 5px; 
	box-shadow: 2px 2px 4px #777777; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold; 
	height: 30px; 
	padding: 0; 
	text-align: center; 
	width: 100%;
	margin-top:47px;
	margin-bottom:15px;
}

.page-contacto-fucla .panel-pane:first-child h2:first-child{	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 15px;
	margin-top: 0px !important;
	margin-left: -122px !important;
	padding: 0;
	text-align: center;
	width: 974px !important;
}

.page-contacto-fucla .panel-pane{
	width:720px;
	margin:0 auto;
	background-color:#FFF;
}

.page-contacto-fucla .node-299 .field-name-field-adjuntos-extras{
	display:none;
}

.page-contacto-fucla .PBX{
	width:100%;
}

#webform-client-form-212{
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* Fin Formulario de Contacto*/

.search-snippet strong{
	text-decoration:underline;
	color:#ff0000;
}

/*bienestar en línea*/

.bien_en_linea{

}

.bien_en_linea .menu_bienestar {
	display:block;
	width:974px;
	height:105px;	
	margin-bottom:20px;
}

.bien_en_linea .menu_bienestar ul{
	list-style: none outside none;
	margin: 70px auto 20px;
	width: 100%;
}

.bien_en_linea .menu_bienestar ul li{
	float:left;
	width:107px;
	height:60px;
	padding:15px;
	border-radius:0px 30px;
	-moz-border-radius:0px 30px;
	-webkit-border-radius:0px 30px;
	-ms-border-radius:0px 30px;
	border:2px solid #ccc;
	margin-left:20px;
	cursor:pointer;
	text-align:center;
	list-style:none;
}

.bien_en_linea .menu_bienestar ul li:hover{
	border:2px solid transparent;
	background-color:#fefefe;
}

.bien_en_linea .menu_bienestar ul li:hover a .triangulo{
	visibility:visible;
}

.bien_en_linea .menu_bienestar ul li a{
	color:#333;
}

.bien_en_linea .wrapp_bienestar{
	width:974px;	
	clear:both;
}

.wrapp_bienestar #tab_bien_1, .wrapp_bienestar #tab_bien_2, .wrapp_bienestar #tab_bien_3, .wrapp_bienestar #tab_bien_4, .wrapp_bienestar #tab_bien_5{
	clear:both;
	height:0px;
	overflow:hidden;
}

.bien_en_linea .img_bien{
	display:block;
	width:300px;
	height:auto;
	float:left;
	background-color:#333;
}

.bien_en_linea .img_bien img{
	max-width:300px;
	min-width:300px;
}

.bien_en_linea .cont_bien{
	padding:30px;
	width:614px;
	float:left;
}

.bien_en_linea .cont_bien p{
	
}

.bien_en_linea .cont_bien h2{

}

.mostrar{
	display:block;
	height:auto !important;	
	overflow:visible !important;
	-webkit-transition:all .7s ease-out;
	-moz-transition:all .7s ease-out;
	-ms-transition:all .7s ease-out;
	-o-transition:all .7s ease-out
}
.esconder{
	display:none;
}

/* fin bienestar en linea */

.wrapp_diplomados{
	position:relative; 	
	clear:both; 
	width:949px;
	margin:0px auto;
}

.wrapp_diplomados h1{
	background-color: #F88F05;
	border-radius: 10px 0px 0 0;
	-moz-border-radius: 10px 0px 0 0;
	-webkit-border-radius: 10px 0px 0 0;
	-ms-border-radius: 10px 0px 0 0;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-weight: normal;	
	margin-left: -1px;
	margin-top: 60px;
	padding-top:5px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right:15px;
	width: 919px;
	font-size: 16px;
}

.wrapp_diplomados > ul{
	background-color: #FFFFFF;
	border-radius: 10px 0px 0 0;	
	-moz-border-radius: 10px 0px 0 0;
	-webkit-border-radius: 10px 0px 0 0;
	-ms-border-radius: 10px 0px 0 0;
	border-top: 2px solid #FFFFFF;
	margin-left: -1px;
	margin-top: -40px;
	width: 949px;
}

.wrapp_diplomados > ul > li{
	list-style: none outside none !important;
    margin-top: -4px;
	margin-left:0px;
	overflow:hidden;
}

.wrapp_diplomados > ul > li:first-child .titulo_contenido{
	border-radius: 10px 0px 0 0;	
	-moz-border-radius: 10px 0px 0 0;
	-webkit-border-radius: 10px 0px 0 0;
	-ms-border-radius: 10px 0px 0 0;
}

.lista_desplegable{
	position:relative;
}

.lista_desplegable li {
	display:block;
	height:57px;
	overflow:hidden;
	position:relative;
	border: 2px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.item_desplegable{
	cursor:pointer;
}

.item_desplegable h3{
	display:block;
	margin-top:15px;
}

.contenido_diplomado{
	height:0px;
	overflow:hidden;
	display:block;
	padding:0 20px;	
	-webkit-transition:all .7s ease-out;
	-moz-transition:all .7s ease-out;
	-ms-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	border-bottom: 0px dotted #333;
	padding-bottom: 0px;
}

.contenido_diplomado h3{
	margin-top:20px;
	display:block;
}

.contenido_diplomado ul {	
	list-style:disc outside none !important;
}

.contenido_diplomado ul li{	
	border:none;
	height:auto !important;
	margin-top:10px;
	list-style:disc outside none !important;
	margin-left:50px;	
}



li .titulo_diplomado{
	background-color:#eee;
	display:block;
	border-bottom:2px solid #ccc;
	cursor:pointer;
	background-image: url("https://uniclaretiana.edu.co/img/magnifierdp.png");
	background-position: 919px center;
	background-repeat: no-repeat;
	background-size:30px;
	margin:10px 0 0 0;
	padding:5px 0;
}

li .titulo_diplomado h2{
	width:890px;
	margin:auto;
	text-transform:none;
}

.item_CDI{
	margin:20px;
	background-color:#efefef;
	list-style: none outside none !important;
	padding:15px;
}

.par{
	background: none repeat scroll 0 0 #FFCC00;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	color: #000000;
	float: left;
	width: 60%;
}

.impar{
	background-color: #FF2200;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	color: #FFFFFF;
	float: right;
	width: 60%;
}

.cont_CDI_info ul{
	padding-left:30px;
}

.cont_CDI_info ul li{
	
}

/* Bienestar en Linea */

#bienstarL{
	margin-top:55px;	
}

#bienstarL .center-wrapper {
	background-color: #F7F7F7;
	display: inline-block !important;
	height: auto;
	width: 100%;
}

.bienestarLh2{
	/* background-color:#970F01; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	margin-bottom:15px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
	/* background-image: url("../img/bkg-h2-front2.png"); */
	background-position: 0 0;
	background-repeat: no-repeat;
	box-shadow:2px 2px 4px #777;
	height:30px;
	width:100%;
}
#bienstarL .panel-col-top{
	margin-bottom:12px;
}

#bienstarL .center-wrapper .panel-col-first{
	width:570px !important;
	padding:15px;
}

#bienstarL .center-wrapper .panel-col-last{
	width:341px !important;
	padding:15px;
}

#bienstarL .center-wrapper div div .panel-pane .pane-content{
	text-align:justify;
}

#bienstarL .center-wrapper div div .panel-pane .pane-content h2{
	background-color: transparent;
	border-bottom: 1px solid #f75f0b;
	margin-bottom: 15px;
	text-align: left;
	color:#f75f0b;
	font-size:16px;
}

#bienstarL .center-wrapper div div .panel-pane .pane-content img{
	text-align:justify;
}

#bienstarL .center-wrapper div div .panel-pane{
	background-color:transparent;
}

/*FIN BIENESTAR EN LINEA*/

/*CAPELLANIA*/

#Capellania{
	margin-top:55px;	
}

#Capellania .center-wrapper {
	background-color: #F7F7F7;
	display: inline-block !important;
	height: auto;
	width: 100%;
}

.capellaniah2{
	/* background-color:#970F01; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
	/* background-image: url("../img/bkg-h2-front2.png"); */
	background-position: 0 0;
	background-repeat: no-repeat;
	box-shadow:2px 2px 4px #777;
	height:30px;
	width:100%;
}
#Capellania .panel-col-top{
	margin-bottom:12px;
}

#Capellania .center-wrapper .panel-col-first{
	width:341px !important;
	padding:15px;
}

#Capellania .center-wrapper .panel-col-last{
	width:570px !important;
	padding:15px;
}

#Capellania .center-wrapper div div .panel-pane .pane-content{
	text-align:justify;
}

#Capellania .center-wrapper div div .panel-pane .pane-content h2{
	background-color: transparent;
	border-bottom: 1px solid #f75f0b;
	margin-bottom: 15px;
	text-align: left;
	color:#f75f0b;
	font-size:16px;
}

#Capellania .center-wrapper div div .panel-pane .pane-content img{
	text-align:justify;
}

#Capellania .center-wrapper div div .panel-pane{
	background-color:transparent;
}
/*FIN CAPELLANIA*/

/*MENU BIENESTAR CAPELLANIA PSICOLOGICA FAMILIAR*/
.menu_bienestar{
	display:block;
	margin-left:5px;
}

.menu_bienestar li{
	margin:2px;
	float:left;
	width:237px;
	height:204px;
}

.menu_bienestar li a{
	display:block;
	width:100%;
	height:100%;
}

.menu_bienestar li a,.menu_bienestar li a:hover,.menu_bienestar li a:visited,.menu_bienestar li a:active{
	text-decoration:none;
}

.menu_bienestar li a:hover .triangulo{
	/*visibility:visible;*/
}

.menu_bienestar li .active .triangulo{
	visibility:visible;
}

.menu_bienestar li a img{
	display:block;
	
}

.menu_bienestar li:hover a img{
	opacity:0.7;
}

.menu_bienestar li a div{
	background-color: #898989;
	color: #FFFFFF;
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

.menu_bienestar li a .triangulo{
	border-top:15px solid #555555;
	border-bottom:15px solid #eee;
	border-left:15px solid #eee;
	border-right:15px solid #eee;
	display:block;	
	font-size: 0px; 
	line-height: 0%; 
	width: 0px;
	height:0px;
	float:right;
	margin-right:10px;
	visibility:hidden;
}

.menu_bienestar li .active div{
	background-color:#555555;
}

.menu_bienestar li .active img{
	opacity:0.7;
}

.menu_bienestar li:hover a div{
	background-color:#555555;
}

.pane-menu-menu-capellan-a > .menu > li{
	background-color: #FFC988;
	display: table;
	height: 35px;
	margin: 7px auto;
	width: 100%;
}

.pane-menu-menu-capellan-a > .menu > li > a{
	background-color: #FFC988;
	color: #FFFFFF;
	display: table-cell;
	font-weight: bold;
	height: 100%;
	margin: auto 0;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	width: 137px;
}

.pane-menu-menu-capellan-a > .menu > li > .active{
	background-color:#FA9406;
	color:#FFFFFF;	
}

.pane-menu-menu-capellan-a > .menu > li > a:hover{
	background-color:#FA9406;
}
/*FIN MENU BIENESTAR CAPELLANIA PSICOLOGICA FAMILIAR*/

.mostrarF{
	overflow:visible !important;
	height:auto !important;
	display:table !important;
}
/*///////////FORMULARIO BIENESTAR EN LINEA//////////*/
#bienstarL .panel-col-bottom .inside .pane-webform-client-block-266 {
	margin-top: -5px;
	display:none;
	margin:0 auto;
	position:relative;
	height:0px;
	overflow:hidden;
	
}

#bienstarL .panel-col-bottom {
	margin-top:-5px;
	border-bottom:solid 5px #FA9406;
}

#webform-client-form-266{
	background-color: #FFFFFF;
    margin: 8px auto;
    padding: 23px;
    width: 674px;
	display:inline-block;
}

#webform-client-form-266 > div{

}

#webform-component-nombres-y-apellidos,
#webform-component-descripcion-general,
#webform-component-edad,
#webform-component-vinculo-con-la-fucla, 
#webform-component-motivo-de-la-asesoria{
	width:641px;
}

#webform-client-form-266 > div > div{
width:100%;
float:left;
}

#webform-component-nombres-y-apellidos > label{
	background-image: url("/img/be/ic/nom.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}

#webform-component-identificacion > label{
	background-image: url("/img/be/ic/ide.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#webform-component-telefono-fijo > label{
	background-image: url("/img/be/ic/tel.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#webform-component-telefono-movil > label{
	background-image: url("/img/be/ic/mov.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#webform-component-lugar-de-residencia-municipio-o-ciudad > label{
	background-image: url("/img/be/ic/ubi.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#webform-component-e-mail > label{
	background-image: url("/img/be/ic/mai.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}

#webform-client-form-266 > div > div > input{
	background-color: #F0F0F0;
	margin-top: 13px;
	padding: 5px;
	width: 90%;
	border:solid 1px #AAAAAA;
}

#webform-component-motivo-de-la-asesoria > .form-radios{
	margin:10px auto;
}

#webform-component-motivo-de-la-asesoria > .form-radios  > .form-type-radio{
	float:left;
	display:inline;
	margin-left:40px;	
}

#webform-client-form-266 > div > div > select{
	background-color: #F0F0F0;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	padding: 5px;
	width:160px;
}

#webform-component-nombres-y-apellidos > input{
	width:100%;
}

#bienstarL .panel-col-bottom .inside .pane-webform-client-block-266 h2{
	/* background-color:#970F01; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 720px;
}

#bienstarL .panel-col-bottom{
	background-color:#F7F7F7;
}
.node-299 .field-item ul li{
	list-style-type:disc !important;
}


/*FIN FORMULARIO ASESORIA PSICOLOGICA-FAMILIAR*/

/*///////////FORMULARIO CAPELLANIA//////////*/

#Capellania .panel-col-bottom .inside .pane-webform-client-block-266 {
	margin-top: -5px;
	display:none;
	margin:0 auto;
	position:relative;
	height:0px;
	overflow:hidden;
}

#Capellania .panel-col-bottom {
	margin-top:-5px;
	border-bottom:solid 5px #FA9406;
}

#Capellania .panel-col-bottom .inside .pane-webform-client-block-266 .pane-content #webform-client-form-266{
	background-color: #FFFFFF;
    margin: 8px auto;
    padding: 23px;
    width: 674px;
	display:inline-block;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div{

}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-nombres-y-apellidos,
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-descripcion-general,
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-edad,
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-vinculo-con-la-fucla, 
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-motivo-de-la-asesoria{
	width:641px;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > div{
width:50%;
float:left;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-nombres-y-apellidos > label{
	background-image: url("/img/be/ic/nom.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-identificacion > label{
	background-image: url("/img/be/ic/ide.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-telefono-fijo > label{
	background-image: url("/img/be/ic/tel.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-telefono-movil > label{
	background-image: url("/img/be/ic/mov.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-lugar-de-residencia-municipio-o-ciudad > label{
	background-image: url("/img/be/ic/ubi.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}
#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-e-mail > label{
	background-image: url("/img/be/ic/mai.png");
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > div > input{
	background-color: #F0F0F0;
	margin-top: 13px;
	padding: 5px;
	width: 90%;
	border:solid 1px #AAAAAA;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-motivo-de-la-asesoria > .form-radios{
	margin:10px auto;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-motivo-de-la-asesoria > .form-radios  > .form-type-radio{
	float:left;
	display:inline;
	margin-left:40px;	
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > div > select{
	background-color: #F0F0F0;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	padding: 5px;
	width:160px;
}

#Capellania > .panel-col-bottom > .inside > .pane-webform-client-block-266 > .pane-content > #webform-client-form-266 > div > #webform-component-nombres-y-apellidos > input{
	width:100%;
}

#Capellania .panel-col-bottom .inside .pane-webform-client-block-266 h2{
	/* background-color:#970F01; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDk5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,120,0,1) 0%, rgba(253,153,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,120,0,1)), color-stop(100%,rgba(253,153,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(237,120,0,1) 0%,rgba(253,153,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7800', endColorstr='#fd9907',GradientType=0 ); /* IE6-8 */
	
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 720px;
}

#Capellania .panel-col-bottom{
	background-color:#F7F7F7;
}

#Capellania .pane-title{
	background-color: transparent;
	border-bottom: 1px solid #F75F0B;
	color: #F75F0B;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
	font-weight:bold;
}
/*FIN FORMULARIO CAPELLANIA*/

.desplegar{
	background-image:url("/img/be/ic/btn.png");
	display:block;
	width:441px;
	height:45px;
	cursor:pointer;
	float:right;
	margin-top:20px;
}

.desplegar:hover{
	opacity:0.7;
}

.page-node-302 #comments{
	display:none;
}
/*
html.js body.html div#page div#content.clearfix div.region div#block-system-main.block div.content div#views-preview-wrapper.views-admin div#views-live-preview div.view div.item-list ul.pager
html.js body.html div.yui-skin-sam div#doc4.yui-t5 div.principal_cont div.noticianode div.comentarios section#comments.comments
*/
div.menu h2,.sitemap h2{
	display:none;
}


/* Inicio Adicionales */
.cont_desplegable{
	height:0px;
	overflow:hidden;
	display:block;
	padding:0 20px;	
	-webkit-transition:all .7s ease-out;
	-moz-transition:all .7s ease-out;
	-ms-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	border-bottom: 0px dotted #333;
	padding-bottom: 0px;
}

.cont_desplegable h3{
	margin-top:20px;
	display:block;
}

.cont_desplegable ul {	
	list-style:disc outside none !important;
}

.cont_desplegable ul li{	
	border:none;
	height:auto !important;
	margin-top:10px;
	list-style:disc outside none !important;
	margin-left:50px;	
}

li .titulo_desplegable{
	background-color:#eee;
	display:block;
	border-bottom:2px solid #ccc;
	cursor:pointer;
	background-image: url("https://uniclaretiana.edu.co/img/magnifierdp.png");
	background-position: 919px center;
	background-repeat: no-repeat;
	background-size:30px;
	margin:10px 0 0 0;
	padding:5px 0;
}

li .titulo_desplegable h2{
	width:890px;
	margin:auto;
	text-transform:none;
}

.iframe-yotube{
	width:100%;
	margin: 0 10px;
}

.item {
    display: none;
    position: relative;
    transition(.6s ease-in-out left);
}

.yui-t5 > .menu {height: 40px;}
.yui-t5 > .menu ul{height: 40px;}
.yui-t5 > .menu ul li{height: 40px;}
.yui-t5 > .menu ul li a{font-size: 14px; line-height: 40px;}
.yui-t5 > ul.menu li.menu__iten a.menu__link{font-size: 14px;}

/* Inicio Ajuste Carrusel */
.carousel-control{
	width:10%;
}
/* Fin Ajuste Carrusel */

/* Inicio Ajuste Enlaces de interÃ©s */
.contenedor-interes{
	display:flex; 
	justify-content:center; 
	align-items:center; 
	width:100%;
	flex-flow: row wrap;
}
.item-interes{
	padding: 5px 3px;
	width:33%;
}

.contenedor-redes-sociales{
	display:flex; 
	justify-content:center; 
	align-items:center; 
	width:100%;
	flex-flow: row wrap;
}
.item-redes-sociales{
	padding: 5px 3px;
	width:33%;
	height: 435px;
    overflow: hidden;
}
/* Final Adicionales */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#hd:after,#bd:after,#footer:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#hd,#bd,#footer,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}


.field-name-body{
	padding: 5px 10px;
}
