/*This is the LEAF skin, made by Ivan for Nucleus CMS*/
/*I am not a pro in CSS - If you are one and if you think it can be done better, by all means go ahead and adjust to your needs*/
/*I've tried my best to comment on most of the styles*/

/*BASIC STUFF*/
/*Link styling*/
a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}
a:hover, a:active{
	color: black;
}
/*Image*/
img{
	border: none;
}
/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
.hidden{
	display: none;
}
/*Use this to centerize any image/text*/
.centerize{
	text-align: center;
}


/*--------------------------------------------------
   Styling Calendario
---------------------------------------------------*/

table.calendar {font-size:11px;
                background-color: #fff;
                text-align: center;
                margin: auto;
}

table.calendar caption {
    text-align: center;
    margin: auto;
}


tr.calendardateheaders {font-weight:bold; font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
}
table.calendar td {text-align:center;}
td.days {font-size:11px; background-color: #fff; color:gray;}
a.linkdays:link {text-decoration: underline;}
a.linkdays:visited {text-decoration: underline;}
td.today{color:green;}


/* INICO para icono de XHTML */
.xhtml {
    text-align: center;
    margin: auto;
}



/*MAIN STRUCTURE*/
/*Don't edit if you know what's good for you*/
body{
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #123454 url(images/01_bg.gif) top repeat-x;
	padding: 0px 0 20px 0;
	text-align: center;
}
#wrapper{
	width: 759px;
	margin: auto;
	background: white url(images/bodybg.gif) repeat-y;
	text-align: left;
}
/*The header image*/
#header{
	position: relative;
	width: 761px;
	height: 176px;
	margin: auto;
	background: url(images/header01.jpg) no-repeat;
}
/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#container{
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content{
	margin-right: 230px;
	padding: 25px 0;
}
#sidebar{
	width: 220px;
	float: right;
	padding: 10px 0;
	text-align: left;
}
#footer{
	width: 759px;
	margin: auto;
	padding: 20px 0 0 0;
	background: url(images/01_footer.gif) top no-repeat;
}
/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #F7F7F7;
	/*background: url(images/logo_blog_s.gif) no-repeat;*/
	background-position: center left;
}
#credits a:link, #credits a:visited{
	color: #CFE6FD;
}
#credits a:hover, #credits a:active{
	color: white;
}
/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
#header h1{
	position: absolute;
	top: 16px;
	left: 24px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}

#header h2{
        position: absolute;
        top: 20px;
        left: 24px;
        font-size: 10px;
        line-height: 35px;
        margin: 0;
}


/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
#navigation{
	font-size: 11px;
	width: 694px;
	height: 22px;
	position: absolute;
	top: 155px;
	left: 3px;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
}
/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
}
h3{
	color: #3E565F;
	margin: 0 0 8px 0;
	font-size: 14px;
	padding-bottom:15px; /*mey*/
	background: url(images/01_quote.gif) 0 3px no-repeat;/*mey*/
	padding-left:43px;/*mey*/	
}
h4{
	font-size: 11px;
}
/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 22px;
}
.sidebardiv{
	margin: 0 22px 0 15px;
}
/*The image styling of your blog*/
.contentbody img{
	border: 1px solid black;
}
/*COMMENTS STYLING*/
.c_commentbody{
	padding: 0 0 5px 0;
	background: url(images/01_hdot.gif) bottom repeat-x;
}
/*User links on comments made (eg. Ivan wrote:)*/
.c_userlink{
	margin: 0 0 5px 0;
}
/*Time stamp info in comments made*/
.c_commentinfo{
	font-size: 10px;
	margin: 3px 0 0 0;
	padding: 0 0 0 13px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
.contentbody{
	margin: 0;
	padding: 0 0 30px 5px; /*mey:en vez del 5 era 43*/
	text-align: justify;
}
.sidebarbody{
	margin: 0 0 20px 0;
	padding: 0;
}
/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*/
/*Note that it doesn't have any styling, but it's here in case you want to add some styles*/
.sidebarin{
	padding: 0;
	margin: 0;
}
.xml {
	   position: relative;
        left: 100px; top: -33px; margin-bottom:-18px;
		 
}
/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
/*You can create different image on your on, but only if you know what you're doing should you edit this part*/
.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
	/*background: url(images/01_quote.gif) 0 3px no-repeat;*//*mey*/
}
/*A different background for comments made*/
.divcommentsmade .contentbody{
	background: url(images/01_quote1.gif) 0 3px no-repeat;
}
/*A different background for the admin (in the comments made area)*/
.divcommentsmade .id1{
	background: url(images/01_quote4.gif) 0 3px no-repeat;
}
/*Add comment form's background*/
.divaddcomment .contentbody{
	background: url(images/01_quote3.gif) 0 3px no-repeat;
}
/*MORE DETAILED STUFF - Item details of your blog items*/
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}
/*Posted by*/
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
/*Category*/
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
/*Comments*/
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}
/*Views*/
.item4{
        padding: 0 0 0 15px;
        margin: 0 0 0 12px;
        background: url(images/01_item4.gif) 0 3px no-repeat;
}
/*STYLING OF SIDE TITLES*/
/*You can remove all parts here if you do not wish to use images as your side titles*/
.about h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_about.gif) no-repeat;
}
.login h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/sb_entrar.gif) no-repeat;
}
.categories h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_categories.gif) no-repeat;
}
.search h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/sb_buscar.gif) no-repeat;
}
.servicio h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/sb_nuevo_servicio.gif) no-repeat;
}
.links h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_links.gif) no-repeat;
}

/* INICIO Agregar para DIA */
.calendario h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
/*        background: url(images/sb_calendario.gif) no-repeat;*/
}

.ultarticulos h3{
        height: 23px;
        text-indent: -9999px;
        margin: 11pt 0pt 4px;
        background: url(images/b_ult_articulos.gif) no-repeat;
/* background: url(images/sb_ult_articulos.gif) no-repeat;*/
}
.academico h3{
        height: 23px;
        text-indent: -9999px;
        margin: 10px 0 -20px -5px;
        background: url(images/b_academico.gif) no-repeat;
}
.personal h3{
        height: 23px;
        text-indent: -9999px;
        margin: 10px 0 -20px -5px;
        background: url(images/b_personal.gif) no-repeat;
}



.ultcomentarios h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_ult_comentarios.gif) no-repeat;
}

.sindicacion h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_sindicacion.gif) no-repeat;
}

.nvisitas h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_nro_visitas.gif) no-repeat;
}

.estadisticas h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_estadisticas.gif) no-repeat;
}

.enlaces h3{
        height: 21px;
        text-indent: -9999px;
        margin: 0 0 1px 0;
        background: url(images/sb_enlaces.gif) no-repeat;
}
.fecha h3{
        height: 20px;
        text-indent: -9999px;
        margin: 0 0 0px 0;
        background: url(images/sb_fecha.gif) no-repeat;
}

.buscar h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_buscar.gif) no-repeat;
}


.masvistos h3{
        height: 23px;
        text-indent: -9999px;
        margin: 0 0 2px 0;
        background: url(images/sb_mas_vistos_mes.gif) no-repeat;
}

.pagerank h3{
        height: 21px;
        text-indent: -9999px;
        margin: 0 0 1px 0;
        background: url(images/sb_pagerank.gif) no-repeat;
}


/*MAIN TITLES*/
/*You can remove all parts here if you do not wish to use images as your main titles*/

h2.neocampus 	h2.academicos h2.personales h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
	height: 26px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
}
h2.weblog{
	background: url(images/01_m_ultimos_art.gif) no-repeat;
}
h2.academicos{
        background: url(images/sb_academicos.gif) no-repeat;
	height: 35px;
}
h2.personales{
        background: url(images/sb_personales.gif) no-repeat;
	height: 35px;
}
h2.neocampus{
        background: url(images/sb_neocampus.gif) no-repeat;
        height: 35px;
}
.respuestaautor
{
	margin: 0px 0 5 0;
	padding: 6px 5px;
	background-color:#e7e7e7;
	background-position: 3px 3px;
	border: 1px solid white;
}
h2.comments{
	background: url(images/01_m_comments.gif) no-repeat;
}
h2.commentsmade{
	background: url(images/01_m_commentsmade.gif) no-repeat;
}
h2.addcomment{
	background: url(images/01_m_addcomment.gif) no-repeat;
}
h2.archives{
	background: url(images/01_m_archives.gif) no-repeat;
}
h2.error{
	background: url(images/01_m_error.gif) no-repeat;
}
h2.member{
	background: url(images/01_m_member.gif) no-repeat;
}
h2.sendmessage{
	background: url(images/01_m_sendmessage.gif) no-repeat;
}
h2.searchpage{
	background: url(images/01_m_search.gif) no-repeat;
}
/*FORM STYLING*/
form{
	margin: 0;
	text-align: left;
}
/*Styling for all form fields*/
.formfield{
	width: 130px;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
/*Form fields on focus effect (when user click on that input field)*/
.formfield:focus{
	border: 1px solid black;
}
/*Form's buttons*/
.formbutton{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
/*Don't show textarea scrollbar on IE*/
textarea{
	overflow: hidden;
}
/*Wider formfields for comment and mailform*/
.commentform .formfield, .mailform .formfield{
	width: 340px;
}
/*Add background to comment textarea*/
.commentform textarea{
	background: white url(images/01_txbg.gif) center center no-repeat;
}
/*STYLING OF THE FORMS BACKGROUND, AND THE LITTLE ROUNDED TOPS*/
/*Add comment form and mailform (same size)*/
.divaddcomment form, .divsendmessage form{
	width: 390px;
	background: #FFFFFF url(images/01_mountaintop.gif) top no-repeat;
}
.commentform, .mailform{
	padding: 10px 20px;
}
/*Login form and search form (same size)*/
.login form, .search form{
	width: 174px;
	background: #EEEEEE url(images/01_mountaintop2.gif) top no-repeat;
}
.loginform, .searchform{
	padding: 10px;
}
/*THE LIST STYLES*/
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/01_arrow.gif) 0 6px no-repeat;
}
/*THE SEARCH HIGHLIGHT*/
.highlight{
	font-weight: bold;
	text-decoration: underline;
}
/*Comment error - For Nucleus v3.2*/
div.error{
	color: red;
	font-weight: bold;
}

/* INICIO para insertar una imagen a la izquierda o derecha del texto */
.leftbox, .rightbox {
        margin: 3px;
        padding: 3px;
        font-size: larger;
/* ELIMINADO PORQUE LAS IMAGENES NO SE MONTABAN CON EL MENU DE LA
   DERECHA EN FIREFOX
        width: 20%;        */
}
.leftbox {
        float: left;
        border-right: 0px solid #ccc;
}
.rightbox {
        float: right;
        border-left: 0px solid #ccc;
}


/* INICIO PARA EL BANNER DERECHO CREAR BLOG */
#banderecho { 
/*  background-image: url(images/banner_crear_blog.jpg);*/
  height: 180px;
  width: 389px;
}
.pageswitch{
text-align: center;
}
/* Para poner el logotipo dia */
.footer-i
{
        padding:10px;
        margin: 0px;
}
.logopucp
{       float: left;
        margin-left: 10px;
        margin-top: 20px;

}
.footer-i p
{
        padding: 0;
        margin: 0;
}

/* UBICACION DE LOS ENLACES EN EL BANNER*/
a#banner { 
		display:block; 
		position:absolute; 
		top: 8px; 
		left: 8px; 
		height: 85px;
        width: 470px;/*760px;*/
}
a#pucp { 
		display:block; 
		position:absolute; 
		top: 8px; 
		left: 481px; 
		height: 90px;
        width: 260px;
}



/*
.counter-detail{
	text-align:center;
	margin-left:10px;
}
*/

/********************* Stylos para la barra de sercivios ******************/
.b1 {
float:left;
width:16px;
}

.bf {
float:left;
background:url(images/nuevosServicios/bf.jpg) repeat-x;
width:730px; /*modificar de acuerdo al ancho de su página*/
height:29px;
}

.b3 {
float:right;
width:16px;
}


#servicios-dia {
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
width:762px; /*es la suma del ancho de b1+bf+b3*/
margin:0 auto;
text-align:left;
text-transform:lowercase;
}

#servicios-dia a {
background:url(images/nuevosServicios/boton.gif) no-repeat;
width:68px;
height:23px;
vertical-align:middle;
line-height:23px;
float:left;
list-style:none;
text-align:center;
margin-right:5px;
}

#servicios-dia a {
color:#fff;
text-decoration:none;
}

#menu {
float:right;
}

   #menu strong {
   float:left;
   margin-right:10px;
   margin-top:6px;
   font-size:12px;
   }

#items {
float:left;
margin-top:3px;
font-size:12px;
}

a#activo {
background:url(images/nuevosServicios/bl1.gif) no-repeat;  /*reemplacen el nombre del
archivo con el servicio que se muestra en ese momento*/
}


#banderecho {
  margin-left: 4px;
  background-image: url(images/fon_crearblog.jpg);
  width: 180px;
  height: 390px;
}

#menu1 a {
  position: relative;
  width: 135px;
  height: 38px;
  text-decoration: none;
}

#menu1 a i { visibility: hidden; }

a#crearblog { display:block; position:relative; top:81px; left: 45px;}
a#crearblog:hover { background-image: url(images/bot_crearblog_over.png);}
a#crearblog:hover { border: none; }


#menu2 a {
  position: relative;
  height: 73px;
  width: 180px;
  text-decoration: none;
}

#menu2 a i { visibility: hidden; }

a#queesblog { display:block; position:relative; top:271px; left: 0px; }
a#queesblog:hover { background-image: url(images/bot_queesunblog_over.png);}
a#queesblog:hover { border: none; }



