/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');
@import url('css/dropbox.css');


* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:"Trebuchet MS", Arial;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
	background-image:url(images/skyBack.jpg); background-position:top center; background-repeat:no-repeat; 	
}
.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* ---------- @ HTML Tags -----------*/
body {
	text-align: center;
	background-image:url(images/backy.jpg); background-position:top left; background-repeat:repeat-x;
}
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto -140px;
	text-align: left;
}
.header {
	height: 190px;
	background: url(header.png) no-repeat;
}


.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;

	text-align:center;
	background-image:url(images/footerBack.png); background-position:bottom center; background-repeat:repeat-x
}

.footer p{ margin:0; font-size:0.7em; padding:0 195px 0 0}

.footerTexts{width:1000px; margin:0 auto; overflow:visible; height:40px; padding:13px 20px 0 20px; background-image:url(images/footerTexts.png); background-position:top center; background-repeat:no-repeat; position:relative}
.footer .wbcrtv img{margin-bottom:-2px; border:0 !important}



* {
	margin:0;
	padding:0;
	
	}


	
p {	
	margin: 15px 0 5px 0;
	
	
	}


a, a:visited {
	
	text-decoration:none
	}

ol{margin:10px 0 0 20px}

	
a:hover, a:active {

	text-decoration:underline
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

th{padding:8px 12px; /*background-color:#b7f579; color:#468606; */font-size:0.8em}

td {
	padding:8px 12px;
	border-bottom:1px solid #969696;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {

	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:1000px;
	margin:0 auto;
	padding:70px 0 0 0 ;
	}
	
#wrapper {
	
	font-size:0.85em;
	padding:0 0 40px 0;
	position:relative;
	margin:0 50px 0 51px;
	


	}
	
.theContents{
	
	background-position:top center; background-repeat:no-repeat;
	margin:10px 0 0 0;
	width:100%; 
	overflow:hidden; 
	position:relative
}	

#masthead {
	padding:0 0;

	background-position:top right;
	height:328px; overflow:hidden

	}

#content {
	width:620px;
	float:left
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 100%;
	float:right
	}

#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:100%;
	float:right;
	}
	
.widget {overflow:hidden}

.widget ul{ list-style:url(images/tick.png); padding:0 0; overflow:visible; list-style-position:inside; margin:10px 0 0 15px}
	
.widget ul li{ overflow:visible; padding:0 0; height:25px; font-weight:bold  }
.widget ul li a{ color:#76c228 }
.widget ul li a:hover{ color:#b7f579 }	
.widget h3 {background-color:#e6f3d4; margin:10px 2px 0 2px; padding:5px 15px; font-size:1.2em; color:#5ea32b; letter-spacing:-0.02em}	

	
	
	
	
/* ---------- @ Headers -----------*/



#lead h2 {
	font-size: 1.8em;
	line-height:115%;
	margin:0;
	padding:10px 2% 10px 2%;
	background-image:url(images/backTitlecats.jpg); background-repeat:repeat-x; background-position:top center;

	background-color:#dbfc7c
	}	
	
.productTitle
{font-size: 1.2em;	font-family:Tahoma, "Trebuchet MS", Arial;
	font-weight:bold;
	line-height:115%;
	margin:0 0 0 0;
	padding:10px 2% 10px 2%;
	background-image:url(images/backTitlecats.jpg); background-repeat:repeat-x; background-position:top center;
	width:96%;
	background-color:#dbfc7c
	}
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle {
	border-bottom:0px solid #d7d7d7;
	padding:0 0 0 0;
	margin:0 0 0 10px;
	font-size:2.2em;
	}
				


.post h3 {
	border:none;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}


.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	




	
/* ---------- @ Content Styles -----------*/


/*Misc*/



#more-posts img, .archive-list a img, .archive-list a:visited img {

	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	width:46%; float:left;
	margin:0 3% 15px 0;
	padding:0 0 20px 0;
	background-color:#fff;
	border:#c7e456 1px solid;
	position:relative;
	height:300px
	}


.recent-excerpts h4 {
	padding:10px 4% 10px 4%;
	background-image:url(images/backTitlecats.jpg); background-repeat:repeat-x; background-position:top center;
	width:92%;
	background-color:#dbfc7c;
	margin:0 0 10px 0
}


#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:10px 26px 20px 0;
	background-color:#fff;
	border:#c7e456 1px solid;
	position:relative;

	}

#lead:hover {

	}
.myOlder{width:100%; float:left}

#lead-text {
	float:left;
	width:94%;
	padding:13px 3% 46px 3%;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:right;
	margin:0 0 0 15px
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/



#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {

	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {

	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	
	float:left;
	height:280px;
	margin: 8px 25px 18px 0;

	width:46%; margin:0 2% 20px 1%; padding:0; background-color:#FFFFFF; 	border:#c7e456 1px solid;
	position:relative
	}
	
.listedTextsi{margin:0 5px 0 15px; overflow:hidden}
	
.archive-list li h4{
padding:10px 4% 10px 4%;
	background-image:url(images/backTitlecats.jpg); background-repeat:repeat-x; background-position:top center;
	width:92%;
	background-color:#dbfc7c;
	margin:0 0 0 0
}	

.archive-list img {
	
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding:20px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	border:0px solid #d2d2d2;
	padding:0;
	margin:0 25px 5px 0;
	float:left
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

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

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:left;
	width:100%;
	text-align:right;
	background-image:url(images/topCats.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 0 4px 0 ;

	}

#s {
	width:118px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top; margin:0 3px 0 0 
	}		
	
.readmore {background-image:url(images/vermas1.png); display:block; width:117px; height:28px; padding:4px 0 0 0; text-align:center; color:#e30b29; position:absolute; bottom:25px; right:25px; margin:0}


.readmore a{color:#e30b29; }


.radmore a:hover { color:#fe5a12}
	
	
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size:0.75em;
	padding:16px 25px 25px 25px;
	background-image:url(images/footerBack.png); background-position: bottom left; background-repeat:repeat-x;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi {text-align:right; font-size:1.5em; margin:20px 20px 0 0}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 0px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 4px 8px 4px 8px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 0px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #a0e545;
	color: #ffffff;
	background-color: #70b318;
}
.wp-pagenavi span.extend {
	padding: 4px 8px 4px 8px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}	
	
	
	
			
.rana{position:absolute; top:160px; right:50px}	
.fraseHome{margin:30px 40px 0 0; padding:0; float:right; color:#FFFFFF; text-shadow:1px 1px 3px #000;}

.fraseHome_cata{margin:0 40px 0 0; padding:0; float:right; color:#FFFFFF; text-shadow:1px 1px 3px #000;}

.hojasLeft {position:absolute; top:-60px; left:-73px}

.hojasRight {position:absolute; top:-60px; right:-116px}



.homeContents {width:680px;  padding:0 0; margin:0 0 0 0; height:280px}

.homeContents  h2{ color:#17a970; margin:0 0 0 0}

.homeSidebar {width:197px; margin:0 0 0 0; position:absolute; top:280px; right:20px; z-index:550}

.recentsHome {list-style:none; margin:0; padding:0;}

.recentsHome  li{margin:0 3% 20px 3%; padding:0 0 40px 0; float:left; width:44%; position:relative; height:160px}

.recentsHome  li img{ float:right; margin:0 0 0 10px}


.recentsHome  li h4{ float:left; width:100%; margin:0 0 15px 0}

.butterfly {position:absolute; bottom:-60px; left:20px; z-index:40; display:none}



.catalogoSidebar{width:199px; overflow:hidden; padding:0 0 0 0; float:left; margin:8px 0 0 10px }

.catalogoSidebar img{ margin:20px 0 0 0 }
.archiveContents{float:right; width:670px; overflow:hidden; padding:0 0 0 0; margin:0 0 0 0;  background-repeat:no-repeat; background-position:bottom left }
.catalogoContents{float:right; width:670px; overflow:hidden; padding:0 0 20px 0; margin:0 0 0 0; background-image:url(images/whitesingleBack.png); background-repeat:no-repeat; background-position:bottom left }

.catalogoContents #myTitle {}



.catalogoContents #myTitle{ background-image:url(images/titlesingleBack.png); padding:10px 20px; background-position:top left; background-repeat:no-repeat;color:#FFFFFF; text-shadow:1px 1px 2px #3c6e08; font-size:2em; font-weight:bold}

.testingDiv{width:630px; margin:70px 0 0 70px; background-color:#FFFFFF; 	font-size:0.85em; }

.singleExc {padding:0 20px; overflow:hidden; text-align:justify; color:#727272; position:relative }

.singleExc ul, .singleExc ol { margin:0 0 0 35px}

.singleExc ul { list-style:url(images/bullet_green.png); text-align:left}

.singleExc img {border:0}


.singleExc h1 , .singleExc h2, .singleExc h3 { color:#5e8f0b; font-size:1.2em; border-bottom:#b4e273 1px solid; padding:5px 10px; margin:15px 0; background-color:#e3fbc2;  }


.singleExc h4, .singleExc h5 , .singleExc h6{ color:#545454; font-size:1em; border-bottom:#545454 0px solid; padding:5px 0; margin:15px 0 5px 0; }



.singleColi_50 {width:49%; overflow:hidden}
.coli_l {float:left}
.coli_r{float:right}

.perrera_portaMini {width:210px; height:210px; overflow:hidden; float:left}



.miniVideo { width:320px; margin:20px auto }

.adornaFrase {font-size:1.4em; font-weight:bold; width:100%; letter-spacing:-0.03em; text-align:center}
.recentsTextsCata {margin:0 20px }

.archive-list {list-style:none}

.post{margin:0 20px 0 0; border:#C7E456 1px solid;}

.politicasContents{border:#c7e456 1px solid; background-color:#FFFFFF; padding:0; margin:0 40px}

.politicasContents h2{ font-size: 1.8em;	font-family:Tahoma, "Trebuchet MS", Arial;
	font-weight:bold;
	line-height:115%;
	margin:0 0 10px 0;
	padding:10px 2% 10px 2%;
	background-image:url(images/backTitlecats.jpg); background-repeat:repeat-x; background-position:top center;
	width:96%;
	background-color:#dbfc7c}
	
	
.politicasContents	p, .politicasContents ul, .politicasContents ol {margin:0 20px; padding:10px 0 20px 0} 
	

.distriContents {width:488px; float:right; margin:-90px 30px 0 0; z-index:100;}
	
.mySubmit{background-image:url(images/send.png); width:110px; height:30px; border:0; background-color:#FFFFFF; cursor:pointer}


.flatty {background-color:#FFFFFF; width:90%; font-size:1.2em; color:#999999; padding:3px; border-top:#7c7c7c 1px solid; border-right:#7c7c7c 1px solid;border-bottom:#d7d7d7 1px solid; border-left:#d7d7d7 1px solid;} 
.campoCamp{}



.homeParr{width:150px; height:150px; overflow:hidden}

#flashcontent{width:899px; height:328px; position:absolute; top:0; left:0; z-index:200}

.percent50 {width:50%; float:left}
.heightsArchive{height:200px; overflow:hidden; background-image:url(images/archiveList_back.png); background-repeat:no-repeat; background-position:left bottom; margin:9px 0 0 0; position:relative}

.heightsArchive h2{ background-image:url(images/archivelistTitle.png); background-position:top left; background-repeat:no-repeat; padding:0; color:#FFFFFF; text-shadow:1px 1px 2px #3c6e08;}

.heightsArchive h2:hover{ background-image:url(images/archivelistTitle_hover.png); }

.heightsArchive h2 a{ color:#FFFFFF; display:block; width:90%;  padding:5px 15px; height:25px; overflow:hidden; font-size:0.9em }
.heightsArchive h2 a:hover{ text-decoration:none; color:#d8ffb1 }

.heightsArchive img {border:0; float:right; margin:17px 35px 0 0}

.heightsArchive #myP {  margin:17px 0 0 15px; width:165px; height:170px; overflow:hidden}


.archiveList img{float:right; margin:15px 0 0 0; padding:5px; border:#CCCCCC 1px solid;}



.archiveExcerpt{height:150px; float:left; width:54%; overflow:hidden}


.singlebody img{ padding:0px; border:#CCC 0px solid; float:right; margin:10px 0 5px 30px;}

#homeCollages { width:637px; height:330px; position:absolute; top:314px; left:0; z-index:900}

#homeCollages_two { margin:30px 0 0 35px; position:relative}

#logoFlash{width:249px; height:152px; position:absolute; top:0; left:0; z-index:10}


.novedadesContents { overflow:hidden}
.novedadesContents img {}

#laRanita{width:100px; height:69px; position:absolute; top:-90px; right:0px; z-index:400}

#logoBig{width:362px; height:178px}

.downFlash {position:absolute; top:10px; left:10px}

.downFlash img {border:0}

.noflashCollas {text-align:center; margin:120px 0 0 0}
.header_tit_oculto {margin:0; padding:0}

.hiddenLogo_noflash {margin:0; padding:0}

.grassySidebar {position:absolute; top:126px; left:13px}

.videosArea {width:600px; float:left}
.videosArea h2 {background-image:url(images/videos.png); height:40px;}
.videosArea h2 span {visibility:hidden}
.videosArea ul {margin:10px 0 0 0; padding:0; list-style:none}
.videosArea ul li {width:50%; float:left; background-image:url(images/videoback.png); background-position:center center; background-repeat:no-repeat; height:220px; position:relative}
.videosArea ul li img {display:block; margin:2px 0 0 20px; overflow:hidden}

.videosArea ul li h3 {color:#666666; margin:22px 20px 0 20px; overflow:hidden; height:25px; font-size:1em}






.noveOverlay {background-image:url(images/playButton.png); background-repeat:no-repeat; display:block; width:260px; height:150px; position:absolute; top:52px; left:20px;}




.pdfsArea {width:299px; float: right; }
.pdfsArea h2 {background-image:url(images/documentos.png); height:40px;}
.pdfsArea h2 span {visibility:hidden}
.pdfsArea ul {list-style:none}
.pdfsArea ul li , .singlePdfDown{background-image:url(images/pdfback.png); background-repeat:repeat-x; background-position:left top; height:60px; margin:0 10px}
.marmi {margin:20px 10px}
.pdfsArea ul li {font-size:0.8em}
.pdfsArea ul li a, .singlePdfDown a{display:block; height:75px; padding:5px 10px 0 70px; background-image:url(images/pdf_nove.png); background-position:10px top; background-repeat:no-repeat; color:#666666; font-weight:bold; letter-spacing:-0.01em}
.pdfsArea ul li a:hover, .singlePdfDown a:hover {color:#e62323}




.inliness {overflow:hidden; float:left; width:100%}

.coli33 {width:50%; float:left; text-align:center; }

.certificacion {position:absolute; right:90px; bottom:-43px}

#threeGanaypuntoBtns {width:419px; float:left; overflow:hidden}

#ganayPuntoDiv {width:209px; float:right; overflow:hidden; margin:0 0 0 20px}

.videWide { text-align:center; margin:10px 10px 0 0; float:left}


.sitemapbody a, .footerTexts a {color:#1697f2}
.sitemapbody a:visited, .sitemapbody a:hover , .footerTexts a:hover {color:#7b7b7b}




