/*
Theme Name: Innovacien
Theme URI: http://innovacien.org/
Description: Template de Innovacien.org
Version: 1.6
Author: Fernando Rojas
Author URI: http://aulagamer.cl
Tags: 
Text Domain: 
*/

/*
rojo rgb(190,30,45);
intermedio rgb(222,98,30);
amarillo rgb(250,168,25);
*/

*{margin:0;padding:0;border:0;}
a{text-decoration:none;}

/* Begin Typography & Colors */
body {
	text-align: center;
	background-color:white;font-family:Verdana, Geneva, sans-serif;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#barralateral h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #barralateral h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a, .commentlist span.says{
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	color:#333;
	}

.commentlist p {
	font-weight: normal;
	font-size: 14px;
	color:#333;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#comments{font-size: 17px;
	color:#333;font-weight: bold;}

.commentmetadata {
	font-weight: normal;
	}

#barralateral {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#spantag a[rel='tag']{color:#666666;font-size: 0.8em;}

hr{border-top:solid 1px #e1e1e1;margin-top:2px;margin-bottom:20px;}
/* End Typography & Colors */



/* Begin Structure */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}

#header {
	height:120px;
	position:relative;
}

#menu-top {
	float:right;
	position: absolute;
	top:8px;
	right:170px;
}

#menu-top a {
	color: rgb(222,98,30);
	font-size: 12px;
}

#menu-top a:hover {
	text-decoration: underline;
}

#menu-top-encuentranos {
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	background-color:white;
	padding-top: 8px;
}

#menu-top-encuentranos a{
	display:inline-block;
	margin-right:5px;
}

#menu {
	float:right;
	position:absolute;
	top:50px;
	right:0px;
}

#menu a{
	font-size:20px;
	color:rgb(222,98,30);
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	display:inline-block;
}

#menu a:hover,#menu a:hover span{
	color:white;
	background-color:rgb(222,98,30);
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#menu a span {
	color:rgb(222,98,30);
	display:block;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

/*********************************************
Contactable
**********************************************/

#contactable {
	background-image:url(images/contact.png);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

#contactForm {
	background-color:#333333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	*width:394px;
	z-index:90000;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
}

form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactForm .red {
	color:	#F5410F;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
.error { background-color: #EDBE9C; }

#name.error { background-color: #EDBE9C; } 
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

form#contactForm label{
	*margin-left:20px;
}

form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}	

/****************************************************************/

#container {
	margin-top:0px;
}

#side-a {
	float: left;
	width: 250px;
}

#content { 
	float: right;
	width: 710px;
}

#blog{
	border-top:1px dashed rgb(222,98,30);
	padding-left: 10px;
	margin-left: 10px;
}

#blog small{color:#666666;font-size: 12px;}
#blog small a,#blog div.entry p a{color:rgb(190,30,45);}
#spantag,#spantag a[rel='tag']{color:#666666;font-size: 10px;}
#blog small a:hover,#spantag a[rel='tag']:hover,#blog div.entry p a:hover,#blog div a:hover{text-decoration: underline;}
#blog div a{font-size: 13px;color:rgb(190,30,45);}
#blog div p{color:#333;font-size: 13px;}

#blog h1{font-size: 45px;
	font-weight: bold;
	color:rgb(222,98,30);text-align: left;}
#blog a.volver{font-size: 12px;color:rgb(222,98,30);text-decoration: none;}
#blog a.volver:hover{text-decoration: underline;}

#blog h2 a{
	font-size: 20px;
	font-weight: bold;
	color:#333;
}
#blog h2 a:hover{color:rgb(222,98,30);text-decoration: none;}

#blog div.entry{color:#333;font-size: 13px;}

#popularPosts{margin-bottom: 10px;background-color:rgb(222,98,30);-moz-border-radius: 10px;border-radius: 10px;padding:6px;}
#popularPosts h1{color:white;font-size: 22px;margin:0px;padding:0px;}
#popularPosts a{display: block;padding:10px;margin:5px;background-color: white;font-size: 13px;-moz-border-radius: 10px;border-radius: 10px;color:rgb(190,30,45);}
#popularPosts a:hover{background-color: rgb(190,30,45);color:white;}

#footer-wrapper{
	clear: both;
	position: relative;
	top:10px;
}

#instituciones{
	background-color: #dd7433;
	height: 4px;
	padding-top: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
}

#mapasitio{
	background-color: rgb(222,98,30);
	height: 230px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#mapasitio div{
	float:left;
	padding:10px;
}
#mapasitio div.titulo{width: 26%;padding-left: 20px;}

#mapasitio div span,#mapasitio div li a{color: white;}
#mapasitio div li a:hover{text-decoration: underline;}
#mapasitio div li{list-style-image: url(images/list.png);margin-left:20px;}
#mapasitio div.notitulo span{font-size: 14px;font-weight: bold;display: block;margin-bottom: 5px;}
#mapasitio div.titulo span{font-size: 20px;font-weight: bold;}
#mapasitio div li a{font-size: 12px;}

#footer-message{font-size: 14px;color:rgb(222,98,30);text-align: center;padding-bottom: 16px;padding-top: 4px;font-weight: bold;}

.post {
	margin: 0 0 5px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {clear: both;background-color:#f4ab14;}
/* End Structure */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright,.entradas-nuevas {
	float: right;
	}

.alignleft,.entradas-antiguas {
	float: left
	}

/*	Begin Headers */
h1 {
	padding-top:5px;
	margin: 0;
	}

h2 {
	margin-top: 10px;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#barralateral h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */

/* Begin Comments*/
.alt {
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}
/* End Comments */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
border:solid 1px #aaa;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:solid 1px #aaa;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul li:before, #barralateral ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#barralateral ul, #barralateral ul ol {
	margin: 0;
	padding: 0;
	}

#barralateral ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#barralateral ul p, #barralateral ul select {
	margin: 5px 0 8px;
	}

#barralateral ul ul, #barralateral ul ol {
	margin: 5px 0 0 10px;
	}

#barralateral ul ul ul, #barralateral ul ol {
	margin: 0 0 0 10px;
	}

ol li, #barralateral ul ol li {
	list-style: decimal outside;
	}

#barralateral ul ul li, #barralateral ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#barralateral #searchform #s {
	width: 108px;
	padding: 2px;
	}

#barralateral #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
/* End Form Elements */

/* Begin barralateral */
#barralateral
{
	padding: 20px 0 10px 0;
	text-align:left;
	}

#barralateral form {
	margin: 0;
	}
/* End barralateral */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display:block;
	text-align:center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

