/*
Theme Name: Fluid Solution
Theme URI: http://www.kaushalsheth.com/
Description:  Totally liquid three-column layout, clean and simple.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

*/


/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

a img
{
border:none;
}

img.oxford {
	position: absolute;
	margin-top: -4px;
}

body {
	background: #FFF url('img/bg.gif') repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
	margin-top: 10px;
}
code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	display: block;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #6087c5;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
/*.header {
	background: url('img/stripes.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
	width: 500px;
}*/
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}

.header h1 a{
color: #222;
text-decoration:none;
}

.header h1 a:visited
{
color: #222;
text-decoration:none;
}

/*.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}*/
/*.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}*/

/* left side (main content) */
.left {
	margin: -9px 42% 20px 3%;
}
.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.content {
	width:80%;

}

.descr a,.descr a:visited
{color: #06F;
}

.content li {
	list-style: none;
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
        margin-top:44px;
}
.content a,.footer a {
	color: #6087c5;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.nav {
	left: 0px;
	text-align: center;
    position:absolute;
	
}
.nav .logo {
	margin-top: 23px;
	margin-bottom: 20px;
	background: url('img/logo.gif') no-repeat center top;
	/*border-bottom: 1px solid #EEE;*/
	/*border-top: 1px solid #EEE;*/
	height: 105px;
	width: 241px;
	margin-left:10px;
	

}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 12px Verdana;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #6087c5;
}

/* subnav */
.right {
background: #eee;
right: 0.5%;
width: 200px;
margin-top:13px;
z-index: 120;
position: absolute;
}

#searchform  #s{
width: 100px;
}

.subnav {
	padding: 0px 12px 0;
}
.subnav h1 {
	color: #6087c5;
	font-size: 12px;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	
}

.subnav h2 {
	color: #6087c5;
	font-size: 12px;
	height: 20px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* round edges */

.round {
	height: 16px;
}

div.contenedor hr {
	clear: both;
	margin-top: 10px;
}
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('img/round.gif');
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 3%;
	padding: 8px 6px;
	width: 500px;
}


/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}




/* Comments Styling */
/*#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}*/

.subnav .categories h1{
font-size: 14px;
}

.subnav .categories a{
font-size: 12px;
}

.subnav .categories {
border: none;
}

/* custom */ 

.remade-in-italy {
width:500px;
}

.remade-in-italy .post {
width: 200px;
overflow:hidden;
border: 1px solid #eee;
float: left;
margin-left: 10px;
text-align: center;
background-color: #fff;
}

.remade-in-italy .post h1{
font-size: 14px;
text-align: center;
}

.remade-in-italy .post .entry {
width: 180px;
margin-left: auto;
margin-right: auto;

}

.remade-in-italy .entry img{
margin-bottom: 10px;
border:none;
}

div .remade-in-italy p {
clear: both;
}

div .remade-in-italy p a {
color: #888
}

/* mas custom */ 

.remade-in-argentina {
width:500px;

}

.remade-in-argentina .post {
width: 200px;
overflow:hidden;
border: 1px solid #eee;
float: left;
margin-left: 10px;
text-align: center;
background-color: #fff;
}

.remade-in-argentina .post h1{
font-size: 14px;
text-align: center;

}

.remade-in-argentina .post .entry {
width: 180px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}

.remade-in-argentina .entry img{
margin-bottom: 10px;
border:none;
}

div .remade-in-argentina p {
clear: both;

}

div .remade-in-argentina p a {
color: #888

}

/* mas custom */ 

.remade-in-portugal {
width:500px;
}

.remade-in-portugal .post {
width: 200px;
overflow:hidden;
border: 1px solid #eee;
float: left;
margin-left: 10px;
text-align: center;
background-color: #fff;
}

.remade-in-portugal .post h1{
font-size: 14px;
text-align: center;
}

.remade-in-portugal .post .entry {
width: 180px;
margin-left: auto;
margin-right: auto;

}

.remade-in-portugal .entry img{
margin-bottom: 10px;
border:none;
}

div .remade-in-portugal p {
clear: both;
}

div .remade-in-portugal p a {
color: #888
}


/* mas custom */ 

.remade-in-chile {
width:500px;
}

.remade-in-chile .post {
width: 200px;
overflow:hidden;
border: 1px solid #eee;
float: left;
margin-left: 10px;
text-align: center;
background-color: #fff;
}

.remade-in-chile .post h1{
font-size: 14px;
text-align: center;
}

.remade-in-chile .post .entry {
width: 180px;
margin-left: auto;
margin-right: auto;

}

.remade-in-chile .entry img{
margin-bottom: 10px;
border:none;
}

div .remade-in-chile p {
clear: both;
}

div .remade-in-chile p a {
color: #888
}
.contenedor {
width:176px;

}

.organizan {
margin-top:0px;
width: 176px;
height: 100px;
border-bottom: 1px solid #ccc
}

.organizan h1{
font-size:11px;
}

.patrocinan {
width: 176px;
height: 160px;
border-bottom: 1px solid #ccc
}

.patrocinan h1{
margin-top:10px;
font-size:11px;
}

.participan {
position: relative;
width: 178px;
height: 126px;
/*border-bottom: 1px solid #ccc;*/
margin-bottom: 20px;
background-color: #eee;
}

.participan h1{
margin-top:10px;
font-size:12px;
}

.auspicia {
width: 176px;
height: 130px;
/*border-bottom: 1px solid #ccc;*/
margin-top: -100px;
}

.auspicia h1{
margin-top:10px;
font-size:11px;
}

.patrocinan img {
float:left;
}


.participan img {
float:left;
}

img.zero {
	margin-top: 7px;
	margin-left: 40px;
}



.auspicia img {
float:left;
}

.buscar #searchform{
height:40px;
margin-left: 8px;
}

.participar {
margin-top: 5px;
}

.left .content {
margin-left:230px;
}

.categories {

}

#product0s {
position: absolute;
left:300px;
top:200px;
}

#product0s li {
float:left;
margin-left:5px;
border: 1px solid #eee;
font-size:10px;
background-color:white;
}

#product0s a:link{
color:#888;
}

#product0s a:visited{
color:#888;
}

#product0s a:hover{
color:#6087c5; 
}

.rmd1 {
position: absolute;
top:240px;
left:302px;
border: 1px solid #eee; 
}

.rmd2 {
position: absolute;
top:240px;
left:410px;
border: 1px solid #eee; 
}

.rmd3 {
position: absolute;
top:240px;
left:492px;
border: 1px solid #eee; 
}

.rmd4 {
position: absolute;
top:240px;
left:574px;
border: 1px solid #eee; 
}

#redrmd {
position: absolute;
left:300px;
top:200px;

}

.redrmd1 img {
position: absolute;
border:1px solid #eee;
padding:3px;
background-color:white;
}

.redrmd2 img {
position: absolute;
left:170px;
border:1px solid #eee;
padding:3px;
background-color:white;
}

.redrmd3 img {
position: absolute;
left:315px;
border:1px solid #eee;
padding:3px;
background-color:white;
}

#fondo {
background:url('img/remadefondo.gif');
width:1024px;
height:768px;
position:absolute; 
z-index:0;
left:200px
}

div.content {
position:relative;
z-index:2;
}

.entry img {
border:1px solid #eee
}

div#chile-verde {
position: relative;
padding-top: 0px;
height: 225px;
z-index:-1;
background-color: white;
}

#chile-verde object {
	margin-top: 20px;
	position: relative;
	display: block;
	height: 200px;
	width: 200px;
}

p.small-text {
	margin-left: 3px;
	margin-top: 0px;
	padding: 0 0 0 0;
	font-size: 10px;
}

p.small-text-2 {
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
	font-size: 10px;
}

.espacio img{padding-top:10px;}
