/*
Theme Name: Edición del Footer
Theme URI: http://www.ing.puc.cl/
Author: Reactor SPA.
Author URI: http://www.reactor.cl/
Description: Tema para Ingenieria UC desarrollado por Reactor SPA 2013.
Version: 1.0
*/

/*=============================================================== */
/* NO DELETE RESET STYLE */
/*=============================================================== */

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

a {
	text-decoration:none;
	border:none;
}

a img {
	border:none;
}

a:focus {
	outline:none;
	border: 0;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}
/*div#page div.wrapper{
	width: 1008px;	
}
*/

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}

p.title{
	color: #2F549E;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0;
	text-transform: capitalize;
}

ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/*=============================================================== */
/* WORDPRESS BASIC STYLES */
/*=============================================================== */

/* Alignment */

.alignleft {
	display: inline;
	float: left !important;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right !important;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.borde-down{
	border-bottom: 5px solid #FEBE10;
	padding-bottom: 5px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*=============================================================== */
/* AQUI VA EL CSS DEL TEMA */
/*=============================================================== */


/*=============
00 BODY
===============*/
body {
	font-family:Helvetica, Arial, sans-serif; 
	font-weight: 300;
	line-height:16px;
	color:#333;
	background:#fff;
}
a{
	color:#2f549e;
}
a:hover{
	color:#febe10;
}
a.btn{
	float:left;
	width:132px;line-height:28px;
	font-weight:bold;text-align:center;
	color:#fff;
	border:1px solid #fe9510;
	background: #febe10;
}
a.btn:hover{
	text-decoration:none;
	border-color:#2f549e;
	background:#597bb8;
}

a.btn-azul{
	text-decoration:none;
	border-color:#2f549e;
	background:#597bb8;
}
a.btn-azul:hover{
	color:#fff;
	border:1px solid #fe9510;
	background: #febe10
}
/*============
01 PAGE
==============*/
#page{}

/*============
02 HEADER
==============*/
#header{
	position:relative;
	margin:0 auto;
	width:1008px;
}

body.home #header{
	background: url("images/bg-header.jpg") no-repeat center center;
	height:400px;
}

#contHeader{
	margin: 0 auto;
	width: 928px;
}

#logo{
	position:relative; z-index:110; overflow:hidden;
	margin:0;
	width:212px;height:146px;
	background:url(images/fondo-logo.png) no-repeat transparent;
}
#logo a{
	display:block;overflow:hidden;
	width:174px; height:102px;margin:19px 0 0 19px;
	font-size:1px; text-indent:-9999px;
	background:url(images/logo-uc.png) no-repeat transparent;
}

h2#tit-ing{
	color: #2f549e;
    font-family: 'Cinzel',serif;
    font-size: 18px;
    left: 285px;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    top: 38px;
    z-index: 99;
}


h2#tit-escuela{
	color: #2f549e;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    line-height: 19px;
    left: 285px;
    overflow: hidden;
    position: absolute;
    top: 58px;
    z-index: 99;
}

body.home h2#tit-escuela{
	color: #FFFFFF;
}
body.home h2#tit-ing{
	color: #FFFFFF;
}


/** Menu UC **/
#secondary-menu{
	background: none repeat scroll 0 0 #2F549E;
	border-radius: 0 0 5px 0;
	position:relative; 
	z-index:100;
	float:right;
	margin:0 0 -25px 0;
	width:721px;
	height:25px;
}
#secondary-menu .main-grp{
	float:left;
	padding-left:40px;
	background:#2f549e;
}
#secondary-menu .second-grp{
	float:left;
	/*overflow:hidden;*/
	background:#597bb8;
	border-radius:0 0 5px 0;
}
#secondary-menu .second-grp ul {
	display: inline-block;
	margin: 0 !important;
	list-style: none;
}
#secondary-menu .second-grp ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#secondary-menu .second-grp ul li:hover ul {
	display: block;
	background:#febe10;
	text-align: right;
}
#secondary-menu .second-grp ul li ul {
	text-align: right;
	width: 121px;
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
}
#secondary-menu .second-grp ul li ul li, #secondary-menu .second-grp ul li ul li a {
	display: block;
	width: 95%;
	padding: 0 10px 0 0;
}
#secondary-menu .second-grp a, #secondary-menu .second-grp span {
	font-size: 11px;
	color:#fff;
	padding: 0 1em;
	display: inline-block;
	line-height: 25px;
}
#secondary-menu .second-grp span.separador {
	display: block !important;
	float: left !important;
	overflow: hidden !important;
	margin: 4px 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 17px !important;
	background: #5898cb !important;
}
#secondary-menu .second-grp a:hover, #secondary-menu .second-grp span:hover {
	background:#febe10;
	color:#2f549e;
}
#secondary-menu a{
	display:block; float:left;
	padding:0 9px;
	font-family:Arial; font-size:11px;
	line-height:25px;
	color:#febe10;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    #secondary-menu a{
		padding:0 6px;
	} 
}*/

#secondary-menu a:hover{
	text-decoration:none;
	color:#fff;
	background:#4265aa;
}
#secondary-menu .second-grp a{
	color:#fff;
}
#secondary-menu .second-grp a:hover{
	color:#2f549e;
	background:#febe10;
}
#secondary-menu .separador{
	display:block; float:left; overflow:hidden;
	margin:4px 0;padding:0;width:1px;height:17px;
	background:#5898cb;
}
#secondary-menu .anchor{
	position:relative;float:left;
}
#secondary-menu .anchor a.top-level{
	float:none;clear:both;
}
#secondary-menu .sub-menu{
	position:absolute;display:none;
	top:25px; left:0;
	width:230px;
}
#secondary-menu .anchor:hover a.top-level{
	color:#fff;
	background:#4264aa;
}
#secondary-menu .anchor:hover .sub-menu {
	display:block;
	background:#4264aa;
}
#secondary-menu .sub-menu a{
	float:none;
	color:#fff;
}
#secondary-menu .sub-menu a:hover{
	color:#2f549e;
	background:#febe10;
}
/** Menu Escuela **/
#menu{
	position:relative; z-index:99;
	margin:-54px 0 0 200px;
	/*width:724px;*/
	height:25px;
	background: #2F549E;
	border-radius: 0 5px 5px 0;
}
#menu .main-grp{
	background-color: #2F549E;
	float:left;
	padding-left:30px;
	/*background:#2f549e;*/
	border-radius:0 5px 5px 0;
}
#menu a{
	display:block; float:left;
	padding:0 20px;
	font-family:Arial; font-size:11px;
	line-height:25px;
	color:#febe10;
	/*text-transform:capitalize;*/
}

body.mecanica-y-metalurgica #menu a,
body.electrica #menu a,
body.ciencia-de-la-computacion #menu a,
body.ingenieria-y-gestion-construccion #menu a,
body.estructural-y-geotecnica #menu a,
body.mineria #menu a,
body.industrial-y-sistemas #menu a,
body.departamento-mineria #menu a,
body.quimica-y-bioprocesos #menu a,
body.hidraulica-y-ambiental #menu a{
	padding:0 15px;
}

body.educacion-continua #menu a{
	padding:0 6px;
}

#menu a.second-level{
	text-transform:none;
}

#menu a:hover{
	text-decoration:none;
	color:#fff;
	background:#4265aa;
}
#menu a.last{
	border-radius:0 5px 5px 0;
}
#menu .separador{
	display:block; float:left; overflow:hidden;
	margin:4px 0;padding:0;width:1px;height:17px;
	background:#5898cb;
}
#menu .anchor{
	position:relative;float:left;
}
#menu .anchor a.top-level{
	float:none;clear:both;
}
#menu .sub-menu{
	position:absolute;display:none;
	top:25px; left:0;
	width:230px;
}

#menu .sub-menu.pid-novedades{
	width: 170px;
} 

#menu .anchor:hover a.top-level{
	color:#fff;
	background:#4264aa;
}
#menu .anchor:hover .sub-menu {
	display:block;
	background:#4264aa;
}
#menu .sub-menu a{
	float:none;
	color:#fff;
}
#menu .sub-menu a:hover{
	color:#2f549e;
	background:#febe10;
}

#menu .sub-menu.pid-postitulo{
	width: 220px;
} 

body.ciencia-de-la-computacion #menu .sub-menu.pid-ex-alumnos,
body.estructural-y-geotecnica #menu .sub-menu.pid-ex-alumnos{
	width: 140px;
} 

#menu .sub-menu.pid-ex-alumnos{
	width: 130px;
}

#menu .sub-menu.pid-novedades{
	width: 90px;
} 

#menu .anchor:hover a.top-level{
	color:#fff;
	background:#4264aa;
}
#menu .anchor:hover .sub-menu {
	display:block;
	background:#4264aa;
}
#menu .sub-menu a{
	float:none;
	color:#fff;
}
#menu .sub-menu a:hover{
	color:#2f549e;
	background:#febe10;
}

/*============
03 MAIN
==============*/

/** Home Slide **/
#slide-home{
	overflow:hidden;
	margin:-140px 0 0 0;
	width:100%;height:400px;
}
#slide-home .slide{
	position:relative;
	width:1008px;height:400px;
	background:#333;
}
#slide-home .main-slide{
	margin:0 auto;
}
#slide-home .slide-left{
	opacity:.1;
}
#slide-home .slide-right{
	opacity:.1;
}
#slide-home .caption{
	position:absolute;
	bottom:40px;right:40px;
	text-align:right;
	color:#fff;
}
#slide-home .caption h2{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	padding-bottom: 10px;
}

#slide-home .caption h2 a{
	color: #fff;
}


#slide-home .caption p{
	
}
#slide-home .caption span{
	float:right; clear:both;
	padding:10px 20px;
	background:rgba(47,84,158,.7);
}
#slide-home .caption p span{
	padding:5px 20px;
}
#slide-home .caption span.first{
	padding:20px 20px 0 20px;
}
#slide-home .caption p span.first{
	padding:0 20px 0 20px;
}
#slide-home .caption span.last{
	padding:0 20px 20px 20px;
}
#slide-home .active-area{
	display:none;
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
	border:0;
}

#slide-home .overlay-left{
	position:absolute;top:0;left:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.65)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6ffffff',GradientType=1 );
}
#slide-home .overlay-right{
	position:absolute;top:0;right:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#ffffff',GradientType=1 );
}

/** Menu Home **/
#menu-home{
	margin:20px auto 0 auto;
	width:924px;
}
#menu-home .inner{
	overflow:hidden;
	height:58px;
	background:url(images/fondo-sub-menu-home.jpg) no-repeat;
}
#menu-home .top-level-grp{
	float:left;
	width:154px;
}
#menu-home a.top-level{
	display:block; overflow:hidden;
	width:153px;height:58px;
	font-weight:bold;line-height:58px;
	text-transform:uppercase;text-align:center;
	color:#fff;
	border-right:1px solid #2f549e;
	background:url(images/fondo-menu-home.png) repeat-x transparent;
}
#menu-home a.top-level-wrap{
	padding:17px 0 0 0;
	width:154px;height:41px;
	line-height:12px;
}
#menu-home a.top-level:hover{
	text-decoration:none;
	background-position:0 -58px;
}
#menu-home .second-level-grp{
	padding:15px 10px;
}
#menu-home a.second-level{
	display:block;float:none;clear:both;
	padding:0 0 10px 10px;
	line-height:14px;
	color:#666;
	background:url(images/vineta-menu-home.png) 0 2px no-repeat transparent;
}
#menu-home a.second-level:hover{
	text-decoration:none;
	color:#000;
}
#menu-home .last, #menu-home .last a{
	border:none;
}
#menu-home .menu-ctrl{
	float:none; clear:both;
	width:924px;height:21px;
	background:url(images/fondo-ctrl-menu.png) 0 0 no-repeat transparent;
}
#menu-home .menu-ctrl-show{
	background-position:0 -22px;
}
#menu-home .menu-ctrl a{
	display:block;overflow:hidden;
	margin:0 auto;
	width:100px;height:21px;
	font-size-adjust:1px;text-indent:-999px;
}

span.date{
	color: #2F549E;
	font-style: normal;
	text-transform: capitalize;
}
/***************
  Menu Sidebar
***************/
#content ul#sidebar-menu{
	padding:0;margin:0 12px;
	border-top:1px solid #ccc;
}

#content ul#sidebar-menu li{
	list-style:none;padding-bottom:0;
	border-bottom:1px solid #ccc;
}

#content .sidebar a.btn {
    line-height: 28px;
    max-width: 260px;
    text-align: center;
    width: 132px;
    word-wrap: break-word;
}



#sidebar-menu a{
	display:block;
	min-height:16px;
	padding:13px 20px;
	background:url(images/sprite-sidebar.png) no-repeat;
	background-color: #ffffff;
}

#sidebar-menu a.top-level-link{
	color:#333;
	background-position:0 0px;
}

#sidebar-menu a.top-level-link:hover, 
#sidebar-menu a.top-level-activo{
	text-decoration:none;
	color:#fff;
	background-position:0 -43px;
	background-color: #febe10;
}

#sidebar-menu a.top-level-link:hover{
	background-color: #D9DFE6;
	color: #000;
	background-position:0 0;
}


#sidebar-menu a.top-level-abierto{
	color:#fe9210;
	background-position:0 -86px;
	background-color: #f2f2f2;
}

#sidebar-menu a.top-level-abierto:hover{
	color:#fff;
	background-position:0 -129px;
	background-color: #fe9210;
}

#sidebar-menu a.nativo {
	cursor:normal;
}

#sidebar-menu .second-level a{
	padding:13px 20px 13px 45px;
	border-top:1px solid #ccc;
	color:#333;
	background-position:0 -172px;
	background-color: #fff;
}

#sidebar-menu .second-level a:hover, 
#sidebar-menu .second-level a.activo{
	text-decoration:none;
	color:#fff;
	background-position:0 -215px;
	background-color: #febe10;
}


/**************
  Breadcrumbs
**************/
#breadcrumb{
	padding:0 12px 10px 12px;	
}
#breadcrumb a{
	color:#febe10;
	text-transform: none;
}
#breadcrumb a:hover{
	color:#2f549e;
}
#breadcrumb span{
	color:#2f549e;
}
#breadcrumb span.current{
	color:#999;
}

/*************
   Content
**************/
#content{
	padding:45px 0 0 0;
}
#content h2{
	padding:0 0 10px 0;
	font-size:24px;font-weight:bold;line-height:24px;
	color:#2f549e;
}


#content h4 {
	font-weight: bold;
	font-size: 14px;
	color: #febe10;
}

#content ul{
	margin-left:16px;
	margin-bottom: 15px; 
	list-style:disc;
}
#content ul li{
	padding-bottom:5px;
	list-style:disc;
}
#noticias-home .gridbox{
	position:relative;
	height:375px;
	border-bottom:5px solid #febe10;
}
#noticias-home .gridbox a.btn{
	position:absolute;bottom:5px;right:0;
	width:120px;line-height:28px;
	font-weight:bold;text-align:center;
	color:#fff;
	border:1px solid #fe9510;
	background: #febe10;
}
#noticias-home .gridbox a.btn:hover{
	text-decoration:none;
	border-color:#2f549e;
	background:#597bb8;
}

div#noticias-home.gridwrap div.gridbox.colspan4.third-box,
div#noticias-home.gridwrap div.gridbox.colspan4.last-box{
	margin-top: 40px;
}


#portada .gridbox{
	position:relative;
	height:330px;
	border-bottom:5px solid #febe10;
}
#portada .gridbox a.btn{
	position:absolute;bottom:5px;right:0;
	width:120px;line-height:28px;
	font-weight:bold;text-align:center;
	color:#fff;
	border:1px solid #fe9510;
	background: #febe10;
}
#portada .gridbox a.btn:hover{
	text-decoration:none;
	border-color:#2f549e;
	background:#597bb8;
}
#portada h2{
	margin:0 0 0 12px;
}

#content img{
	/*width:100%;*/
	height:auto;
	border:0;
	border-top:5px solid #2f549e;
	border-bottom: 5px solid #FEBE10;
	padding: 0;
}

body.home #content img{
	border-bottom: none !important;
}

body.home #content #noticias-home img{
	height: 170px !important;
}

#content h3{
	color: #2F549E;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 10px;
}

#content h3:first-letter{
	text-transform: capitalize;
}

div#contentProf h3.nombre{
	font-size: 16px;
	padding: 0;
}

div#contentProf h4{
	color: #FEBE10;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
}

div#contentProf p.datos{
	margin-top: 15px;
}

div#contentProf p.datos b{ 
	font-weight: bold;
}


img.wp-post-image{
	margin-bottom: 10px;
}


#content #eventos-home{
	border:0 !important;
	margin-bottom: 30px;
}

#eventos-home .evento-grp{
	position:relative;
	margin:0 0 12px 0;
	padding:0;
	min-height:81px;
	border:0;
	/*border-bottom:5px solid #febe10;*/
}

body.mecanica-y-metalurgica #eventos-home .evento-grp,
body.electrica #eventos-home .evento-grp,
body.ciencia-de-la-computacion #eventos-home .evento-grp, 
body.estructural-y-geotecnica #eventos-home .evento-grp, 
body.mineria #eventos-home .evento-grp, 
body.quimica-y-bioprocesos #eventos-home .evento-grp, 
body.industrial-y-sistemas #eventos-home .evento-grp, 
body.postgrado #eventos-home .evento-grp,
body.post-grado #eventos-home .evento-grp,
body.ingenieria-y-gestion-construccion #eventos-home .evento-grp,
body.educacion-continua #eventos-home .evento-grp{
	height:130px;
}

#eventos-home .evento-grp span{
	/*font-size: 12px;
	line-height: 18px;
	color: #2f549e;
	float: left;*/
	margin-bottom: 0;
}

#eventos-home .evento-grp.borde-bottom,
#eventos-home .evento-grp.posicion-1{
	border-bottom: 1px solid #ccc;
}

p.date,
#eventos-home .evento-grp p.date{
	font-size: 12px;
	line-height: 18px;
	color: #bcc1c7;
	margin: 5px 0;
}

.time,
#eventos-home .evento-grp .time{
	font-weight: bold;
}

#eventos-home .evento-grp .cats{
	color: #F2D451;
	font-weight: bold;
}

#eventos-home h2{
	border-bottom: 5px solid #2F549E;
}

#eventos-home .evento-grp h4 a{
	font-size: 14px;
	line-height: 18px;
	color: #2f549e;
}


#eventos-home img{
	position:absolute;top:0;left:0;
	width:104px;height:69px;
}
#eventos-home h4{
	font-size:16px;font-weight:bold;line-height:16px;
}
#eventos-home a.btn{
	background: none repeat scroll 0 0 #FEBE10;
    border: 1px solid #FE9510;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    width: 290px;
}
#eventos-home a.btn:hover{
	text-decoration:none;
	border:1px solid #2f549e;
	background:#597bb8;
}
#video{
	width:608px;height:340px;
	background:#000;
}
/** LOGIN **/
#loginbox{
	position:relative;overflow:hidden;
	height:240px;
}
#loginbox h3{
	padding:0 0 10px 0;
}

#loginbox h4{
	font-size: 12px;
	line-height: 18px;
}

#loginbox .tab{
	position:absolute;
}
#loginbox h4{
	position:absolute;top:0;left:0;z-index:2;float:left;
	padding:0 5px;margin:0 0 -1px 0;
	font-weight:bold;text-align:center;line-height:25px;
	color:#2f549e;
	border:1px solid #2f549e;
	border-bottom:none;
	background:#ebf1f8;
	cursor:default;
}
#loginbox form{
	position:absolute;top:26px;left:0;z-index:1;clear:both;
	margin:-1px 0 0 0;
	padding:20px;
	width:250px;height:135px;
	border:1px solid #2f549e;
	background:#ebf1f8;
}
#loginbox label{
	color:#333;
}
#loginbox .input-text{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bcc1c7;
    color: #666;
    height: 20px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 4px;
    width: 242px;
}
#loginbox .btn{
	display:block;float:right;
	width:125px;height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	border:1px solid #2f549e;
	background:#597bb8;
}
#loginbox .btn:hover{
	background:#2f549e;
}
#loginbox .tab-activo{
	z-index:25;
}
#loginbox .tab-inactivo{
	z-index:24;
}
#loginbox .tab-inactivo h4{
	color:#bcc1c7;
	border-color:#bcc1c7;
	background:#fff;
	cursor:pointer;
}
#loginbox .tab-inactivo h4:hover{
	color:#2f549e;
	border-color:#2f549e;
}

#loginbox #login-siding h4{
	text-transform:uppercase;
}
#loginbox #login-exmail h4{
	margin:0 0 -1px 52px;
	width:100px;
}
#loginbox #login-ingmail h4{
	margin:0 0 -1px 163px;
	width:100px;
}
#banner-home img{
	width:292px;height:100px;
	border:none;
}

/**********************
  Listado de personas
**********************/
.lista-alfabetica{
	padding:0 0 30px 0;
}
#content .listado-personas img{
	width:134px;height:169px;
	border-bottom:5px solid #febe10;
}
#content .listado-personas h3{
	padding:0;
}
#content .listado-personas h4{
	padding:0 0 20px 0;
	color:#febe10;
}
/*************
  Profesores
*************/
.listado-profesores .lista-alfabetica,
.profesores-single .lista-alfabetica{
	text-align:center;
	padding:10px 0 20px 0;
}

div .lista-alfabetica ul li{
	float: left;
	overflow: hidden;
    padding-right: 6px;
}



#content .listado-profesores h3,
#content .profesores-single h3{
	margin:0;padding:0;
}
#content .profesores-single h3{ padding:10px 0 0 0;font-size:18px; }
#content .listado-profesores img,
#content .profesores-single img{
	width:134px;height:170px;
	border-bottom:5px solid #febe10;
}
.listado-profesores p,
.profesores-single p{
	padding:0 0 10px 0;margin:0;
}
#content .profesores-single .bio{
	margin:-10px 0 0 0;
	border-bottom:5px solid #febe10;
}
.profesores-single .bio p{ padding:0 0 20px 0; }

#content .profesores-single .publicaciones h2{
	padding:40px 0 0 0;
}
#content .publicaciones .publicacion-lista{
	padding:20px 0 0 79px;
	background:url(images/icono-publicaciones.png) 0 26px no-repeat;
	border-bottom:1px solid #bcc1c7; 
}
#content .publicaciones .publicacion-lista h3{
	font-size:16px;line-height:20px;
}
#content .publicaciones .publicacion-todas{
	padding:20px 0 0 0;
}
#content .publicaciones .btn{
	width:279px;height:45px;
	font-size:14px;line-height:45px;
	font-weight:bold;
}

.listado-profesores a.btn{
	float:left;clear:both;
	border:1px solid #2f549e;
	background:#597bb8;
	color:#fff;
}
.listado-profesores a.btn:hover{
	float:left;clear:both;
	border:1px solid #fe9510;
	background: #febe10;
}




/* Paginacion x default */

div#contNav {
    display: block;
    float: none;
    margin: 0 auto;
    min-height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation {
	color: #597BB8;
	display: block;
	font-family: arial;
	font-weight: bold;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	width: 400px;
}

div#page div.wrapper div#main div#primary div#content div.publicaciones div.gridbox div.navigation {
	margin: 10px auto 0;
	height: 40px;
	/*min-width: 500px;*/
}


div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.link-pag {
	width: 120px;
	overflow: hidden;
	float: left;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination {
	height: 40px;
	float: left;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination span.current {
	background: none repeat scroll 0 0 #2F549E;
    color: #FFFFFF;
    display: table-cell;
    float: left;
    height: 30px;
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 10px;
    position: relative;
    vertical-align: middle;
    width: 22px;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination a {
	background: #ebf1f8;
	color: #febe10;
	display: table-cell;
	float: left;
	height: 30px;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 10px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}



div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignright {
	background: none repeat scroll 0 0 #EBF1F8;
	display: inline-block;
	float: none;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: relative;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignleft{
	background: none repeat scroll 0 0 #EBF1F8;
    display: table-cell;
    float: left;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 80px;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignright a{
    right: 0;
	padding-right: 10px;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignleft a{
	left: 0;
	padding-left: 10px;
}


div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignright a,
div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignleft a{
	display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
}

.flecha_derecha {
    border-bottom: 22px solid transparent;
    border-left: 20px solid #EBF1F8;
    border-top: 23px solid transparent;
    float: left;
    height: 0;
    width: 0;
}

.flecha_izquierda{
    border-bottom: 22px solid transparent;
    border-right: 20px solid #EBF1F8;
    border-top: 23px solid transparent;
    float: left;
    height: 0;
    width: 0;
}


span.dots{
/*	display: none;
	visibility: visible;*/
	background: none repeat scroll 0 0 #ebf1f8;
	color: #b3b3b3;
	display: table-cell;
	float: left;
	font-weight: bold;
	height: 30px;
	margin: 0 auto;
	padding-left: 12px;
	padding-top: 15px;
	position: relative;
	vertical-align: middle;
	width: 28px;
}

span.dots:after{
	content: " ]";
}

span.dots:before{
	content: "[ ";
}


div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation {
	color: #597BB8;
	display: block;
	font-family: arial;
	font-weight: bold;
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
	width: 400px;
}

div#page div.wrapper div#main div#primary div#content div.publicaciones div.gridbox div.navigation {
	margin: 10px auto 0;
	height: 40px;
}


div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.link-pag {
	width: 120px;
	overflow: hidden;
	float: left;
}

div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination {
	height: 40px;
	float: left;
}

span.page-numbers.current,
div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination span.current {
	background: none repeat scroll 0 0 #2F549E;
    color: #FFFFFF;
    display: table-cell;
    float: left;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    vertical-align: middle;
    width: 22px;
}

a.page-numbers,
div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.pagination a {
	background: #ebf1f8;
	color: #febe10;
	display: table-cell;
	float: left;
	font-weight: bold;
	height: 30px;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}


a.prev.page-numbers,
div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignright {
   background: none repeat scroll 0 0 #EBF1F8;
   display: table-cell;
   float: left;
   color: #2F549E;
   font-weight: bold;
   height: 30px;
   margin-left: 0;
   margin-right: 0;
   padding: 15px 10px 0;
   position: relative;
   vertical-align: middle;
   width: 80px;
   text-align: right
}

a.next.page-numbers,
div#page div.wrapper div#main div#primary div#content div.grid div.gridbox div.navigation div.alignleft{
	background: none repeat scroll 0 0 #EBF1F8;
    float: left;
    font-weight: bold;
    color: #2F549E;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    width: 80px;
    padding: 15px 10px 0;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

/* FIN Paginacion x default */




/****************
  Publicaciones
****************/
body.publicaciones #content h3,
body.publicaciones #content .publicaciones .single h3 {
	font-size: 14px;
	line-height: normal;
	padding: 0 0 5px 0;
}

#content .publicaciones h2{ padding:0 0 10px 12px; }
#content .publicaciones .lista { margin-top:-20px; }
#content .publicaciones .single h2 { padding:0 0 10px 0; }

#content .publicaciones .single .ficha{
	padding:20px 20px 20px 90px;
	border:1px solid #febe10;
	background:#fef7e5 url(images/icono-publicaciones.png) 10px 16px no-repeat;
}
#content .publicaciones .single .ficha .btn{
	float:none;display:block;
}
#content .publicaciones .single h3{
	padding:20px 0 10px 0;
}

.box-contenido{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

#content .box-contenido img.wp-post-image{
	border-bottom: none;
	margin-top: 5px;
}

.box-contenido a.btn{
	float: right;
}

.link-thumb{
	float: left;
}

/************
  Novedades
************/
#content .novedades h2{ padding:0 0 10px 0;}
#content .novedades h3{
	padding:0 0 10px 0;
	font-size:16px;
}

#content ul#categorias{
	padding:0;margin:0;
	border-top:1px solid #ccc;
}
#content ul#categorias li{
	list-style:none;padding-bottom:0;
	border-bottom:1px solid #ccc;
}
#categorias a{
	display:block;
	height:16px;padding:13px 20px;
	color:#333;
	background:url(images/sprite-sidebar.png) 0 0px no-repeat;
}
#categorias a:hover{
	text-decoration:none;
	color:#fff;
	background-position:0 -43px;
}

#eventos-novedades .evento-grp{
	position:relative;
	margin:0 0 30px 0;padding:0 0 0 120px;height:81px;
	border:0;
	border-bottom:1px solid #febe10;
}


#eventos-novedades img{
	position:absolute;top:0;left:0;
	width:104px;height:69px;
}
#eventos-novedades h4{
	font-size:12px;font-weight:bold;line-height:16px;
}
#eventos-novedades a.btn{
	display:block;
	margin:-20px 0 0 0;width:290px;line-height:39px;
	font-size:14px;font-weight:bold;text-align:center;
	color:#fff;
	border:1px solid #fe9510;
	background:#febe10;
}
#eventos-novedades a.btn:hover{
	text-decoration:none;
	border:1px solid #2f549e;
	background:#597bb8;
}


/*************
Newsletter
*************/
#contentNewsletter{
	/*margin: 0 auto;
	float: none;*/
}
#newsletter{
	border:1px solid #bcc1c7;
	background:#d9dfe6;
	width: 370px;
}

#newsletter form{
	padding:15px;
}
#newsletter h2{
	margin:-45px 0 0 0;
	padding:0 0 20px 0;
}
#newsletter label{
	padding:10px 0 0 0;
	font-weight:bold;
}
#newsletter input{
	display:block;
	padding:6px;
	line-height:18px;
	width:320px;
	border:1px solid #bcc1c7;
	background:#fff;
	-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;
}
#newsletter textarea{
	padding:6px;
	width:320px;height:70px;
	border:1px solid #bcc1c7;
	background:#fff;
}
#newsletter #enviar{
	padding:6px;
	cursor:pointer;
	color:#fff;font-weight:bold;
	border:1px solid #27549e;
	background:#597bb8;
}
#newsletter #enviar:hover{
	border:1px solid #fe9510;
	background:#febe10;
}

div#hideotro{
	display: none;
}


/* Post Grados */
div#contentProf.gridbox div.grid div.listado-profesores div.filtros{
	padding: 10px;
}



/***********
  Combobox
***********/
.style-combo-wrap{
	overflow:hidden;
	border:1px solid #ccc;
	background:#fff;
}
/*************
   COLUMNAS
**************/
.grid { width:948px;margin:0 auto;overflow:hidden; }
.grid .row{ clear:both;overflow:hidden;padding-bottom:30px; }
.grid .gridwrap{ float:left; margin:0; padding:0 12px; }
.grid .gridbox{ float:left;margin:0 12px; }

.grid .first-box,
.grid .second-box,
.grid .third-box{
	margin:0 12px 0 0;
}


.grid .last-box{ margin:0 0 0 12px;}
.grid .colspan1{ width:55px; }
.grid .colspan2{ width:134px; }
.grid .colspan3{ width:213px; }
.grid .colspan4{ width:292px; }
.grid .colspan5{ width:371px; }
.grid .colspan6{ width:450px; }
.grid .colspan7{ width:529px; }
.grid .colspan8{ width:608px; }
.grid .colspan9{ width:687px; }
.grid .colspan10{ width:766px; }
.grid .colspan11{ width:845px; }
.grid .colspan12{ width:924px; }

/**********
  Filtros
**********/
.filtros{
	padding:20px;
	border:1px solid #597bb8;
	background:#ebf1f8;
}
#content .filtros h3{
	font-size:18px;
	padding:0;
}
.filtros .row{
	padding:0;
}
.filtros label{
	color:#2f549e;
	font-weight:bold;
	float:left;clear:both;
	padding:0 0 5px 0;
}
.filtros select{
	border:0;
	outline:0;
	background:#fff;
	line-height:28px;
	height:28px;
	width:279px;
}
.filtros input.text{
	width:279px;height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#fff;
}
.filtros .btn{
	display:block;
	border:1px solid #2f549e;
	background:#597bb8;
	color:#fff;font-weight:bold;
	cursor:pointer;
}
.filtros .btn:hover{
	border:1px solid #fe9510;
	background: #febe10;
}
.filtros-horizontal .filterbox{
	float:left;
	margin:0 20px 0 0;padding:10px 0;
	width:280px;
}
.filtros-horizontal .last-filterbox{
	margin:0;
}
.filtros-horizontal select{
	width:279px;
	border: 1px solid #DFDFDF;
}
.filtros-horizontal input.text{
	width:279px;
}
.filtros-horizontal .btn{
	width:279px;height:32px;margin:0 auto;padding:0;
	line-height:28px;
	font-size:14px;
}

.filtros-vertical .filterbox{
	padding:20px 0 0 0;
	width:249px;
}
.filtros-vertical select{
	width:247px;
}
.filtros-vertical input.text{
	width:247px;
}
#content .filtros-vertical input.filtros-search{
	width:206px;float:left;
	border:1px solid #587bb8;
	border-right:none;
}
#content .filtros-vertical .btn-search{
	width:40px;height:32px;
	background:url(images/sprites.png) -166px -83px no-repeat #597bb8;
}
#content .filtros-vertical .btn-search:hover{
	background-color:#febe10;
}
#content .filtros-vertical .btn-filtros{
	width:247px;
}
#content .publicaciones .filtros-vertical .search-row{
	padding:0 0 20px 0;
}
#content .publicaciones .filtros-vertical .search-row h3{
	padding:0 0 10px 0;
}


/*============
04 FOOTER
==============*/
#footer{
	padding:30px 0 0 0;
}
#social{
	width:100%;padding:30px 0;
	background:#ebf1f8;
}
#social h2{
	padding:0 0 20px 12px;
	font-size:24px;line-height:24px;font-weight:bold;
	color:#2f549e;
}
#twitter-feed{
	height:300px;
	background:#fff;
}
#twitter-feed .profile{
	float:left;
	padding:0 20px 0 10px;
	width:118px;height:300px;
	color:#fff;
	background:url(images/fondo-footer-social.png) no-repeat transparent;
}
#twitter-feed .profile h3{
	padding:28px 0 15px 26px;
	font-size:14px; font-weight:bold;
	color:#fff;
}
#twitter-feed .profile p{
	margin:0;
}
#twitter-feed .profile .name{
	font-weight:bold;
}
#twitter-feed .timeline{
	float:left;
	width:460px;
}
#twitter-feed .twit-grp{
	width:410px;margin:0 auto;
	border-bottom:1px solid #e6e6e6;
}
#twitter-feed .twit-grp p{
	margin:0;
}
#twitter-feed .meta{
	padding:10px 0 0 0;
	font-weight:bold;
	color:#2f549e;
}
#twitter-feed .meta a{
	font-weight:normal;
	color:#b3b3b3;
	margin-left: 5px;
}
#twitter-feed .twit{
	padding:0 0 10px 0;
}
#redes{
	overflow:hidden;float:none;clear:both;
	padding:20px 0 0 0;
}
#redes a{
	float:left;overflow:hidden;
	width:40px; height:40px;margin:0 30px 0 0;
	font-size:1px;text-indent:-9999px;
	background:url(images/sprites.png) no-repeat transparent;
}
#redes a.twitter{ background-position: 0 0; }
#redes a.twitter:hover{ background-position: 0 -41px; }
#redes a.facebook{ background-position: -42px 0; }
#redes a.facebook:hover{ background-position: -42px -41px; }
#redes a.linkedin{ background-position: -84px 0; }
#redes a.linkedin:hover{ background-position: -84px -41px; }
#redes a.youtube{ background-position: -126px 0; }
#redes a.youtube:hover{ background-position: -126px -41px; }
#redes a.flickr{ background-position: -168px 0; }
#redes a.flickr:hover{ background-position: -168px -41px; }
#redes a.rss{ background-position: -210px 0; }
#redes a.rss:hover{ background-position: -210px -41px; }
#contacto-escuela{
	position:relative;
}
#contacto-escuela .email{
	position:relative;
	padding:0 0 20px 55px;
}
#contacto-escuela .telefonos{
	position:relative;
	padding:0 0 0 55px;
}
#contacto-escuela .direccion{
	position:relative;
	padding:0 0 0 55px;
}
#contacto-escuela span.icono{
	position:absolute;top:0;left:0;
	width:55px;height:40px;
	background:url(images/sprites.png) no-repeat transparent;
}
#contacto-escuela .email .icono{ background-position:0 -83px; }
#contacto-escuela .telefonos .icono{ background-position: -57px -83px; }
#contacto-escuela .direccion .icono{ background-position:-114px -83px; }
#contacto-escuela h3{
	font-weight:bold;text-transform:uppercase;
	color:#febe10;
}
#contacto-escuela p{
	margin:0;padding:0 0 20px 0;
}
#contacto-escuela strong{
	font-weight:bold;
	color:#2f549e;
}
#contacto-escuela em{
	font-style:normal;
	color:#2f549e;
}
#contacto-btn{
	display:block;float:none;position:relative;
	margin:0 0 20px 0;
	cursor:pointer;
}
#contacto-btn span.icono {
	left:5px;
	background-position:0 -83px;
}
#contacto-btn a{
	display:block;float:none;
	width:292px;line-height:42px;
	font-size:16px;
}
#contacto{
	display:block;position:absolute;z-index:10;
	top:52px;left:-10px;
	border:1px solid #bcc1c7;
	background:#d9dfe6;
}
#contacto form{
	padding:15px;
}
#contacto h2{
	margin:-45px 0 0 0;
	padding:0 0 20px 0;
}
#contacto label{
	padding:10px 0 0 0;
	font-weight:bold;
}
#contacto input{
	display:block;
	padding:6px;
	line-height:18px;
	width:268px;
	border:1px solid #bcc1c7;
	background:#fff;
	-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;
}
#contacto textarea{
	padding:6px;
	width:268px;height:70px;
	border:1px solid #bcc1c7;
	background:#fff;
}
#contacto #enviar{
	padding:6px;
	cursor:pointer;
	color:#fff;font-weight:bold;
	border:1px solid #27549e;
	background:#597bb8;
}
#contacto #enviar:hover{
	border:1px solid #fe9510;
	background:#febe10;
}
/** Buscador **/
#busca-links{
	padding:20px 0;
	background:#d9dfe6;
}
#searchbox{
	overflow:hidden;
	padding:20px 0;
}
#searchbox .textfield{
	float:left;
	margin:0;padding: 0 0 0 4px;
	line-height:28px;
	width:234px; height:28px;
	border:1px solid #bcc1c7;
	background:#fff;
}
#searchbox .btn{
	float:left;overflow:hidden;
	margin:0;padding:0;
	width:42px;height:28px;
	font-size:1px;text-indent:-9999px;
	border:1px solid #2f549e;
	background:url(images/sprites.png) -166px -83px no-repeat #597bb8;
	cursor:pointer;
}
#searchbox .btn:hover{
	border:1px solid #fe9510;
	background-color:#febe10;
}
#links h3{
	font-size:18px;font-weight:bold;line-height:24px;
	color:#2f549e;
}
#links .link-grp{
	float:left;overflow;:hidden;
	padding:5px 25px 0 0;
}
#links .dictuc{
	width:155px;
}
#links .cai{
	width:163px
}
#links .fiuc{
	width:136px;
	padding:5px 0 0 0;
}
#links .link-grp .icono{
	float:left;
}
#links .link-grp a{
	float:right;
	padding:5px 0 0 0;
	font-weight:bold;
}
#links .link-grp a:hover{
	color:#2f549e;
}
#links .dictuc a{
	width:118px;
}
#links .cai a{
	width:120px;
}
#links .fiuc a{
	width:88px;
}
#footer-uc{
	height:56px;padding:10px 0;
	text-align:center;
	color:#fff;
	background:#a2a2a2;
}
#footer-uc p{
	margin:0;
}
#footer-uc a{
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#fff;
}
#footer-uc a:hover{
	text-decoration:none;
	border-bottom:1px solid #333;
	color:#333;
}
#footer-uc .optimizado{
	padding:10px 0 0 0;
	font-size:11px;
	color:#e6e6e6;
}



/*******
 Tablas
*******/
#content table{
	width:100%;
	vertical-align:top;
	border-collapse:collapse;
	border: 1px solid #dee1e8;
}
#content table tr{
	
}
#content table td{
	vertical-align:top;
	padding:10px;
	border:1px solid #dee1e8;
}
#content table p{
	margin:0;padding:0;
	vertical-align:top;
}
#content table .cabecera{
	background:#dee1e8;
}
#content table .odd{
	background:#f4f8ff;
}


/* Accordion */
ul#accordion-1{
	
}

ul#accordion-1 li{
	list-style: none;
	 padding-bottom: 15px;
}

ul#accordion-1 li a.dcjq-parent{
	color: #2F549E;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 10px;
}

ol#accordion-1 li a.dcjq-parent.active{
    font-size: 18px;
    line-height: 22px;
}


ol#accordion-1{
	
}

ol#accordion-1 li{
	 padding-bottom: 15px;
}

ol#accordion-1 li,
ol#accordion-1 li a.dcjq-parent{
	color: #2F549E;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 10px;
}

ol#accordion-1 li a.dcjq-parent.active{
    font-size: 18px;
    line-height: 22px;
}

ol#accordion-1 li ol{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ol#accordion-1 li ol li{
	color: #333333;
    font-size: 12px;
}




/* 

 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#content div.grid div.gridbox div.gridbox{
	clear: right;
	float: left;
	margin: 0 8px 0 0;
}

div#content div.grid div.gridbox div.gridbox.content-img{
	margin-right: 20px;
}

/* Formulario actualiza tus datos */
form#form-actualiza-tus-datos{

}

form#form-actualiza-tus-datos fieldset{
	color: #2F549E;
    font-weight: bold;
    padding: 15px 0 15px 150px ;
    text-transform: uppercase; 
}

form#form-actualiza-tus-datos fieldset.even{
	background:#f4f8ff;
}

form#form-actualiza-tus-datos fieldset.odd{
	
}

form#form-actualiza-tus-datos fieldset label,
form#form-actualiza-tus-datos fieldset input{
	display: block;
	width: 300px;
	padding: 2px 5px;
}

form#form-actualiza-tus-datos fieldset label{
	margin-bottom: 10px;
}

form#form-actualiza-tus-datos  input[type=submit]{
	background: none repeat scroll 0 0 #597BB8;
    border: 1px solid #2F549E;
    color: #FFFFFF;
    display: block;
    float: none;
    height: 35px;
    line-height: 28px;
    margin: 20px 0 0 150px;
    text-align: center;
    width: 170px;
}


/* Formulario contacto Educacion continua */
form#form-contacto{

}

form#form-contacto fieldset{
	color: #2F549E;
    font-weight: bold;
    padding: 15px 0 15px 50px ;
    text-transform: uppercase; 
}

form#form-contacto fieldset.even{
	background:#f4f8ff;
}

form#form-contacto fieldset.odd{
	
}

form#form-contacto fieldset label,
form#form-contacto fieldset input{
	display: inline;
	width: 300px;
	padding: 2px 5px;
}

form#form-contacto fieldset label{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 130px;
}

form#form-contacto fieldset textarea{
	height: 120px;
    width: 310px;
}

form#form-contacto input[type=submit]{
	background: none repeat scroll 0 0 #597BB8;
    border: 1px solid #2F549E;
    color: #FFFFFF;
    display: block;
    float: none;
    height: 35px;
    line-height: 28px;
    margin: 20px 0 0 150px;
    text-align: center;
    width: 170px;
}

form#form-contacto select {
    background: linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) no-repeat scroll right center transparent;
    color: #373737;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    width: 300px;

    border: 1px solid #CCCCCC;
    color: #808080;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Diplomas */
form#form-buscador-ed-cont #contFields{
	border: 1px solid #E2E1E6;
}

form#form-buscador-ed-cont fieldset{
	color: #2F549E;
    font-weight: bold;
    padding: 15px 0 15px 150px ;
    text-transform: uppercase; 
}

form#form-buscador-ed-cont fieldset.even{
	background:#fafafa;
}

form#form-buscador-ed-cont fieldset.odd{
	
}

form#form-buscador-ed-cont fieldset label,
form#form-buscador-ed-cont fieldset input{
	display: block;
	width: 300px;
	padding: 2px 5px;
}

form#form-buscador-ed-cont fieldset label{
	margin-bottom: 10px;
}

form#form-buscador-ed-cont  input[type=submit]{
	background: none repeat scroll 0 0 #597BB8;
    border: 1px solid #2F549E;
    color: #FFFFFF;
    display: block;
    float: none;
    height: 35px;
    line-height: 28px;
    margin: 20px 0 0 150px;
    text-align: center;
    width: 170px;
}

#resultado{
	/*margin-top: 40px;
    min-height: 100px;
    overflow: hidden;
    position: relative;*/
	margin-bottom: 40px;
    margin-left: -300px;
    margin-top: 55px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    width: 900px;
}

.loadingBG{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:rgb(255,255,255,.9);
	background:rgba(255,255,255,.9) url(images/loading.gif) no-repeat center;
}

#resultado table thead tr {
	background-color: #FAFAFA;
}

#resultado table tr td{
	/*background:#fafafa;*/
	font-weight: bolder;
	text-align: center;
}

span.no-info{
	color: #999999;
	font-weight: bold;
	font-style: italic;
}

select.style-combo{
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;	
	background-image: url("images/fondo-select.jpg"), 
	-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	-moz-appearance: button;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-padding-end: 0px;
	-moz-padding-start: 2px;
	-moz-user-select: none;	
	background:	-moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) ;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	color: #808080;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

select { 
	border:0; 
	color:#EEE; 
	background:transparent;
	font-size:20px; 
	font-weight:bold; 
	padding:2px 10px; 
	width:378px;
	*width:350px; 
	*background:#58B14C; 
	-webkit-appearance: none;
}




/* Accordion Diplomado */
#content ul.container{
    width:100%;
    margin:0 auto;
    padding:0;
}

#content ul.container li{
    list-style:none;
    text-align:left;
}



#content ul.container li.menu{
    /* The main list elements */
    padding:5px 0;
    width:100%;
}

#content ul.container li.menu ul{
    margin-left: 0;
}

#content ul.container li.button {
	padding: 10px;
}

#content ul.container li.activo,
#content ul.container li.button:hover {
	background: #D9DFE6;
    color: #000000;
}

#content ul.container li.button a{
    /* The section titles */
    font-size: 16px;
    font-weight: bold;
    color: #2F549E;
    display:block;
    overflow:hidden;
    padding: 0;
    position:relative;
}

#content ul.container li.menu a:hover{
    text-decoration:none;
}


#content li.button a span{
	display:inline;
}

#content li.button a span.area{
	display: block;
    float: left;
    width: 550px;
}

#content li.button a span.arrow{
	float: right;
}

.dropdown{
	/* The expandable lists */
	display:none;
	padding:5px 10px 0;
	width:100%;
}

.dropdown li{
	
}


/* Reglas para ingenieria matemática */
body.ingenieria-matematica div#page div.wrapper header#header div#contHeader nav#secondary-menu div.main-grp{
	padding-left: 5px;
}

body.ingenieria-matematica div#page div.wrapper header#header div#contHeader nav#menu div.main-grp{
	padding-left: 15px;
}

body.ingenieria-matematica div#page div.wrapper header#header div#contHeader nav#menu a{
	padding: 0 7px;
}
/* FIN Reglas para ingenieria matemática */

/* =AQUI VAN LOS MEDIA QUERIES
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	

}
@media (max-width: 450px) {
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}

	#menu .main-grp{
		padding-left: 90px;
	}
	
	#menu a{
		padding: 0 15px;
	}

	#secondary-menu a{
		font-size: 10px;
    	line-height: 20px;
    	padding: 0 5px;
	}

	nav#menu div.main-grp span.anchor a{
		padding: 0 10px;
	}
	
	img.background{
		min-width: 480px;
	}
	
	#footer{
		background: none repeat scroll 0 0 #EBF1F8;
		display: block;
		float: none;
		clear: both;
		width: 1024px;
	}

	/* Educacion continua */
	body.educacion-continua	#menu .main-grp{
		padding-left: 30px;
	}
	
	body.educacion-continua	#menu a{
		padding: 0;
		font-size: 10px;
	}

	body.educacion-continua	#menu .separador{
		margin: 0;
		display: none;
	}

	body.educacion-continua	#secondary-menu a{
		font-size: 10px;
    	line-height: 20px;
    	padding: 0 1px;
	}

	body.educacion-continua	nav#menu div.main-grp span.anchor a{
		padding: 0 10px;
	}
}

@media only screen and (device-width: 768px) {
	/* iPad screen size rules */
	.second-grp{
		position: absolute;
		top: 0;
		right: 5px;
	}
	
	#menu .main-grp{
		padding-left: 90px;
	}
	
	#menu a{
		padding: 0 15px;
	}
	
	#footer{
		width: 1024px;
	}
	

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	/*.second-grp{
		position: absolute;
		top: 0;
		right: 0;
	}*/

}



