/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(../../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../../rsc/css/comments.css);	/* Import default comment styles */

body {
	background: #000000 url("img/cuerpo.jpg") no-repeat center top;
	background-attachment:fixed;
	padding: 0;
	margin: 0;
	color: #666;
	font: 84% Arial, Helvetica, sans-serif;
}

a {
	color: #F9B85C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.gray {
	color: #666;
}

h1#pageTitle a {
	color: #fff;
	text-decoration: none;
}

h1 {
	color: #F9B85C;
	font-size: 200%;
	margin: 0 0 1ex 29px;
}
h2 {
	color: #F9B85C;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #F9B85C;
	font-size: 130%;
}
h4 {
	color: #F9B85C;
	font-size: 110%;
}

div#wrapper {
/*	background: #000000 url("img/bg.gif") center top;*/
	width: 90%;
	margin: 0px auto;
	padding: 0;
}

div#wrapper2 {
/*	background: #000000;*/
	margin: 0;
	padding: 0;
}

div.pageHeader {
	background: url("img/header_.jpg") no-repeat center top;
//	background-attachment: fixed;
	height: 251px;
	padding: 3px 0px;
	margin: 0;
}

div#page_main_area {
	width: 100%;
	margin: 0 auto;
/*	background-color: #000000;*/
}

div#pageFooter {
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding: 12px 0;
}
p.baseline {
	text-align: center;
	font-size: 76%;
	color: #777;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}


h1#pageTitle {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 47px 0 0 0;
	line-height: 1.22 em;
	font-variant: small-caps;
	text-transform: none;
	/*border: 1px solid #fff; */
}
div.pageSubtitle {
	color: #fff;
	letter-spacing: 2px;
	margin: 3px 0 0 13px;
}

ul#bloglist {
	float:right;
	margin: 0 5px;
	padding: 0;
	list-style-type:none;
	padding: 8px 0;
}
ul#bloglist li {
	display: inline;
	padding: 0 1ex 0 0;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}
a.BlogButton {
	color: #fff;
}
a.BlogButton:hover,
a.BlogButtonCurr:hover {
	color: #666;
	text-decoration: underline;
}
a.BlogButtonCurr {
	color: #fff;
	text-decoration: underline;
}


/* Styles for posts */
.bPosts {
	float: left;
	width: 80%;
	overflow: hidden;
	margin: 0;
	padding: 45px 0 0 0;
/*	background-color: #000000;*/
	color: white;
}
div.action_messages {
	margin: 0 0 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 0 4ex;
	padding: 0 0 0 30px;
	//border-bottom: 2px solid #ddd;
	/* background-color:#00FF33; */
	/*background-image: url(img/arrow-right-big.gif);*/
/*	background-repeat: no-repeat;
	background-position: 5px 3px;	/* border: 1px solid #78a; */*/
}
.bSmallHead {
	padding: 5px 0 7px;
	font-size: 84%;
	color: #F9B85C;
}
.bTitle {
	color: #000;
	font-size: 150%;
	margin: 0 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	float: right;
	color: #F9B85C;
	font-size: 84%;
}

div.bComment {
	border: 1px solid #F9B85C;
/*	background-color:	#EBF7FD;*/
	margin: 1ex 0 2ex 5ex;
}
div.moderation_msg {
	margin: 1ex 0 2ex 5ex;
}


form.bComment {
	border: 0;
	margin: 0;
	padding: 0;
}

input.bComment,
textarea.bComment
{
	background-color: #fff;
	border: 1px solid #F9B85C;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #fff;
	border: 1px solid #F9B85C;
	padding: 1px;
	margin: 0ex;
}


/* Styles for sidebar (right) */
.IE6 {
	margin: 0;
	padding: 45px 0 0 0;
	width: 20%;
	float: right;
	overflow: hidden;
/*	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right top;*/
}
.bSideBar {
	margin: 0;
	padding: 45px 0 0 0;
	width: 20%;
	float: right;
}
.bSideItem {
/*	background-color: #000000;*/
	margin: 0 16px 2ex 16px;
	padding: 0 0 0 0;
}
.bSideItem h3 {
	margin: 0;
	padding: 0;
	font-variant:small-caps;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem li {
	list-style-image: url(img/arrow-right-small.gif);
}

.bSideItem li a {
	color: #666;
}
.bSideItem li a:hover {
	color: #F9B85C;
}


.dimmed
{
	color: #aaa;
	font-size: 84%;
}

form.search
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 1ex 0;
}
input.SearchField
{
	background-color: #fff;
	border: 1px solid #F9B85C;
	padding: 2px;
	width: 120px;
	height: 16px;
	margin: 0ex;
}
input.search_submit {
	border: 0;
	width: 39px;
	height: 22px;
	background-image: url(img/search.gif);
	color: #fff;
}

/* Calendar: */
table.bCalendarTable {
	width: 100%;
	border: 1px solid #999;
}
caption.bCalendarCaption {
	text-transform:uppercase;
	border-bottom: 0;
	border: 1px solid #999;
	border-bottom: 0;
}
th.bCalendarHeaderCell {
	text-transform:uppercase;
	color: #999;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #F9B85C;
	color: #fff;
}
#bCalendarToday {
	background-color: #F9B85C;
	color: #fff;
}
#bCalendarToday a {
	color: #fff;
}

ul.main_nav_links {
	margin-top: 3ex;
	margin-bottom: 3ex
}
ul.main_nav_links li {
	margin-top: .5ex;
	margin-bottom: .5ex;
}

/*listas desplagables para los productos probados*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 14em;
	/*border : solid white 1px;*/
}
#nav li { /* all list items */ 
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width : 14em;
	list-style: none;
}
#nav li ul { /* second-level lists */ 
	position : absolute;
	left: -999em;
	margin-left : -13.05em;
	margin-top : -1.35em;
	list-style: none;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em; 
}
#nav li a {
	width : 14em;
	w\idth : 12em;
	display : block;
	color : #F9B85C;
	font-weight : bold;
	text-decoration : none;
	background-color : black;
	/*border : 1px solid black;*/
	padding : 0 0.5em;
}#nav li a:hover {
	text-decoration : underline;
	background-color : black;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */ 
	left: auto;
}
#content {
	margin-left : 12em;
}