/*  
Theme Name: Universia NET
Theme URI: http://themetrust.com/themes/leverage
Description: A Business WordPress Theme
Version: 1.1.3
Author: Theme Trust
Author URI: http://themetrust.com
Tags: business, clean, cms, color-options, custom-background, custom-menu, threaded-comments, fixed-width

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Custom Colors

*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size:13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #333;
	background: #fff;
}

p {
	line-height:1.5em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6d6d6b;	
	margin: 0 0 15px 0;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left div{
	float: left;
	width: 380px;
}
.right {
	float: right;
	width: 150px;
}
.right div {
	margin-left: -790px !important;
}
.copyright {
	padding: 100px 0 0 0;
	clear: both;
}
.moreLink {
	font-weight: bold;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], input[type="password"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

/* 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%;
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	margin: 0 auto;
	width: 100%;		
}

#header {
	width: 100%;
	height: 189px;
	background: url(images/back-top.jpg) repeat-x;
}

#header .inside {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 20px;
}

#main {
	margin: 0 0 0 0;
	width: 100%;	
	padding: 0 0 0 0;
}

#main .inside {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;	
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
}
body.home #content {	
	margin: 0 !important;
}

#content.twoThird {		
	width: 610px;
}

#sidebar {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;	
}

#footer {
	width: 100%;
	background: url(images/back-footer.jpg) repeat-x top;	
	color: #FFFFFF;
}
#footer img{
	background: none;
	position: relative;
	margin-top: -8px;
}
#footer .inside{
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}
#footer .inside a{
	color: #FFFFFF !important;
    position: relative;
}
.uppercase {
	text-transform: uppercase;
}
.uppercase li{
	background: none !important;
	padding: 2px 0 !important;
}
.oneThird {
	width: 295px;
}

.oneFourth {
	width: 230px;	
}

.twoThird {
	width: 570px;	
}

.threeFourths{
	width: 675px;	
}
.fullwidth {
	width: 900px;
}
.oneHalf{
	width: 459px;		
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#logo {		
	float: left;	
	margin: 0px 25px 0px 0;
	font-size: 19px;
	color:#fff;
	text-transform: uppercase;
}
#logo img{		
	margin: 35px 0 0 0;
}


#mainNav{	
	height:53px;
	text-transform: uppercase;
	font-size: 1.4em;
	border-left: 7px solid #FF0000;
	padding-left: 5px;
}

#mainNav li{
	margin: 0 0 0 12px;	
	display: inline-block;	
}

#mainNav ul {
	display: inline-block;	
	background: #ABADAF;
	height:45px;
	padding: 8px 35px 0 35px;
	margin-right: -20px;
}

#mainNav li.current,
#mainNav li.current-cat,
#mainNav li.current_page_item,
#mainNav li.current-menu-item,
#mainNav li.current-post-ancestor,
#mainNav li.current_page_parent
{	color: #fff!important;
	border-bottom: 15px #FF0000 solid; 
}


#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover {
	color: #fff;
}

#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a
{
	color: #fff !important;
}

#mainNav li a:hover{
	color: #fff;
}

#mainNav li li a:hover {
	color: #fff !important;
}

#mainNav a {
	color: #555555;
	padding: 9px 0 3px 0;
	display: inline-block;	
	cursor: pointer;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content .post {
	margin: 0 0 40px 0px;	
}

.post .meta {
	margin: -10px 0 20px 0;		
	padding: 0 0 0px 0;	
	font-style: italic;
}

#content a{
	text-decoration: none;
	color: #638ebc;	
}

#content a:hover {
	color: #73a5db;
	text-decoration: none;
}

.contentBox {	
	float: left;
	position: relative;
}

.contentBox h2{		
	margin: 0 0 10px 0;		
}

#content h2, #content h3, #content h4, #content h5{
	color: #f00;
	text-transform: uppercase;
}
#content h1 {
	font-size: 28px;
	font-weight: normal;
}
h1 a {
	color: #E30614 !important;
}

h2 a, h3 a, h4 a, h5 a{	
	color: #6d6d6b !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{	
	color: #9d9d9a!important;		
}

/*Images------------------*/

p img {
	background: #fff;
}

#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 .postThumb{
	margin: 0 15px 5px 0;	
}

#content .contentBox .postThumb{
	background: #fff;
	padding: 9px;
	border: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
}

#content img.wp-smiley { background-color: transparent; padding:0; margin: 0; }

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {	
	margin: 0 0 15px 0!important;
}

.gallery img {
	border: none!important;	
}

/*Lists------------------*/

#content ul{	
	margin-bottom: 25px;	
}
#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;
	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

#content .featureList li {
	float: left;
	padding: 0 0 0 32px;
	background: transparent url(images/icons/ok.png) no-repeat 0 -2px;
	width: 160px;
	margin: 0 20px 0px 0;
	line-height: 1.2em;
	height: 45px;
}

#content.subpages {	
	margin-right: -35px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {
	width: 962px;
	border-bottom: none;
	position: relative;	
	z-index: 1;
	margin: -40px auto 20px auto;
	padding: 5px;
}
.slideImage img {
	margin-top: -5px;
height: 391px;
width: 556px;
}
#slides .slide {
	position: relative;
	width: 785px;
	height: 381px;
	background:transparent!important;	
}
.slideImage {	
	left: 0px;
	bottom: 0;	
	width: 543px;
	text-align: center;	
	z-index: 1;
}

.slideVideo {	
	position: absolute;
	left: 0px;
	top: 50px;	
	width: 459px;
	text-align: center;	
	z-index: 2;
}

.slideImage.thumbnail{	
	top: 40px;
}

.slideImage.thumbnail img{	
	margin: 0 auto;	
}

.slideText {
	position: absolute;
	width: 210px;
	padding: 20px 10px 0 100px;
	*padding: 30px 10px 0 100px;
	height: 371px;
	right: -1px;
	top: -5px;
	z-index: 1;
	background:url(http://www.universia.es/images/back-slider2.png) no-repeat;
}

.slideText h3{	
	display: none;
}

.slideText a{		
	color: #fff !important;		
}
.slideText p{		
	font-size: 2.8em !important;
	line-height: 1em !important;
	letter-spacing: -1px;
    color: #fff;
}
.slideText p strong{		
	float: left;
	font-size: 16px;
	color: white;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 5px;
	line-height: 1.3em;
}
.slideText h4{	
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 15px 15px;
	color: #56595B;
	border-left: #FFFFFF 1px solid;
	padding: 10px 0 0 15px;
}

.slideText p{
	font-size: 13px;	
	margin: 15px 5px 15px 0;
	line-height: 1.6em;
}

#slideshowNav {
	position: absolute;
	bottom: 10px;
	left: 569px;
	z-index: 100;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 16px;
	height: 10px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }


#slideshowNav #slideshowPrev {
	cursor: pointer;	
	background: transparent url(images/slideshow_nav_prev.png) no-repeat;
	width: 30px;
	height: 10px;
	display: block;
	float: left;
	margin: 0 6px 0 0;
}

#slideshowNav #slideshowNext {
	cursor: pointer;	
	background: transparent url(images/slideshow_nav_next.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
}


/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/


.button,
#searchsubmit  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 12px;
	background: #000 url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	padding: 2px 5px 3px 20px;
	border: 1px solid rgba(0,0,0,.25);	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 5px 0 30px;	
	text-transform: uppercase;
}

.button.small {
	padding: 3px 10px 4px !important;
	font-size: 11px !important;	
}


.button:hover {
	background-color: #333;
	color: #fff ;
}
.aqui {
	font-size: 1.4em;
	margin-left: 10px;
}

/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/


.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar a{
	text-decoration: none;
	color: #638ebc;	
}

#sidebar a:hover {
	color: #73a5db;
	text-decoration: none;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4{
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#sidebar .sidebarBox li a{	
	color: #6d6d6b;
}

#sidebar .sidebarBox li a:hover{	
	color: #9d9d9a;
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}


/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/


#content .widgetBox h3,
#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2em;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; top: -7px;	
}

.miniFeature32 h3{	
	padding: 0 0 0px 45px;
}

.oneFourth p {
	line-height: 1.5em !important;
	margin-bottom: 12px !important;
}

#sidebar ul, #footer ul, #content .contentBox ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;	
	line-height: 1em;
	background: none;	
}

#sidebar ul li, #footer ul li, #content .contentBox ul li{
	margin: 0 0 0px 0;
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p, .contentBox ul li p{
	line-height: 1.3em;
	margin: 0;
}
#footer ul li {
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding: 1px 0 1px 5px;
}
#sidebar ul li h2, #footer ul li h2, .contentBox ul h2{
	font-size: 13px;
	margin: 0 0 0px 0 !important;
	font-weight: bold;
	padding: 0 !important;	
	line-height: 1em!important;
}

#sidebar ul li span, #footer ul li span, #content .contentBox ul li span{	
	padding: 0;
	margin: 0 !important;
}

#sidebar ul li a, #footer ul li a, .contentBox ul a{
	
}

#sidebar ul li a:hover,
#footer ul li a:hover {
	color: #595959;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	background: transparent url(images/list_item_marker.gif) 0 5px no-repeat;
	border: none;	
}
#nuevo{color:#FFF;width:70px;height:15px;padding-top:1px;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:700;font-style:italic;text-align:center;text-transform:uppercase;background:url(../images/image_new.jpg) no-repeat;display:block}
/*Search------------------*/

#s {
	margin: 0 10px 0 0;
	width: 120px;
}

#searchsubmit{
	padding: 3px 10px 4px !important;
	font-size: 11px !important;
	margin: 0!important;
}


/*Recent Posts Widget------------------*/

#content .ttrust_recent_posts .meta,
#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 5px 0 !important;
	display: block;
	padding: 0;	
}

.firstPost {
	border-bottom: 1px solid #dbdad8;	
}

.firstPost h2{
	font-size: 15px;	
}

.secondaryPost {
	border-bottom: 1px solid #dbdad8;
	padding: 10px 0 10px 0;	
}

.secondaryPost h2{
	font-size: 14px !important;
	margin: 0;
}

.feedLink {
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

.feedLink a{
	background: transparent url(images/icons/feed_16.png) 0 0px no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	background: #e5e4e1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 11px !important;
	padding: 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a{
	background: #dbdad8;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
width: 212px;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

#twitter_div li a{
	font-weight: bold;
}


.twitterLink a{
	background: transparent url(images/icons/twitter_16.png) 0 0px no-repeat;	
	padding: 0 0 0 25px;
	font-weight: bold;
}

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 15px 15px 0;
}


/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 0px;	
}

#trackbacks {
	margin: 30px 0 0 ;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;	
}

.trackback {	
	padding: 0 0 10px 0!important;	
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
}

.trackback .avatar {
	display: none!important;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 110px;
	padding: 0;	
}

.trackback h5 {	
	margin: 0 0 0 0!important;		
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.trackback .date {	
	margin: 0 0 10px 0!important;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.trackback p {	
	margin: 0 0 10px 0!important;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}



#trackbacks ul {
	margin: 0;
	padding: 0;	
}

#trackbacks ul li {
	padding: 5px 0 5px 0px;	
	background: none;
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 650px;
	padding: 20px 0 20px;	
	clear: both;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments,
.page-numbers {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current,
.page-numbers.current {
	background: #e5e4e1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer .main{	
	padding: 10px 0 0 20px;	
	margin: 0;
}

.footerBox{
	margin: 0 35px 0 0;	
	float: left;
	position: relative;
}

#footer h1, #footer h2, #footer h3, #footer h4{
	color: #000;
	text-transform: uppercase;
}
#footer h4{
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	margin: 5px 0;
}
#footer h5{
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	margin: 7px 2px;
	font-weight: normal;
}
.footerBox h2{	
	color: #868584;
}

.footerBox a{	
	color: #7b7a79;
}

.footerBox a:hover{	
	color: #9d9d9a;
}

.footerBox p{			
	padding: 0;	
}

.footerBox p img{			
	border-color: #d6d6d6;
}

#footer .secondary {
	color: #fff;	
	padding-top: 20px;
	font-size: 85%;
}
#footer .secondary p{
	width: 650px;
}

#footer .secondary a {
	color: #848484;	
}

#footer .secondary a:hover {
	color: #9d9d9a;
	text-decoration: none;	
}

#footer .secondary .left img{
	margin-top: -7px;
}


/*//////////////////////////////////////////////////////////////////// 
//  13 - Custom Textures
////////////////////////////////////////////////////////////////////*/

body.grunge1 #main .inside {
	background: #FFFFFF;
}
.opciones {
	border: none !important;
	width: 100%;
}
.opciones li{
	border: none !important;
	float: left;
	margin: 0 4px !important;	
	*margin: 0 5px !important;	
	width: 229px;
	height: 159px;
	font-size: 1.8em;
	padding: 0 !important;
}
.opciones li a{
	color: #fff !important;
	text-shadow: 2px 2px 5px #999;
	width: 219px;
	height: 159px;
	padding: 10px 0 0 10px !important;
	display: block;
}
.opciones li a:hover{
}
.quienes {
	background: url(images/back-buttom1.png) no-repeat !important;
}
.quienes:hover {
	background: url(images/back-buttom1a.png) no-repeat !important;
}
.socias {
	background: url(images/back-buttom2.png) no-repeat !important;
}
.socias:hover {
	background: url(images/back-buttom2a.png) no-repeat !important;
}
.memorias {
	background: url(images/back-buttom3.png) no-repeat !important;
	font-size: 1.7em !important;
}
.memorias:hover {
	background: url(images/back-buttom3a.png) no-repeat !important;
}
.identidad {
	background: url(images/back-buttom4.png) no-repeat !important;
}
.identidad:hover {
	background: url(images/back-buttom4a.png) no-repeat !important;
}
.small {
	font-size: 0.8em;
	color: #999;
}
.big {
	font-size: 1.5em;
	color: #E30614;
	ca
}
.fullwidth .hentry {
	width: 285px;
	float: left;
	margin-right: 15px !important;
	padding-top: 12px;
	height: 200px;
	position: relative;
	left: 20px;
}
.fullwidth .hentry a{
	color: #7B7B7B !important;
}
.fullwidth .hentry h1{
	background: url(images/detalle3.gif) no-repeat 0 3px;
	padding-left: 10px;
	line-height: 1.2em;
	margin-top: 10px;
	font-size: 18px !important;
}
.fullwidth .hentry img{
	border-bottom: 10px solid #ACAFB1;
}
.imatge {
	float: right;
	margin: 0 0 20px 20px;
}
.imatge img{
	border-bottom: 10px solid #ACAFB1;
}
.imatge em{
	font-style: normal;
	font-size: 17px;
	margin-left: 5px;
}
.imatge strong span{
	text-transform: uppercase;
	font-size: 0.6em;
}

/*NEW*/
#main p, #main ul{		
	font-size: 1.1em;
}
.no-border {
	background: #FFFFFF !important;
	text-align: right;
}
.no-border img{
	border: none !important;
}
/*SUSTITUTE*/
.imatge p{
	background: #F2ECEC;
	margin-top: 15px;
	height: 77px;
}
#content ul li{	
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: transparent url(images/detalle3.gif) no-repeat 5px 4px;
	line-height: 1.4em;
}
.trato {
	text-transform: uppercase;
	float: left;
	width: 300px;
	font-size: 1.4em !important;
	border-right: 1px solid #CCCCCC;
	margin-right: 20px;
	padding: 0 0 20px 25px;
	background: url(images/detalle3.gif) no-repeat 15px 6px;
	color: #666;
}
.trato2 {
	text-transform: uppercase;
	font-size: 1.2em !important;
	padding: 0 0 10px 25px !important;
	margin: 20px;
	background: url(images/detalle3.gif) no-repeat 15px 4px;
	color: #666;
	font-size: 1.2em;
	clear: both;
}
.informacion {
	color: #333;
}
.imatge strong{
	background: #E30615;
	color: #F2ECEC;
	display: block;
	float: right;
	width: 140px;
	font-size: 2em;
	font-weight: normal;
	padding: 10px 10px 5px 10px;
	line-height: 1em;
}

.claiming {
	position: absolute;
	top: -510px;
	margin-left: 350px;
	width: 550px;
	color: #FFFFFF;
	font-size: 1.3em !important;
	font-weight: bold;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 30px;
}
.claiming strong{
	color: #000000;
}
.subtitulo {
	position: absolute;
	top: -460px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 1.4em !important;
	text-transform: uppercase;
	width: 400px !important;
}
.breadcrumbs {
	position: absolute;
	background: url(images/bullet2.png) no-repeat 10px 12px #333;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin: 129px 0 0 -10px;
	*margin: 129px 0 0 -305px;
	padding: 10px 10px 8px 25px;
	width: 922px;
	color: #FFFFFF;
	font-size: 0.9em;
}
.breadcrumbs a{
	color: #FFFFFF;
	text-transform: uppercase;
}
.claiming-int {
	position: absolute;
	top: -214px;
	margin-left: -400px;
	width: 550px;
	color: #FFFFFF;
	font-size: 1.3em !important;
	font-weight: bold;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 30px;
}
.claiming-int strong{
	color: #000000;
}
.subtitulo-int {
	position: absolute;
	top: -124px;
	left: -730px;
	color: #FFFFFF;
	font-size: 1.4em !important;
	text-transform: uppercase;
}
#pageHead h1 {
	color: #000000 !important;
	text-shadow: 2px 2px 5px #999;
	position: relative;
	z-index: 2;
	font-size: 2.7em;
	margin: 0 0 0 20px;
	top: -30px;
	display: inline;
}
.imagen {
	margin: -95px 0 30px 4px !important;
	*margin: -75px 0 30px 4px !important;
}
.titular-imagen {
	background: url(images/back-imagen.png) no-repeat;
	width: 520px;
	min-height: 100px;
	padding: 60px 10px 10px 10px;
	position: absolute;
	float: left;
	top: 5px;
	left: 422px;
	color: white !important;
	font-size: 2.4em;
	text-transform: none !important;
	font-weight: normal;
	letter-spacing: -1px;
}
#about-jcarousel_container {
	clear: both;
}
#footer a:hover {
	color: #C88383 !important;
}

.caja-imagenes {	
	float: left;
	width: 450px;
}
.caja-imagenes p{	
	margin: 0;
}
.entradilla {
	background: url(images/detalle21.gif) no-repeat;
	padding: 0 0 0 70px;
	margin-left: -100px;
	float: left;
	width: 500px;
	font-size: 1.4em !important;
}
.first-column {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.second-column {
	float: left;
	width: 250px;
}
.img-evento {
	background: url(images/detalle2.gif) repeat-x bottom;
	padding-bottom: 25px;
}
.pais {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em !important;
}
.caracteristicas {
	background: #E5E5E5;
	border-top: 3px solid #000000;
	float: left;
	width: 490px;
	padding: 10px;	
	font-size: 0.9em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.caracteristicas strong{
	color: #FF0000;
}
.caracteristicas div{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.caracteristicas p{
	margin: 10px 0;
}
.casos {
	background: url(images/back-casos.jpg) repeat-x;
	padding: 0 0 25px 50px;
	border-top: 5px solid #000000;
	clear: both;
	width: 915px;
	float: left;
	font-size: 0.9em;
}
.casos div{
	float: left;
	width: 160px;
	margin: 0 10px;
	padding-top: 20px;
	height: 100px;
}
.casos ul li{
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	background: url(images/bullet2.gif) no-repeat 0 6px !important; 
}
.casos ul li a{
	color: #000000 !important;
}
.casos ul li a:hover{
	color: #666 !important;
}
.casos ul li:hover{
	background: url(images/bullet3.gif) no-repeat 0 6px !important; 
}
.casos h3{
	color: #FF0000 !important;
	margin-bottom: 10px !important;
}
.volver {
	clear: both;
	float: right;
	margin: 30px 0 0 0;
	font-size: 0.9em !important;
}
.volver a  {
	color: #333 !important;
	background: #efefef;
	border-radius: 10px;
	padding: 10px;
}
.volver a:hover  {
	color: #666 !important;
	background: #ddd;
}
.caja-servicios {
	background: url(images/back-casos.jpg) repeat-x;
	padding: 20px 0 0 0;
	border-top: 5px solid #000000;
	clear: both;
	width: 965px;
	float: left;
	font-size: 0.9em;
}
.caja-servicios2 {
	clear: both;
	width: 965px;
	float: left;
	font-size: 0.9em;
}
.entradilla2 {
	font-size: 1.5em !important;
	margin: 0 20px 20px 20px !important;
}
.p-footer {
	float: left;
	width: 300px !important;
	margin: 0 0 10px;
}
.p-footer img{
	margin-left: 20px;
}
.post ul {
	list-style-type: circle;
	margin-left: 30px;
}
.post ul li{
	padding: 0 !important;
}
.caja {
	width: 220px;
	float: left;
	border-bottom: 5px solid #FF0000;
	padding-bottom: 10px;
	margin-left: 20px;
	line-height: inherit;
	min-height: 420px;
}
.caja p{
	font-size: 0.9em;
}
.no-margin {
	margin: 0 !important;
}
.no-no .caja{
	min-height: 100px;
	border-bottom: none;
}
.no-no .caja ul{
	margin-left: 0;
	list-style-type: none;
}
.no-no .caja ul li{
	padding: 0 0 0 20px !important;
	background: transparent url(images/bullet2.gif) no-repeat 5px 4px !important;
}
.no-no .caja ul li:hover{
	background: transparent url(images/bullet3.gif) no-repeat 5px 4px !important;
}
.no-no .caja a{
	color: #333 !important;
}
.no-no .caja a:hover{
	color: #666 !important;
}
.memorias-div {
	clear: both;
	background:  url(images/back-memorias.jpg) no-repeat !important;
	width: 906px;
	padding-left: 50px;
	height: 148px;
	margin-bottom: 30px;
}
.memorias-div img{
	margin-right: 40px;
}
.no-no img{
	border-left: 4px solid #FF0000;
}
.no-no h4{
	height: 20px;
	font-size: 1em;
}
body.home #header {	
	background: none;
}
body.home #footer {	
	border-top: 1px solid #FFFFFF;
}
body.home {	
	width: 100%;
	background: url(images/back-top-home.jpg) repeat-x red;
}
body.home .breadcrumbs {
	/*background: url(images/bullet2.png) no-repeat 10px 12px #000;*/
	background: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 751px;
	padding: 2px;
	color: black;
}
.facts {
	width: 155px;
	position: absolute;
	top: -400px;
	margin-left: 800px;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.facts p{
	width: 160px;
	float: right;
	line-height: 1.2em;
}
.facts h6{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.facts strong{
	color: #FFFFFF;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -2px;
}
.facts strong span{
	color: #FFFFFF;
	font-size: 0.4em;
	font-weight: bold;
}
.facts a{
position: relative; z-index: 2000; color: black !important; display: block;
}
.facts-uno {
	float: left;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.facts-dos {
	float: left;
	margin-bottom: 10px;
}
.facts-tres {
	float: left;
	padding-bottom: 10px;
}
.caja2 {
	background: url(images/back-casos.jpg) repeat-x;
	float: left;
	width: 295px;
	margin-right: 25px;
	font-size: 0.9em;
	min-height: 480px;
	border-bottom: 5px solid #FF0000;
}
.caja2 a, .caja-left a{
	color: #333333 !important;
}
.caja2 a:hover, .caja-left a:hover{
	color: #f00 !important;
}
.caja2 h4{
	background: #333;
	color: #FFFFFF !important;
	text-transform: none !important;
	padding: 10px;
	font-size: 1.4em;
	min-height: 35px;
	line-height: 1.3em;
}
.paises li, .caja-left li, .caja-left p{
	margin-bottom: 0 !important;
}
.caja-left {
	float: left;
	width: 280px;
	margin-left: 15px;
	font-size: 0.9em;
}
.caja-left h4{
	font-size: 1.2em;
}
body.page-template-interior-mapa-php h3{
	top: 150px;
}
body.page-template-interior-mapa-php h4{
	margin-left: 30px;
}
/**/
#map-container {
	width: 957px;
	margin: -47px 0 20px 5px;
}
#map_canvas {
	width: 957px;
	height: 500px;
}
.ul-universidades {
	margin-left: 5px !important;
	list-style-type: none !important;
	height: 200px;
	overflow: auto;
	font-weight: bold;
}
.ul-universidades li{
	background: transparent url(images/bullet2.gif) no-repeat 5px 4px !important;
	float: left;
	width:310px;
	height: 40px;
	margin: 0 !important;
	line-height: normal !important;
}
.ul-universidades li:hover{
	background: transparent url(images/bullet3.gif) no-repeat 5px 4px !important;
}
.ul-universidades a {
	color: #333 !important;
	padding: 0 0 0 20px !important;
    display: block;
}
.bocata strong{
	display: inline-block;
	margin: 10px 0;
}
.bocata a{
	color: #333 !important;
	text-decoration: underline !important;
}
.navega {
	position: absolute; top: 400px; margin-left: 600px; *margin-left: -400px; width: 350px
}
#div_cookiesPolicy{background-color:#FEF9C2;height:85px;position:relative;color:#000;margin:0 auto;padding:1px;z-index:3;font-size:11px}
#div_cookiesPolicy p{margin:5px!important}
#div_cookiesPolicy_close{color: #FFF !important;background-color: #FF0000;border-radius: 3px;cursor: pointer;position: absolute;right: 5px;top: 5px;padding: 5px 10px;font-size:12px}
#msgCookie{width:950px;text-align:center;margin:auto}
#msgCookie a{color:#777}
.revista { float: left; width: 24%; margin-right: 1%; min-height: 420px; } .revista h3{ min-height: 40px; }
.slideImage img {position: relative; z-index: 2;}
.slideText{background: black}
