﻿/*
Theme Name: WordPress Theme Generator 
Theme URI: http://www.yvoschaap.com/wpthemegen/
Description: WordPress Custom Theme for WP Generator Blog created with the <a href="http://www.yvoschaap.com/wpthemegen/">WordPress Theme Generator</a>. To edit your current theme go: <a href="http://tinyurl.com/4g7qhm">edit settings</a>.
Version: 24 Jun, 10:20
Author: W.P. Gen
Author URI: http://www.yvoschaap.com/

*/

/*html>body #content {
height: auto;
	height:100%;
	min-height: 580px;
}*/


html{
margin:0px;
height:auto;
}


#contenido {
	height:100%;
	
}

#contenido_paginas{
	text-align:left;
	padding:10px;
	min-height: 500px;

}

body{
	font-family: Arial;
	font-size: 95%;
	line-height: 115%;
	background-color: #e6e6e6;
	background-image: url(/);
	background-repeat: repeat;
	background-position: center top;
	text-align:center;
	height:auto;

}

body,td,th {
	color: #666666;
}

#doc {
	width: 905px;
	/*height:100%;*/
}


a, a:link {
	padding: 1px;
	color: #D1A700;
	text-decoration: none;
}

a:hover {
	color: #D1A700;
	text-decoration: underline;
	SP_HOVERLINK;
}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: Arial;
	font-size: 105%;
	font-weight:normal;
	line-height:105%;
}

h3.titulo_listado{
	color: #D1A700;
	text-align:left;
	font-size:1.5em;
	margin-top:30px;
	margin-bottom:5px;
	line-height:105%;
	padding-left: 10px;
}


h3 a{
	color:#666666;
	text-decoration:none;
}

h3 a:hover { text-decoration:underline}


h4 {
	font-size: 80%;
	color:#000000;
	text-transform:uppercase;
	font-weight:normal;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:10px;
	}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	text-align: left;
	padding-top: 0px;
	padding-bottom:0px;
	width:655px;
	height: 196px;
}
#hd h1{
	font-size: 290%;
	color: #FFFFFF;

}

#hd h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

.itemhead-pagina h3{
	color: #D1A700;
	text-align:left;
	font-size:1.5em;
	margin-top:30px;
	/*margin-left:10px;*/

}



.item {
	width:634px;
	/*padding: 10px;*/
	background-image: url(/); 
	background-repeat: repeat;
	text-align:center;
	margin-bottom: 1em;
	float:left;
	height: auto;
	/*margin:auto;*/
	border:0px red solid;
}

.item ul, .item-pagina ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol, .item-pagina ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item-pagina {
	width:634px;
	/*padding: 10px;*/
	background-image: url(/); 
	background-repeat: repeat;
	text-align:left;
	margin-bottom: 1em;
	float:left;
	height: auto;
	/*margin:auto;*/
	border:0px red solid;
}



.itemhead{
	position:absolute;
	margin-top:420px;
	margin-left:50px;
	text-align: right;
	width:463px;
	text-transform:uppercase;
	color:#666666;
	border:0px yellow solid;
	z-index:1000;
/*	float:right;*/

}

.storycontent{
	width:597px;
	height:auto;
	margin-top:0px;
	border:0px blue solid;
	border-bottom:1px #cccccc solid;
	/*padding-left:38px;*/
	padding-bottom: 10px;
	margin:auto;
}


.chronodata {
	font-size: 70%;
	color:#b2b2b2;
	
}


.itemhead h3{
	display: inline;
	font-family: Arial;
	font-size: 80%;
	font-weight:normal;
	color:#666666;
	top:0px;left:0px;border:0px red solid;
}

.itemhead a:link{ text-decoration:none; color: #666666 }
.itemhead a:actived{ text-decoration:none; color: #666666 }
.itemhead a:visited{ text-decoration:none; color: #666666 }
.itemhead a:hover { text-decoration:underline; color: #666666 }


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #D1A700;
}

.tags, .catagory {

	display: block;

}

.commentlist p {
	clear: both;
	font-size: 95%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #FFFFCC;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#secondary, #third{
	background-color: #ececec;
	background-image: url(/); 
	background-repeat: repeat-x;
	text-align:left;
	padding: 0px;
	border: 1px solid #cccccc;
	SP_GRADIENT
}

#secondary h4, #third h4{
	color: #000000;
	font-family: Arial MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#third {
	margin-left: 9px;
}

#menu {padding:0; border:0px solid #fff; text-align:left }
#menu ul {list-style:none; margin:0px; padding:0; font-size:9pt;  }
#menu ul li { padding:0; margin-left:10px; margin-bottom:0px; color:#b2b2b2;}
#menu ul li a { display:block; padding:4px 4px 4px 10px; text-decoration:none; color: #D1A700; }
#menu ul li a:hover { color:#D1A700; text-decoration:underline; }
.numero_post {
	color:#999999;
	text-decoration:none;
	font-size:8pt;
}


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 8px;
}

.yui-navset .yui-nav a:hover {
	/*background-color: #0099DD;*/
	color: #666666;
	text-decoration:none;
	text-transform: uppercase;
}

.yui-navset .yui-nav li a {
    /*background-color: #ffffff;*/
	/*background-image: url(/); */
	background-repeat: repeat;
	border-bottom: 0px;
	color: #666666;
	padding: .0em 4em 0em .7em;
	text-decoration:none;
	font-size: 70%;
	text-transform: uppercase;
	
}



#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#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;
	text-decoration: none;
}


#wp-calendar td {
	color: #FFFFFF;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: ;
	color: #0099DD;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #FFFFCC;
}

#menu-principal ul{	margin: 0px; padding-top: 5px; list-style-type: none; list-style-image: none; }
#menu-principal ul li { display: inline; padding: 5px 25px 5px 25px;}
#menu-principal ul li a  { text-transform: uppercase; color: #666666; font-size: 0.7em; }
#menu-principal ul li a:hover  { background:#e5e5e5; text-decoration:none }

#imagen_cabecera { float:left;margin-left:-1px;height:196px }
#contenido_central { width:655px; height: 100%; background-color:#ffffff; border: 1px solid #cccccc; float:left;text-align:left }
#contenido-texto { height:auto; float:left;border:0px orange solid; background:#ffffff }

#fondo_video { 
	background-image: url('http://blog.encamina.tv/imagenes/fondo-video.jpg');
	background-repeat:no-repeat; 
	width: 460px; 
	height: 460px;
	padding-left:38px;
	padding-top:43px;
	text-align:left;
	margin-bottom:10px;
	border: 0px green solid;
}
#contenido{
	text-align:left;
	width:500px;
	border:0px gray solid;
}

#contenido p, span {
	padding-left:15px;
	margin-top:0px;
	padding-right:14px;
}

