/*  
-------------------------------------------------------------------------------------------
Theme Name: Escuela de Administracion UC
Theme URI: http://www.eauc.cl
Description: Template hecho a medida para la Escuela de Administracion UC.
Version: 0.8
Author: Reactor
Author URI: http://www.reactor.cl/
-------------------------------------------------------------------------------------------
Ojo: Este codigo NO esta liberado bajo una licencia CC. La exclusividad del cliente! :)
-------------------------------------------------------------------------------------------
*/

/* partamos.
--------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	background: #fff url(img/bg-body.png) repeat-x top;
	color: #333;
	padding-bottom: 2em;
}
body.home{
	background: #fff url(img/bg-body-home-4.png) repeat-x top;
}

html,body,div,p,input,select,textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img 		{ border-width: 0; }
li		{ list-style:none; padding-left: .5em; }
p		{ line-height: 1.4em; font-size: 1.2em; margin-bottom: 1em;}
small	{ margin-bottom: 1em; display:block; }

a 			{ outline:none; }
a:link 		{ color: #ee6600; }
a:visited 		{ color: #ee6600; text-decoration: none;}
a:active 		{ color: #ff9900; }
a:hover 		{ color: #ff9900; text-decoration: underline; }

/* layout
--------------------------------------------------------------*/

#box{
	width: 770px;
	position: relative;
	margin: 0 auto;
}
#sidebar{
	width: 240px;
	float: left;
}
#content{
	width: 480px;
	float: left;
	margin-right: 20px;
}
.home #content{
	margin-right: 0;
	width: 500px;
}
#container{
	background: top center no-repeat;
	background-image: url(/img/header-default.jpg);
	padding-top: 125px;
}
.home #container{
	background: 0;
	padding-top: 0;
}

/* headings
--------------------------------------------------------------*/

h1 { font-size: 3em; }
h2 { font-size: 2.3em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.35em; }
h5 { font-size: 1em; }

/* header
--------------------------------------------------------------*/

#header{
	height: 150px;
}
#topmenu{
	position: absolute;
	right: 5px;
	top: 0px;
	/*background:#D9E1E3;*/
	padding: 6px 0 7px;
}
#topmenu li{
	display: inline;
	padding: 3px 7px;
	font-size: 1.2em;
	border-right: 1px solid #ccc;
}
#topmenu li.last{
	border: 0;
}
#topmenu a{
	color: #888;
}
#topmenu a:hover{
	color: #333;
}

#tools{
	display: none;
}

#search input{
	font-size: 1em;
	padding: 2px 4px;
	margin-left: 5px;
	width: 150px;
	font-style: italic;
}
#search input:focus{
	font-style: normal;
}
#header #searchsubmit{
	display: none;
}
#header #logo{
	margin-top: 5px;
}
#mainmenu{
	z-index: 10;
	position: relative;
	top: 13px;
	margin: 0 0 0;
	height: 29px;
	padding: 0 0 4px;
	width: 820px;
}
#mainmenu li{
	position: relative;
	float: left;
	font-size: 1.2em;
	padding: 7px 0 0 0;
}

#mainmenu li a,
#mainmenu li span{
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	color: #eee;
	display: block;
	border-left: 1px solid #5a819c;
	position: relative;
}
#mainmenu li.first a{
	border: 0;
}
#mainmenu li.active{
	background: url(img/bg-menu-l2.png) left bottom no-repeat;
	padding: 5px 0 0 3px;
}
#mainmenu li.first.active{
	padding-left: 2px;
}
#mainmenu li.active a,
#mainmenu li.active span{
	background: url(img/bg-menu-r2.png) right bottom no-repeat;
	border-left: 0;
	color: #111;
	padding: 10px 8px 7px 6px;
	margin-top: -7px;
}
#mainmenu li a:hover{
	text-decoration: underline;
	color: #fff;
}

#mainmenu li.active a:hover{
	color: #000;
}

/* dropdown
----------------------------------------*/

#mainmenu ul {
	z-index: 5;
	position: absolute;
	top: 23px;
	left: 0;
	padding-top: .85em;
}
#mainmenu ul li{
	background: #486578 url(img/bg-menu-dropdown.png) top repeat-x;
	border-top: 1px solid #8db0bc;
	padding: .3em 0;
	font-size: 1em;
	display: block;
	clear: both;
	width: 12em;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
#mainmenu li.active ul a{
	background: none;
	color: #eee;
}
#mainmenu li.active li a:hover{
	color: #fff;
}

#mainmenu ul li a{
	border-left: 0;
}
#mainmenu ul li:hover{
	background: #90aaba;
}

#mainmenu ul{ display: none; }
#mainmenu li:hover ul{ display: block; }

/* slideshow home 
-----------------------------------------*/

#slideshow {
	padding-top: 1px;
	width: 500px;
	height: 250px;
	position: relative;
}
#slideshow img{
	position: absolute;
}

#slideshow:hover #slide-description{
	padding-bottom: 5px;
}

#slideshow:hover #slide-description p,
#slideshow:hover #slide-description a.more
{
	display: inline;
}

#slide-description{
	position: absolute;
	bottom: 0;
	margin: 10px;
	width: 470px;
	-moz-opacity: .85;
	background: #000;
	padding: 5px 5px 2px;
}
#slide-description a{
	color: #fff;
	text-decoration: none;
}
#slide-description a:hover{
	border-bottom: 1px dotted;
}
#slide-description h2{
	color: #eee;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 3px;
}
#slide-description p{
	color: #999;
	display: none;
	margin: 0;
}
#slide-description a.more{
	display: none;
}

/* home, agenda de eventos, ultimas publicaciones 
-----------------------------------------------------*/

div.agenda{
	width: 235px;
	float: left;
	margin: 15px 15px 20px 0;
}
#publicaciones{
	margin-right: 0;
}
.agenda h2{
	font-size: 1.6em;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #888;
	margin-bottom: 5px;
	padding: 5px 0 3px 27px;
}
.agenda h2 a{
	text-decoration: none;
	color: #777;
}
.agenda h2 a:hover{
	color: #000;
	border-color: #000;
}

.agenda li{
	padding: .9em 0;
	border-bottom: 1px solid #ccc;
}
.agenda h3{
	font-size: 1.3em;
}

.agenda small, .agenda p{
	margin-bottom: 0;
}
.agenda small{
	font-size: 1.1em;
	color: #666;
}

#eventos h2{
	background: url(/img/icono-calendario.gif) left no-repeat;
}

#publicaciones h2{
	background: url(/img/icono-publicaciones.gif) left no-repeat;
}

#publicaciones small{
	margin-top: 3px;
}

#banners{
	clear: both;
}

#banner1 img,
#banner2 img{
	margin-right: 4px;
}


/* navegacion
-----------------------------------*/

#location-bar{
	margin-top: 10px;
	color: #999;
	border-bottom: 1px solid #bbb;
	padding-bottom: 3px;
}
#location-bar a{
	color: #666;
}

.nav{
	border-top: 1px solid #ddd;
	padding-top: 5px;
	text-align: center;
	font-size: 1.2em;
}
.nav a{
	color: #999;
	margin: 0 5px;
}

/* paginas
-----------------------------------*/

/*

.contacto #sidebar,
.contacto .sidefooter{
	display: none;
}
.contacto #content{
	float: none;
	margin: 0 auto;
}

*/

.galeria #content{
width: 100%;
	float: none;
	margin: 0 auto;
}


/* posts
-----------------------------------*/
.post{
	margin: 1em 0 4em 0;
}
.post h2{
	letter-spacing: -0.04em;
	font-size: 2.7em;
	font-weight: normal;
}
.post h2 a{
	text-decoration: none;
}
.single h2 a{
	color: #333;
}
.post h2 a:hover{
	text-decoration: underline;
}
.post small{
	color: #777;
	font-size: 1.1em;
}
.post small.arriba{
	margin-bottom: 0;
	margin-top: 2em;
	display: block;
}
.post-image{
}

.entry{
	margin: 2em 0 1em;
	font-size: 1.1em;
}
.entry p{
	line-height: 1.5em;
}
.entry h3{
	font-size: 1.7em;
	letter-spacing: -0.03em;
	margin: 20px 0 10px;
}
.entry ul, .entry ol{
	margin: 1em 2em;
}
.entry li{
	font-size: 1.2em;
	color: #777;
	list-style: circle;
	line-height: 1.8em;
	border-bottom: 1px dotted #ddd;
}
.entry li:hover{
	background: #fafafa;
}
.entry img{
	margin-bottom: 8px;
        margin-top: 3px;
}
.entry img[align="right"]{
	margin-left: 7px; !important
}
.entry img[align="left"]{
	margin-right: 7px; !important
}
img.border, .post-image img{
	padding: 2px;
	border: 1px solid #FF9900;
}
.post-image img{
	width: 480px;
}
.more-link{
	margin: 1em;
	display: block;
}
.postmetadata{
/*	background: #fafafa;
	border: 1px solid #eee;
*/	padding: 5px 1em;
	color: #999;
	margin: 1.5em .5em;
}
.postmetadata a{
	color: #666;
	text-decoration: underline;
}

.cuadro-cursos {
	border: 1px solid #999;
	padding: 1px 1px;
	color: #666;
	width:480px;
}
.cuadro-cursos th{
	border: 1px solid #999;
	background: #fafafa;
	padding: 3px 6px;
	color: #666;
	margin: .5em .5em;
}
.cuadro-cursos td{
	border: 1px solid #999;
	padding: .5em 2em;
	color: #666;
	margin: .5em .5em;
}

.minimos {
	border: 1px solid #999;
	padding: 1px 1px;
	color: #666;
	margin: ;
}
.minimos th{
	border: 1px solid #999;
	background: #fafafa;
	padding: 6px 6px;
	color: #666;
	margin: .5em .5em;
}
.minimos td{
	border: 1px solid #999;
	padding: 2em .5em;
	color: #666;
	margin: .5em .5em;
}
.company {
	width: 460px;
	border: 1px solid #999;
	padding: 1px 1px;
	color: #666;
	font-size: 1.1em;
}
.company th{
	border: 1px solid #999;
	background: #fafafa;
	padding: 6px 6px;
	color: #666;
	margin: .5em .5em;
	text-align: left;
}
.company td{
	border: 1px solid #999;
	padding: .5em .2em;
	color: #666;
	margin: .5em .5em;
	text-align: center;
}
/* paginas
------------*/
#anclas{
	margin-bottom: 20px;
}

#anclas li{
	font-size: 1.4em;
	margin: 3px;
	list-style: circle inside;
}
#ficha-profesor{
	margin-right: 10px;
}
#ficha-profesor li{
	color: #666;
}
#ficha-profesor li strong{
	color: #333;
}

.testimonios{
	border-bottom: 1px dotted #666;
	padding: 14px 10px;
	line-height: 1.4em; 
	font-size: 1.2em;
	float:left;
}

.testimonios strong{
	line-height: 1.4em; 
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: 1em;
	float:right; 
}

/* sidebar
---------------------------------------*/
#sidebar{
	padding: 20px 15px;
	margin-top: 0px;
	background-color: #000;
	color: #fff;
/*	background: url(/img/bg-sidebar.png) repeat-y;*/
	min-height: 231px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	-khtml-opacity: 0.75;
	opacity:.75;
}
.home #sidebar{
	padding-top: 10px;
}
.sidefooter{
	float: right;
	background: url('img/bg-sidebar-bottom.png') bottom no-repeat;
	height: 10px;
}
html > body .sidefooter{
	width: 270px;
}
#sidebar a{
	color: #eee;
}
#sidebar a:hover{
	text-decoration: underline;
	color: #fff;
}
#buscador{
	margin: 0 0 20px;
}
#buscador #s{
	font-size: 1.4em;
	padding: 4px 5px 3px;
	width: 93%;
	color: #666;
	background: #eee;
}
#buscador #s:focus{
	color: #333;
	background: #fff;
}
#searchsubmit{
	padding: 1px 4px;
	position: relative;
	margin-left: 5px;
	color: #666;
	width: 30%;
	display: none;
}

#sidebar h2{
	font-size: 1.5em;
	padding-bottom: 3px;
	border-bottom: 1px solid #ff9900;
	margin-bottom: 5px;
}
#sidebar h2 a{
	text-decoration: none;
}
#sidebar h2 a:hover{
	text-decoration: underline;
}

#sidebar li{
	padding: .5em 0;
	border-bottom: 1px solid #444;
}

.home #noticias{
	height: 255px;
position: relative;
}

#noticias a.feed{
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(img/rss.gif) 0 30% no-repeat;
	position: absolute; 
	right: 0;
}
.home #noticias h3{
	margin-bottom: 3px;
}

#sidebar .more{
	display: block;
	text-align: right;
	font-size: 1.2em;
	color: #333;
	margin-top: -10px;
/*	background: url(/img/icono-post.png) right no-repeat;
	padding-right: 20px; */
}
#sidebar .more:hover{
	color: #fff;
}

#sidebar li h3,
#destacado h3{
	font-size: 1.25em;
	margin-bottom: 6px;
}
#sidebar li p,
#destacado p{
	line-height: 1.4em;
	margin: 0;
/*	font-size: 1.1em; */
	color: #999;
}

#sidebar ul,
#destacado {
	margin-bottom: 20px;
}
.sidedinamic {
	font-size: 1.2em;
}
#subpaginas{
	margin-top: -5px;
}
#links li, 
#subpaginas li, 
#filtro li,
#archivomensual li{
	font-size: 1.15em;
	padding: .4em 0 .4em 1.5em;
	background: url(/img/bullet.png) 5px 9px no-repeat;
}
#sidebar .current_page_item{
	font-weight: bold;
	background-color: #555;
}
/*#destacado img{
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #eee;
	padding: 2px;
	background: #999;
	margin: 0 10px 5px 0;
}*/
#destacado h3{
	margin-top: 10px;
}
#destacado .more{
margin-top: 10px;
}



/* contacto
--------------*/

.ddfmerrors{
	display: none;
}
.errorlist{
	margin: 0 0 15px 0;
	background: #CF3333;
	padding: 5px 10px;
	border: 1px solid pink;
	color: #eee;
	font-size: 1.3em;
	line-height: 170%;
}
#respond{
	margin-top: 30px;
}
#respond label,
.ddfm label{
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #666;
	font-size: 1em;
	margin-top: 1px;
	line-height: 100%;
}
#respond input,
.ddfm input{
	padding:2px 4px 2px 4px;
	font-size: 1em;
	width: 250px;
}
#respond select,
.ddfm select{
padding: 3px 3px 1px;
color: #333;
width: 210px;
}
#respond textarea,
.ddfm textarea{
	width: 300px;
	height: 150px;
	padding: 2px 4px;
	font-size: 1em;
}
.required{
	color: #ff3300;
font-size: 1.1em;
}
.submit{
	text-align: right;
	width: 420px;
}
#respond .submit input,
.ddfm .submit input{
	background: #eee url('img/icon-apply.gif') 5px 3px no-repeat;
	color: #444;
	padding: 5px 5px 4px 25px;
width: auto;
font-size: 1.3em;
}
.credits{
display: none;
}
#respond input#nombre{
	background: #fff url('img/icon_user.gif') 4px 2px no-repeat;
}
#respond input#email{
	background: #fff url('img/icon_mail.gif')  4px 2px no-repeat;
}
#respond input#url{
	background: #fff url('img/icon_web.gif') 4px 2px no-repeat;
}

/* dagon form
------------------------*/

.ddfm fieldset {
margin-bottom: 2em;
border: 0;
}
.ddfm legend{
font-size: 1.8em;
margin-bottom: 1em;
}

/* footer
------------*/
#footer{
	margin: 3em 0 0;
	background: url(/img/logo-puc-blanco-mini.gif) 5px 5px no-repeat;
	height: 64px;
}
#footer p{
	border-top: 1px solid #ccc;
	padding: 20px 10px 0 62px;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #999;
}
#footer a{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover{
	color: #000;
	border-color: #000;
}
#footer .acreditado{
	float: right;
	border: 0;
	margin-top: 15px;
	text-indent: -9999px;
	outline: 0;
}
#footer #aacsb{
	background: url(/img/logo-aacsb.gif) center no-repeat;
	width: 50px;
	height: 47px;
}
#footer #aacsb:hover{
	background-image: url(img/logo-aacsb-on.gif);
}
#footer #equis{
	background: url(/img/logo-equis.gif) center no-repeat;
	margin: 18px 5px 0 0;
	height: 39px;
	width: 54px;
}
#footer #equis:hover{
	background-image: url(img/logo-equis-on.gif);
}


/* clearfix
----------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* wherewhere \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* done. */






