/*  
Theme Name: wp-innorus
Theme URI: http://www.innorus.cl
Description: Plantilla de Wordpress desarrollada exclusivamente para www.INNORUS.cl
Author: Jose A. Carvallo
Author URI: http://www.djtoti.com
*/

/*-- General --*/

body {
	background: url(images/bg.jpg);
	margin: 0;
	font: 80% Helvetica, Arial, sans-serif;
	color: #FFF;
}
a {
	color:#ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#wrap {
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	background: #000;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background: #FFF url(images/bgcontent.jpg) right repeat-y;
}
#header {
	width: 1000px;
}
#headercontent {
	background: url(images/header.jpg) no-repeat;
	height: 114px;
	clear: both;
}
#header-sep {
	height: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
}
#ah a {
	color: #F60;
}

/* ClearFix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*-- Footer --*/

#footer {
	background: #333;
	color: #FFFFFF;
	clear: both;
	padding: 10px;
}

/*-- Textos y links --*/

h3 a {
	font-size: 1.3em;
	color: #ff0000;
}

/*-- Entradas --*/

.entry {
	font-size: 1em;
}
.headlines {
	clear: both;
	margin: 5px 0;
	padding: 3px 5px 8px 5px;
}
.headlines a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color: #FF0000;
}
.headlines a:hover {
	text-decoration: underline;
}
.headlines img {
	margin-right: 12px;
	float: left;
}

/*-- Estructura de bloques --*/

#col1 {
	overflow: hidden;
	color: #333;
	width: 647px;
	float: left;
}
.titulo-block�{
	color:#ff0000;
}
#col2 {
	padding: 5px;
	width: 290px;
	float: right;
}
#col2 a {
	color: #00C;
}
#col1 .block {
	padding: 10px;
	width: 600px;
	float: left;
}
#col2 h2 {
	width: 275px;
	border-bottom: 1px dashed #000;
	font-size: 1.3em;
	color: #000;
}
#wp-calendar {
	margin: 10px auto;
	width: 200px;
	color: #000;
}
#wp-calendar a {
	color: #C60;
}
h2 {
	font-size: 1.8em;
	margin: 7px 0 10px 4px;
}

#info-evento {
	clear: both;
	color: #FF3300;
	margin-bottom: .5em;
	padding: .5em;
}

.fotoabout {
	display: block;
	width: 124px;
	margin: 5px 13px 13px;
	float: left;
}
.fototext {
	font-size: 0.75em;
	overflow: hidden;
	margin: 2px 0;
	font-style: italic;
}

/*-- Menu horizontal --*/

#menu {
	margin: 0; padding: 0;
}
#menu li {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
}
#menu li a {
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	display: block;
	margin: 0 5px; padding: 9px 10px;
}
#menu li a:hover {
	text-decoration: none;
	background:  #333;
}

			#menu ul { visibility: hidden; position: absolute; width: 150px; }
			#menu ul a { background: #000; width: 150px; margin: 0 0 0 -35px; padding: 0 -10px; }
			#menu ul a.menu_open { background: #CCC; }


/*-- Comentarios --*/

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	font-size: 1.1em;
	color: #6c6c6c;
	border: 1px solid #999999;
}
#comment {
	width: 450px;
}

textarea:focus, input:focus {
	color: #0066FF;
	border: 1px dashed #0066FF;
}

.commentmetadata {
	color: #666666;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	font-weight: bold;
	margin: 1em;
	padding: 1em;
	list-style-type: none;
	color: #333333;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.alt {
	background-color: #e7e7e7;
}

/* Imagenes */
p, img {
	padding: 0;
	max-width: 100%;
}

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
}

.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;
}

/* contact left */
.contactleft {
	padding: 5px 0;
}

/* Destacados */

#slider {
	position: relative;
}
#shade {
	margin-left: 1px;
}
.scroll {
	width: 382px; /* 350 + 2 (borde) */
	margin: 5px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}
.featured_media {
	width: 380px;
	height: 250px;
	border: 1px solid #000;
}
.featured_media img {
	border: 0;
}
.destacados_info {
	margin-top: -66px; padding: 5px 8px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(images/fondos/negro-opacity.png);
	height: 49px;
	position: relative;
	z-index: 9999;
	color: white;
}
.destacados_info:hover {
	background: url(images/fondos/negro-opacity2.png);
}
.destacados_info a {
	color: #ffb400;
	font-size: 1.5em;
	font-weight: bold;
}
.destacados_info a:link, .destacados_info a:hover, .destacados_info a:visited {
	color: #FFFFF;
}
.destacados_navi {
	margin: 0; padding: 0;
	text-align: center;
}
.destacados_navi li {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
}
.destacados_navi img {
	margin: 4px;
	border: 1px solid #000;
}