/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Sans-Serif, Arial, Verdana;
	background: #000; /*url(images/fondo.jpg) left top no-repeat;*/
	color: #000;
}

/* Default */
a {
	color: #fff;
        font-weight:bold;
}

a:hover {
	color: #b5bfd4;
 	font-weight:bold;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em	
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

.titulogrande {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Sans-Serif, Arial, Verdana;
}

.titulo {
	color: #FF6600;
	font-weight: bold;
}

strong {
	color:#fff;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: url(images/header_web.jpg) right top no-repeat;
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 160px;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Sans-Serif, Arial, Verdana;
	font-size: 2em;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #faf6bb;
}

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Sans-Serif, Arial, Verdana;
	font-size: 1.3em;
}

#page {
	padding: 0 53px;
	/*background: url(images/imagen_izquierda.jpg) left 87px no-repeat;*/
}

#pageinner {
	position: relative;
	margin: 0px 0 0 0;
        background-color: #000;
	/*background: url(images/color_contenido.jpg) right top repeat-y;*/
        /* Bordes inferiores redondeados*/
        -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#navcontainer ul {
	/*background: url(images/fondo_menu.png) repeat;*/
	padding-left: 15px;
	margin: 0;
	list-style: none;
	float: center;
	width: 100%;
}

* html #navcontainer ul {
	/*background: #972f07 url(images/fondo_menuIE6.jpg) no-repeat;*/
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	border-top: 1px solid #ff8400;
   background: #69070b;
   background: -webkit-gradient(linear, left top, left bottom, from(#eb2f05), to(#69070b));
   background: -moz-linear-gradient(top, #eb2f05, #69070b);
   padding: 2.5px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
	font-family: Sans-Serif, Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#navcontainer ul li a:hover {
	border-top-color: #ff6600;
   background: #ff6600;
   color: #ffffff;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: #000; /*url(images/fondo_buscador.gif) repeat-x;*/
	color: #ffffff; 
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Sans-Serif, Arial, Verdana;
	font-weight: bold;

            /*bordes redondeados*/
        -webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius-topright: 7px;
	-khtml-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: #000; /*url(images/fondo_buscador.gif) repeat-x;*/
	text-align: right;
        height:20px;

        -webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#searchform {
	padding: 5px;
}

.input_plane{
        color: #000000;
        background-color: #D1D1DF;
}

#s {
	border: 0px solid #596f9a;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/fondo_boton.gif) repeat-x;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
        background-color:#000;
	margin: 0;
	color: #011631;
        min-height:300px;
}

#sidebar a {
	color: #FFEAC4;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {	
	background-color: #000;
	margin: 0 0 0px 0;
	font-size: 12px;
	line-height: 15px;
	/*letter-spacing: 1px;*/
}

#sidebar ul li h2 {
	margin: 0;
	/*background: url(images/fondo_titulo_barra.gif) repeat-x;*/
	color: #F57D2E;
	text-transform: uppercase;
	font-family: Sans-Serif, Arial, Verdana;
	font-size: 13px;	/*padding: 3px 3px 3px 10px;*/
}

#sidebar h2 {
	padding: 9px 0px 0px 10px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	/*background: url(images/item_barra_lateral.gif) left center no-repeat;*/
       font-size:11px;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/item_barra_lateral.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #fff;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	/*background: #022255 url(images/fondo_titulo_barra.gif) repeat-x;
	margin: 0;
	color: #b5bfd4;
	font-family: Sans-Serif, Arial, Verdana;
	padding: 3px 3px 3px 10px;*/
        visibility:hidden;
        position:absolute;
}

#content {
	margin: 0 0 0 213px;
	padding: 0;
        min-height:300px;
}

#contentinner{
	padding: 10px 80px 30px 50px;
	font-size: 12px;
	line-height: 20px;
        font-family: Sans-Serif, Arial, Verdana !important;
        color:#ECECEC;
        letter-spacing: 0.04em;
        min-height:1380px;
}


/* Post */
.post h2.posttitle {
	padding: 0;
	margin: 0;
	float: right;
	font-size: 18px;      
        text-transform: uppercase;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
	color: #FF6600;        
        
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
        color: #b5bfd4;
        visibility: hidden;
}

small.postmetadata a {
        color: #b5bfd4;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}


.comments a{
color: #b5bfd4;
}
.comments a:hover{
color: #fff;
}
ul li.comments {
	text-align: right;
}

div.divider {
	background: url(images/divisorposts.jpg);
	height: 20px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	font-family: Sans-Serif, Arial, Verdana;
	padding: 0 0 2em 0;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	background: url(images/divisorposts.jpg) center bottom no-repeat;
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
        color: #fff;
}

#commentwrapper {
	/*background: #4e608a url(images/commentBk.jpg) center bottom repeat-x;*/
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 11px;
	color: #fefef6;
	font-family: Sans-Serif, Arial, Verdana;
}

ol.commentlist {
	padding-right:130px;
	list-style: none;
	font-family: Sans-Serif, Arial, Verdana;
	color: #b5bfd4;
        font-size: 11px;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 1px double #000121;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 0px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */

form#commentform {
color: #b5bfb4;
}
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
        font-size:11px;
}


input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	background: url(images/footer.jpg) bottom;

	height: 176px;

	margin: 0 53px;

	font-family: Sans-Serif, Arial, Verdana;

	text-align: right;

	font-size: 12px;

	color: #b5bfd4;

        

}



#footer p {

	margin: 0;

	padding: 0.9em;

	line-height: 1.5em;

}



#footer img {

	vertical-align: middle;

}



#footer a {

	color: #b5bfd4;

        text-decoration:none;

}



#footer a:hover {

	color: #ffffff;

}


div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}
/*
.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}*/

p.loggedinAs {
	margin: 0; 
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}


.staff table{
border-color:#03030F;
border:0;
margin-left:20px;
font-size: 10px;
}

.programa table {
	width: 100%;
	border: 1px solid #333;
	border-top: 0;
	border-collapse: collapse;
}
.programa table td {
	border: 1px solid #333;
	border-bottom: 0;
	padding: .3em .5em;
        font-size: 11px;
}

table td h2{
padding-right:5px;
}
