/*
Title: Meseta Skin
Version: 2.0
Url  : www.casadelplaneta.com.ar
Date : January 2008
Related: csseasy.com
*/

html, body { 
	margin:0; 
	padding:0;
	border: none;
}
body { 
	color:#303030;
	text-align:center;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background-color:#94bbbb;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(background1.jpg);
	background-position: left top;
}
/* Clases de Fondos de Imagen */
.imagenfondo-1 {
	background: white url(../../images/silvia-2.jpg) no-repeat fixed center top;
}
.imagenfondo-2 {
	background: white url(../../images/petro-3.jpg) repeat fixed left top;
}



/* ESTRUCTURA BASICA ---------------*/
#container{
	margin: 0 auto;
	width: 795px;
}
#main {	
	width: 795px;
	overflow:hidden;
}
#rightbar { 
	float: right;
	width: 150px;
}
#sidebar {
	float: left;
	width: 150px;
}
#content {
	margin-left: 150px;
	margin-right: 150px;
}
#footer {
	clear: both;
}
#sidebar-style, #content-style, #rightbar-style { 
	min-height: 300px;
	/* IE-Min-Height */_height: 300px;
}

*.inner, .inner {/* Wrapper */
	width: 100%; _overflow: hidden;
}

/* CONTAINER Estilo ------------------------*/
#container-style {
	cursor: default;
	text-align:left;
	background-color:rgb(241,240,234);
}
#container > #container-style {/* Moz-Box-Fix*/
	border-top: 1px solid transparent;
}

/* SIDEBAR Estilo ---------------------*/
#sidebar-style {
	color:#FFFFCC;
	border: 1px solid #000000;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 5px;
	background-color: #404040;
}
#sidebar > #sidebar-style {/*opacity: 0.78;*/
	background: transparent url(semitransp1.png) repeat;
}
#sidebar h1, #rightbar h1
{
	color:#CCFFCC;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 8px;
}
#sidebar h2, #rightbar h2, #bottombar h2
{
	font-family: arial;
	border: 1px outset gray;
	border-color: rgb(114,114,114) rgb(64,64,64) rgb(64,64,64) rgb(114,114,114);
	font-size:1.1em;
	text-indent:0.5em;
	margin: 1.5em 0 5px 0;
}
#sidebar p, #rightbar p 
{
	font-size:0.8em;
	line-height:1.4em;
	margin:0 0 12px 10px;
	color: #ffffff;
}

/* RIGHT COLUMN ------------------------*/
#rightbar-style {
	color:#FFFFCC;
	border: 1px solid gray;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #404040;
}
#rightbar > #rightbar-style {/*opacity: 0.78;*/
	background: transparent url(semitransp1.png) repeat;
}

/* HEADER Estilos ------------------------*/
#header-style {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	background: transparent none top left repeat-x;
	text-align:center;
	color:#2E4BA8;
}
#linkbar {
	-x-border: 1px solid red;
	text-align: right;
	color:#006600;
	font-size: 0.9em;
	padding: 3px 10px;
}
#linkbar a {
	color:#006600;
	font-size: 0.9em;
	padding: 3px 10px;
}

#logo {
	-x-border: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 14px;
}
/* MENU TABS -------------------------*/
#tabs {
	-x-border:1px solid gray;
	clear: both;
	font-size:93%;
	line-height:normal;
	padding-left:60px;
	padding-right:2px;
}
#tabs ul {
	width: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	float:left;
	margin:0;
	padding:0;
}
#tabs a {
	display: block;
	background: transparent url(tableftF.png) no-repeat left top;
	margin:0;
	padding: 0 0 0 2px;
	text-decoration:none;
}
#tabs a span {
	display:block;
	background: transparent url(tabrightF.png) no-repeat right top;
	padding: 4px 10px 5px 3px;
	color:#006600;
}
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}

/* CONTENT Estilos ----------------------*/
#content-style {
	color:#303030;
	cursor: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 16px;
	border: 1px solid gray;
	background-color:#ffffff;
}
#content > #content-style {/*opacity: 0.70;*/
	background: transparent url(semitransp2.png) repeat;
}
#content h1, #content h2 {
	color:#2E4BA8;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px ;
	padding:0;
}
#content h2 {
	font-size:1.4em;
	margin-bottom:10px;
	color:#336600
}
#content h3, 
#content h6 {
	color:#2E4BA8;
}

#content h4 {
color:#993300;
font-size:12pt;
font-family:Arial, Helvetica, sans-serif;
}

#content h5 {
color:#003300;
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
}

/* FOOTER Estilo ------------------------*/
#footer-style {
	color:#d0d0d0;
	text-align: center;
	font-size:0.9em;
	font-weight:bold;
	padding:10px;
	margin: 0;
	background:#8b8b8b url(footerbg.jpg) top left repeat-x;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

/* LINKS ------------------------*/
a, a:visited {
	color: #FFFF99;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#content a , #content a:visited {
	color:#004080;
	font-weight:normal;
	text-decoration:none;
}
#content a:hover {
	color:#CE4649;
	text-decoration:underline;
}
#content img {
	border:1px solid #b0b0b0;
	margin:2px 10px 5px;
	padding:2px;
}

/* CLASSES --------------------------*/
.linklist {
	list-style:none;
	margin:0 0 16px 10px;
	padding:0;
}
.linklist li {
	margin-bottom:0.7em;
}
.linklist a, .linklist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linklist a:hover {
	color: #FFCC33;
	text-decoration: none;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
}
strong {
	color:#990000;
	font-weight:bold;
}

blockquote{
	border-left: 5px solid silver;
	padding-left: 1em;
}
.intro {
	font-size:1.1em;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:justify;
	text-indent:30px
}

#content .foto {
	text-align:center;
	color:blue;
	font-size:1em;
	font-weight: bold;
	letter-spacing:-1px;
}
#content .miniatura,
#content .miniatura tr td {
	text-align:center;
}
#content .miniatura img {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:auto;
	text-align:center;
	padding:5px;
}

/* TAG-BOARD ----------------------------------------------- */
.msg_boton, .msg_texto, .msg_textarea, .msg_iframe
{
border:1px solid gray;
background-color:white;
}
.msg_texto
{
width:80%;
margin-bottom:0.8em;
}
.msg_textarea
{
width:98%;
height:6em;
margin-bottom:0.8em;
}
.msg_boton
{
margin-top:1em;
padding:0 1em;
cursor:pointer;
}

#print {
	float:right;
	margin-top: -10px;
	margin-right: -10px;
	line-height:15px;
	padding-right:18px;
	vertical-align:middle;
	font-size: smaller;
	background:transparent url(print.png) no-repeat right center;
}

/* Classes extras */
.clear {clear:both;}
.spacer {clear:both; display:block; height:1.5em;}
.hide {display:none;}
.litle {font-size:0.8em;}
.large {font-size:1.4em;}
.big {font-size: larger;}
.small {font-size: smaller;}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.box-left {float:left;}
.box-center {float:none; text-align:center; margin:auto; display:block;}
.box-right {float:right; text-align:left;}

/* Fin CSS -------*/