/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
*:focus {outline: none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a { outline:none;}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	padding:12px 0 40px 38px;
	width: 451px;
}
#content {
	width: 412px;
}
.page-id-299 #container,
.page-id-264 #container,
.page-id-604 #container {
	background:url("images/line.gif") repeat-y scroll right top transparent;
}
#sidebar {
	background:url("images/line.gif") repeat-y scroll right top transparent;
	float:left;
	padding:12px 0 0 0;
	width:447px;
}
#bottom {
	background:url("images/bottom.png") repeat-x scroll 0 0 transparent;
	clear: both;
	margin-bottom:20px;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Times New Roman, Georgia, serif;
}
h3#comments-title,
h3#reply-title,
#header .menu,
#header div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#header .menu-header,
div.menu,
#footer,
#branding,
#main  {
	margin: 0 auto;
	width: 940px;
	clear: both
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:url("images/tile.gif") repeat scroll 0 0 #f1f1f1;
	color: #666;
	font-family: Times New Roman, Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {    }
ol ol {  list-style: upper-alpha;  }
ol ol ol {  list-style: lower-roman;  }
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {  bottom: 1ex; }
sub {  top: .5ex;  }



strong {
	font-weight: bold;
}
.fix {
	clear:both;
	height:0px;
}
.linedashed {
	border-bottom:1px dashed #999999;
	width: 360px;
	margin: 0 0 15px
}


/* =Top Header
-------------------------------------------------------------- */
#top {
	background:url("images/top.gif") repeat-x scroll 0 0 #f1f1f1;
	/*height:166px;*/
	width: 100%;
}
#top #topmenu {
	height:48px;
	margin: 0 auto;
	width: 932px;
}
.inicioLink {
	color: #bababa;
	height: auto;
	display: block;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 10px 0 0 10px;
}
#date {
	font-family: Arial;
	font-size: 10px;
	color: #BABABA;
	float:right;
	font-weight:lighter;
	margin:12px 0 0 9px;
	line-height: 4px;
	width: 56px;
}
#date span {
	line-height: 14px ;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	color: #464646
}
#timezones {
	float: right;
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase	;
	color: #bababa;
	margin: 7px 0 0 15px;
	position: relative;
	/*width: 82px;*/
	width: 242px;
	/*width: 307px;*/
}
#timezones .mask {
	float: right;
	height: 20px !important;
	margin: 2px 0 0 0;
	overflow: hidden;
	position: relative;
	/*width: 82px;*/
	width: 242px;
	/*width: 307px;*/
}
#timezones #timezonesCont {
	height: 20px;
	position: absolute;
	top: 0;
	right:12px;
	/*width: 82px;*/
	width: 230px;
	/*width: 307px;*/
}
#timezones li {
	background:url("images/sep.gif") repeat-y scroll right top transparent;
	float:left;
	height:19px;
	line-height:12px;
	padding:0 8px;
}
#timezones span {
	display: block;
	color: #2a2a2a;
	line-height: 7px;
}
.abreIdioma {
	background: url("http://www.expressocss.com/cfp/wp-content/themes/twentyten/images/toggle.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 18px;
	position: absolute;
	right: 0px;
	top: 3px;
	width: 11px;
}
.abierto {  background: url("http://www.expressocss.com/cfp/wp-content/themes/twentyten/images/toggle.gif") no-repeat scroll right top transparent;  }


#language {  float: right;  width: 105px; }





/* =Header
-------------------------------------------------------------- */
#header {
	height:128px;
	margin: 0 auto;
	width: 932px;
}
#site-title {
	background:url("images/logo.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:45px;
	margin:21px 0 0 53px;
	width:253px;
}
#site-description {
	float: right;
	margin: 14px 0 0 0;
	width: 220px;
}
#site-description a {
	border-left:1px solid #747272;
	border-right:1px solid #747272;
	color:#595959;
	float:right;
	font:10px/13px Arial, sans-serif;
	padding:0 5px;
	text-decoration:none;
	text-transform:uppercase;
}
#site-description #searchform {
	clear:both;
	padding:7px 0 0;
}
.screen-reader-text, #searchsubmit {
	display: none
}
#site-description #searchform input {
	background:url("images/arrow.png") no-repeat scroll 156px 8px #FFFFFF;
	border:1px solid #D2D0D0;
	color:#A3A3A3;
	float:right;
	font:10px/13px Arial,sans-serif;
	height:24px;
	padding:0 15px 0 0;
	text-align:right;
	width:153px;
}




/* =Menu
-------------------------------------------------------------- */
#header .menu-header {
	clear:both;
	height:36px;
	padding:26px 0 0;
}
#header .menu-header .menu {
	background:url("images/menushadow.png") no-repeat scroll right top transparent;
	height:36px;
	list-style:none outside none;
	margin:0;
	padding:0 8px 0 23px;
	width:905px;
}
#header .menu-header li {
	background:url("images/menu.png") repeat-y scroll 0 0 transparent;
	float: left;
	position: relative;
}
#header .menu-header  a {
	background:url("images/menushadow.png") no-repeat scroll 0 0 transparent;
	color:#37332F;
	display:block;
	font:13px/36px Times New Roman;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:153px;
}
#header .menu-header  a:hover {
	color:#94908C;
}
#header #menu-menu-es li:first-child a,
#header #menu-menu-en li:first-child a {
	background:none no-repeat scroll 0 0 transparent;
}
/*#header #menu-item-615 a,*/
#header #menu-item-1103 a ,
#header #menu-item-1129 a {  width:140px;  }
#header ul ul {
	list-style:none outside none;
	margin:0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 153px;
	z-index: 99999;
}
#header ul ul li {
	float:none;
}
#header ul ul ul {
	left: 100%;
	top: 0;
}
#header ul ul a {
	background:url("images/submenu.png") no-repeat scroll 0 0 transparent !important;
	color:#94908c !important;
	font:11px/26px Times New Roman !important;
}
#header ul ul li:first-child a {
	background:none no-repeat scroll 0 0 transparent !important;
}
#header ul ul a:hover {
	color:#37332F !important;
}
#header ul li:hover > ul {
	display: block;
}
#header ul li.current_page_item > a,
#header ul li.current-menu-ancestor > a,
#header ul li.current-menu-item > a,
#header ul li.current-menu-parent > a {
	color: #37332F;
}
* html #header ul li.current_page_item a,
* html #header ul li.current-menu-ancestor a,
* html #header ul li.current-menu-item a,
* html #header ul li.current-menu-parent a,
* html #header ul li a:hover {
	color: #37332F;
}
#subheader {
	background:url("images/shadowright.png") repeat-y scroll right top transparent;
	height:344px;
	margin:0 auto;
	clear: both;
	padding:0 8px 0 10px;
	position: relative;
	width:922px;
}
#subheader .frases {
	color: #FFFFFF;
	font-size: 43px;
	left: 70px;
	line-height: 45px;
	position: absolute;
	top: 115px;
	width: 250px;
	z-index: 1000;
}

/* =Content
-------------------------------------------------------------- */
#middle {
	background:url("images/shadowtop.png") repeat-x scroll 0 0 transparent;
	width:100%;
}
#main {
	background:url("images/line.gif") repeat-y scroll 9px 0 transparent;
	position: relative
}
.home #container h6 {
	color:#9A9897;
	font:13px/16px Times New Roman,Georgia,serif;
	margin:10px 0;
	text-transform:uppercase;
}
#container h6 {
	color:#9A9897;
	font:13px/16px Times New Roman,Georgia,serif;
	margin:30px 0 10px;
	text-transform:uppercase;
}
.page-template-integrantes2-php #container h6 {
	margin:30px 0 10px;
}
.page-template-integrantes2-php #content .entry-title {
	margin:20px 0 7px;
}

.hentry {
	margin:0 0 20px;
	padding:0 0 10px;
}
.home .hentry,
.search-results .hentry,
.page-template-noticias-php .hentry {
	border-bottom: 1px dashed #999999;
}
.hentry:last-child {
	border:none;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
	background: none
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
#content .entry-title {
	margin:0 0 7px 0;	
}

.page-template-historia-php #content .entry-title,
.page-template-historia-php #content .entry-title a {
	color: #9A9897;
	font: 13px/14px Times New Roman,Georgia,serif;
	text-decoration:none;
	text-transform: uppercase;
	width:360px;
}
#content .entry-title a:hover {
	color: #666461;
}
.entry-meta {
	color: #37332f;
	font: 11px Arial, sans-serif;
	margin:0 0 2px;
}
.entry-meta a {
	color: #37332f;
	text-decoration:none;
}
.entry-meta a:hover{
	color: #666461;
}
.entry-meta .meta-sep,
.entry-meta .author a {
	font-weight:bold;
}
.entry-content {
	clear: both;
	padding: 10px 0 0 0;
}
.entry-content p {
	color:#37332F;
	font:14px/15px Times New Roman,Georgia,serif;
	padding:0 0 20px;
	text-align:left;
	width:370px;
}
.home	.entry-content p {
	color:#37332F;
	font:14px/15px Times New Roman,Georgia,serif;
	padding:0 0 20px;
	text-align:left;
	width:430px;
}
.page-template-noticias-php #content, .single-post #content,
.page-template-noticias-php .entry-content p,
.single-post .entry-content p {
	width:550px;
}
.entry-content a.vcard {
	background:url("images/ficha.png") no-repeat scroll top left transparent;
	padding: 3px 0 4px 30px;
}
.home
.more-link {
	margin: 0  40px 0 0
}
.entry-content p .more-link {
	/*background:url("images/morelink.gif") no-repeat scroll right top transparent;*/
	bottom:0;
	color:#808184;
	float:right;
	font:11px/14px Arial,sans-serif;
	/*padding:0 18px 0 0;*/
	position:absolute;
	right:-25px;
	text-decoration:none;
}
.entry-content p .more-link span {
	/*border-left:1px solid #37332f;
	border-right:1px solid #37332f;*/
	color: #37332f;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}




/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

.single #content .thumb {
	margin: 0 0 20px;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Mapa
-------------------------------------------------------------- */
#mapa {
	margin:0 auto;
	padding:0 0 20px;
	width:386px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}




/* =Secciones  
-------------------------------------------------------------- */
#wpml_credit_footer {
	display:none;
}
.home #container,
.page-id-176 #container {
	background:url("images/line.gif") repeat-y scroll right top transparent;
	min-height:510px;
	width:447px;
}
.home #sidebar {
	height:550px;
}
.home #content .entry-title a {
	color: #37332f;
	display:block;
	font:28px/30px Times New Roman,Georgia,serif;
	letter-spacing:-0.5px;
	text-decoration:none;
	text-transform:none;
	width:360px;
}
.home #content .entry-title a:hover {
	color: #666461;
}
.home .entry-content p {
	left:0;
	position:relative;
	top:0;
}
.page-id-176 #container,
.page-id-493 #container {
	background:url("images/line.gif") repeat-y scroll right top transparent;
	height:660px;
	width:447px;
}
.page-template-integrantes-php #container,
.single-consul #container,
.single-integrante #container {
	background:url("images/line.gif") repeat-y scroll right top transparent;
	min-height:700px;
	width:447px;
}
.single #container,
.search-results #container,
.page-template-noticias-php #container,
.page-id-17 #container,
.page-id-152 #container,
.page-id-28 #container,
.page-id-175 #container,
.page-id-19 #container,
.page-id-177 #container,
.page-id-204 #container,
.page-id-930 #container,
.page-id-209 #container,
.page-id-483 #container,
.page-template-integrantes2-php #container,
.single-integrante #container,
.single-consul #container  {
	background:url("images/shadowleft.png") repeat-y scroll right top transparent;
	width:585px;
}
.type-page .entry-meta {  display:none;  }
.page h1,
.search h1,
.error404 h1 {
	color:#37332F;
	font:28px/30px Timess New Roman,Georgia,serif;
	letter-spacing:-0.5px;
	margin:0 0 15px;
}
.error404 input[type="text"],
.search input[type="text"] {
	background:url("images/arrow.png") no-repeat scroll 156px 8px #FFFFFF;
	border:1px solid #D2D0D0;
	color:#A3A3A3;
	font:10px/13px Arial,sans-serif;
	height:24px;
	padding:0 15px 0 5px;
	text-align:left;
	width:153px;
}
.sep {
	font:12px arial !important;
	/* margin: 25px 0; */
}

.page-id-19 .entry-content p a,
.page-id-177 .entry-content p a {
	text-decoration: none;
	font-style: italic;
	color: #666
}
.page-id-19 .entry-content p a:hover,
.page-id-177 .entry-content p a:hover {
	text-decoration: none;
	font-style: italic;
	color: #000
}
.page-template-integrantes-php .entry-title,
.page-template-integrantes-php .entry-title {
	color:#37332F;
	font:28px/30px Times New Roman,Georgia,serif;
	letter-spacing:-0.5px;
	margin:0 0 15px;
}
.page-template-integrantes-php .entry-content p.italic,
.single-socio .entry-content p.italic,
.single-integrante .entry-content p.italic,
.single-consul .entry-content p.italic {
	font-style:italic;
	text-align:left;
}
.page-template-integrantes-php .entry-content ul,
.single-socio  .entry-content ul,
.single-integrante  .entry-content ul,
.single-consul  .entry-content ul {
	margin:0 0 20px 0;
}
.page-template-integrantes-php .entry-content li ,
.single-socio .entry-content li,
.single-integrante .entry-content li,
.single-consul .entry-content li  {
	color:#37332F;
	font:14px/15px Times New Roman,Georgia,serif;
	margin:0 0 5px 0;
}
.page-template-integrantes-php .entry-content a,
.single-socio  .entry-content a,
.single-integrante  .entry-content a,
.single-consul  .entry-content a,
.page-template-page-consul-php  .entry-content a {
	color:#37332F;
	font:14px/15px Times New Roman,Georgia,serif;
	text-decoration:none;
}
.page-template-integrantes-php .entry-content a:hover,
.single-socio  .entry-content a:hover,
.single-integrante  .entry-content a:hover,
.page-template-page-consul-php  .entry-content a:hover {
	color: #666461;
}

.page-id-17 #container .entry-title,
.page-id-152 #container .entry-title,
.page-id-19 #container .entry-title,
.page-id-177 #container .entry-title,
.page-id-28 #container .entry-title,
.page-id-175 #container .entry-title,
.page-id-209 #container .entry-title,
.page-id-204 #container .entry-title,
.page-id-930 #container .entry-title,
.page-id-237 #container .entry-title,
.page-id-235 #container .entry-title,
.page-id-483 #container .entry-title,
.page-id-907 #container .entry-title,
.page-id-1550 #container .entry-title,
.page-id-1552 #container .entry-title,
.page-id-6 #container .entry-title {
	color:#9A9897;
	font:13px/16px Times New Roman,Georgia,serif;
	margin:30px 0 10px;
	text-transform:uppercase;
}
.page-id-19 #container .entry-content p,
.page-id-907 #container .entry-content p,
.page-id-177 #container .entry-content p,
.page-id-237 #container .entry-content p {
	border-bottom:1px dashed #999999;
	margin:0 0 20px 0;
	padding:0 0 10px;
}

/*Contacto / Contact us -------------------------*/
.page-id-28 #container .entry-content,
.page-id-175 #container .entry-content {
	width:550px;
}
.page-id-28 #container .infoContact p,
.page-id-175 #container .infoContact p {
	color:#37332F;
	font:16px/19px Times New Roman,Georgia,serif;
	width:550px;
}
.page-id-28 #container .infoContact,
.page-id-28 #container .boxForm ,
.page-id-175 #container .infoContact,
.page-id-175 #container .boxForm ,
.page-id-204 #container .boxForm,
.page-id-930 #container .boxForm,
.page-id-209 #container .boxForm  {  	margin:0 0 50px 0px;   }
.page-id-28 #container .infoContact img,
.page-id-175 #container .infoContact img {  margin:0 0 30px 0;  }
.page-id-28 #container .infoContact span,
.page-id-175 #container .infoContact span {
	float:left;
	margin:0 20px 0 0;
	padding:7px 0 10px 42px;
}
.page-id-28 #container .infoContact .tel,
.page-id-175 #container .infoContact .tel {  	background:url("images/icontel.png") no-repeat scroll 0 0 transparent;  }
.page-id-28 #container .infoContact .email,
.page-id-175 #container .infoContact .email {  	background:url("images/iconmail.png") no-repeat scroll 0 0 transparent;  }
.page-id-28 #container .infoContact a,
.page-id-175 #container .infoContact a {
	color:#37332F;
	font:16px/19px Times New Roman,Georgia,serif;
}
/*---*/
.page-id-28 #container h5,
.page-id-175 #container h5,
.page-id-204 #container h5 ,
.page-id-930 #container h5 ,
.page-id-209 #container h5 {
	color:#9a9897;
	font:13px/16px Times New Roman,Georgia,serif;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
.page-id-28 #container .boxForm p,
.page-id-175 #container .boxForm p,
.page-id-204 #container .boxForm p,
.page-id-930 #container .boxForm p,
.page-id-209 #container .boxForm p {
	color:#9a9897;
	font:13px/16px Times New Roman,Georgia,serif;
}
.page-id-28 .wpcf7 p,
.page-id-175 .wpcf7 p,
.page-id-204 .wpcf7 p,
.page-id-930 .wpcf7 p,
.page-id-209 .wpcf7 p {
	font: 11px Arial !important;
	text-transform: uppercase;
}



.page-id-17 #container .entry-content p,
.page-id-152 #container .entry-content p,
.page-id-483 #container .entry-content p {
	text-align:left;
	width:400px;
}
.page-id-237 .hentry a,
.page-id-907 .hentry a {
	text-decoration: none;
	color: #37332F
}
.page-id-237 .hentry a:hover {
	text-decoration: underline;
	color: #37332F
}

/* Noticias //  Search Results  --------------------------------*/
.search-results #content {  width: 550px;  }
.search-results .page-title {  margin:30px 0 36px;  }
.search-results .entry-title a,
.page-template-noticias-php .entry-title a,
.single h1.entry-title {
	color:#37332F;
	display:block;
	font:28px/30px Times New Roman,Georgia,serif;
	letter-spacing:-0.5px;
	text-decoration:none;
	text-transform:none;
	/*width:360px;*/
}

/*.search-results .post,
.page-template-noticias-php .post{
	margin: 0;
	padding: 0;
	}*/
	.search-results .entry-meta,
	.page-template-noticias-php .entry-meta {
		/*background: url("images/lineDot.gif") repeat-x scroll left bottom transparent;*/
		/*border-bottom: 1px dashed #999999;*/
		/*padding: 0 0 20px;*/
		margin: 0 0 10px
	}
	.search-results .entry-summary p,
	.page-template-noticias-php .entry-content p  {
		left: 0;
		position: relative;
		top: 0;
		color: #37332F;
		font: 14px/15px Times New Roman,Georgia,serif;
		padding: 0 0 20px;
		text-align: left;
		width: 550px;
	}
	.search-results p .more-link,
	.page-template-noticias-php p .more-link {
		bottom:0;
		color:#808184;
		float:right;
		font:11px/14px Arial,sans-serif;
		position:absolute;
		right:0;
		text-decoration:none;
	}
	.search-results p .more-link span,
	.page-template-noticias-php p .more-link span {
		color: #37332f;
	}
	/*------*/


	/* Integrantes  ---------------*/
	.page-template-integranteslist-php #container,
	.page-template-integranteslist-php #content,
	.page-template-page-integrantes-php #container,
	.page-template-page-integrantes-php #content {
		width: 895px;
		/*margin: 0 0 40px*/
	}
	.page-template-page-integrantes-php #container {
		background:url("images/line.gif") repeat-y scroll right top transparent;
	}
	.page-template-page-integrantes-php .entry-content {  padding:0;  }
	.page-template-page-integrantes-php h6 {
		border-bottom:1px dashed #999999;
		margin:30px 0 17px !important;
		padding:0 0 10px 0;
		width:873px;
	}
	.page-template-page-integrantes-php .entry-content ul {  clear:both;  }
	.page-template-page-integrantes-php .entry-content li {  float: left;  }

	.page-template-page-integrantes-php .fotoIntegrantes {  }
	.page-template-page-integrantes-php .socios li {
		height:400px;
		margin:0 6px 0 0;
		width:287px;
	}
	.page-template-page-integrantes-php .equipo li {
		height:220px;
		margin:0 6px 0 0;
		width:170px;
	}
	.page-template-page-integrantes-php .fotoIntegrantes li a {
		display:block;
		text-decoration:none;
	}
	.page-template-page-integrantes-php .fotoIntegrantes li span { display:block;  }
	.page-template-page-integrantes-php .socios li .nombre {
		color: #37332F;
		font: 27px/30px Timess New Roman,Georgia,serif;
		letter-spacing: -0.5px;
		margin:10px 0 0 0;
		width:195px;
	}
	.page-template-page-integrantes-php .socios li .especialidad {
		color: #37332F;
		font: italic 16px/18px Times New Roman,Georgia,serif;
		margin:5px 0 0 0;
	}
	.page-template-page-integrantes-php .equipo li .nombre {
		color: #37332F;
		font: 17px Timess New Roman,Georgia,serif;
	}
	.page-template-page-integrantes-php .equipo li .especialidad {
        /*color: #676764;
        font:  12px Times New Roman,Georgia,serif;*/
        color: #37332F;
        font:  italic 14px/18px Times New Roman,Georgia,serif;
    }

    
    .page-id-28 #sidebar,
    .page-id-204 #sidebar,
    .page-id-930 #sidebar,
    .page-id-209 #sidebar,
    .page-id-6 #sidebar,
    .page-id-19 #sidebar, 
    .page-id-235 #sidebar,
    .page-id-237 #sidebar,
    .page-id-907 #sidebar,
    .page-id-177 #sidebar,
    .page-id-175 #sidebar,
    .page-id-1550 #sidebar,
    .page-id-1552 #sidebar { 	display: none   }

/*.page-id-176 #sidebar,
.page-id-493 #sidebar,*/
.page-template-integrantes-php #sidebar,
.single-socio  #sidebar,
.single-integrante  #sidebar,
.single-consul  #sidebar {       height:700px;  }

.page-id-17 #sidebar,
.page-id-152 #sidebar,
.page-template-integrantes2-php #sidebar,
.single-socio #sidebar,
.single-integrante #sidebar,
.single-consul #sidebar {
	background:none scroll 0 0 transparent;
	width:317px;
}
.page-id-17 #sidebar,
.page-id-152 #sidebar,
.single-socio #sidebar,
.single-integrante #sidebar,
.single-consul #sidebar {
	position: absolute;
	right: 7px;
	top: 0px
}
.page-id-17 #sidebar,
.page-id-152 #sidebar,
.single-socio #sidebar,
.single-integrante #sidebar,
.single-consul #sidebar,
.page-template-integrantes2-php #sidebar {
	text-align:left;
}
.page-id-17 #sidebar h1,
.page-id-152 #sidebar h1,
.single-socio #sidebar h1,
.single-integrante #sidebar h1,
.single-consul #sidebar h1,
.page-template-integrantes2-php #sidebar h1 {
	color:#9A9897;
	font:13px/16px Times New Roman,Georgia,serif;
	margin:30px 0 15px 35px;
	text-transform:uppercase;
}
.single-socio  #sidebar ul.list-socios,
.single-integrante  #sidebar ul.list-socios {
	border-bottom:1px dashed #999999;
	margin:0 30px 12px;
	padding:0 0 10px 0;
}
.single-socio  #sidebar ul,
.single-integrante  #sidebar ul,
.single-consul  #sidebar ul,
.page-template-integrantes2-php #sidebar ul,
.page-id-17 #sidebar ul ,
.page-id-152 #sidebar ul {
	margin:0 30px 0 30px;
}
.single-socio  #sidebar ul li,
.single-integrante  #sidebar ul li,
.single-consul  #sidebar ul li,
.page-template-integrantes2-php #sidebar ul li,
.page-id-17 #sidebar ul li,
.page-id-152 #sidebar ul li {
	height:20px;
	width: 300px
}
.single-socio #sidebar ul li a ,
.single-integrante #sidebar ul li a ,
.single-consul #sidebar ul li a ,
.page-template-integrantes2-php #sidebar ul li a ,
.page-id-17 #sidebar ul li a,
.page-id-152 #sidebar ul li a {
	color:#9A9897;
	font:12px "Times New Roman", Arial,sans-serif;
	padding:3px 5px;
	text-transform:uppercase;
	text-decoration:none;
}
.page-template-integrantes2-php #sidebar ul li a:hover,
.single-socio #sidebar ul li a:hover,
.single-integrante #sidebar ul li a:hover,
.single-consul #sidebar ul li a:hover,
.page-id-17 #sidebar ul li a:hover,
.page-id-152 #sidebar ul li a:hover,
.selected  {
	/*	background:#9A9897;*/
	background:#888;	
	color:#d8d8d8 !important;
}

/*--------------------------------------*/



/* =Footer
-------------------------------------------------------------- */
#footer .logoFooter {
	background:url("images/logoBottom.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:18px;
	margin: 51px 0 0 84px;
	width:59px;
}
#footer .menu-bottom {
	float:left;
	height:80px;
	padding:30px 0 40px 15px;
	width:700px;
}
#footer .menu-bottom ul li {
	background:url("images/line.gif") repeat-y scroll 0 0 transparent;
	float:left;
	height:68px;
	padding:0 22px;
}
#footer .menu-bottom ul li:first-child {
	background:none no-repeat scroll 0 0 transparent;
}
#footer .menu-bottom ul li a {
	color:#595959;
	font:bold 10px Arial,sans-serif;
	text-decoration:none;
}
#footer .menu-bottom ul li ul li  {
	background:none no-repeat scroll 0 0 transparent;
	float:none;
	height:auto;
	padding:0;
}
#footer .menu-bottom ul li ul li a {
	color:#A1A0A0;
	display:block;
	font:10px/14px Arial,sans-serif;
	text-decoration:none;
	text-transform: capitalize
}
#footer #site-legal {
	float:left;
	width:330px;
}
#footer #site-legal p {
	color:#5f5d5d;
	font:10px Arial,sans-serif;
}
#site-info {
	color:#a5a4a4;
	font:10px Arial,sans-serif;
	float: right;
	margin:37px 0 0;
	width: 200px;
}
#site-info p {
	float:left;
	margin:0 6px 0 0;
}
#site-info a {
	background:url("images/logoLevi.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:10px;
	width: 122px;
}
/*------------------------------*/
#lang_sel_list {
	height: 32px;
	position: relative;
	z-index: 99;
	font-family: verdana, arial, sans-serif;
	width: 149px;
	top: 7px;
	left: -20px;
	border: none;
}
#lang_sel_list a, 
#lang_sel_list a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	border: 0px solid #cdcdcd !important;
	border-width: 0 !important;
	background: transparent !important;
	padding-left: 0px;
	line-height: 0px;
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
}
#lang_sel_list li {
	float: left;
	width: auto;
	/* position: relative; */
}

#lang_sel_list li {
	float: left;
	/* width: 149px; */
	/* position: relative; */
}
#lang_sel_list ul {
	height: 0;
	top: 19px;
	left: 0;
	width: 149px;
	border-top: 0px solid #cdcdcd;
}
.lang_sel_sel {
	color: #bababa !important;
}
input, textarea {
	display: block;display: block;
}