body
{
	min-width: 779px;
	margin: 0 auto 0 auto;
}

body *
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
}

h1{ font-size: 32px; color: #6C8f9e; font-weight: normal;}
h2{ font-size: 22px; color: #831A1A; font-weight: normal;}
h3{ font-size: 18px; color: #333; font-weight: normal;}

a{ color: #7F94A5; text-decoration: none; }
a:hover{ color: #831A1A; text-decoration: underline; }

img{ border: 0 }

table
{
	width: 100%;
}

table, td
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	padding: 0;
}

#header
{
	background: transparent url(images/fondo.png) no-repeat center top;
	background-color: #C6B9A8
}

#header .container
{
	margin: 0 auto 0 auto;
	width: 1017px;
}

#header .logo
{
	float: left;
	width: 297px;
	height: 94px;
	margin: 35px 0 0 55px;
}

#header .menu
{
	float: right;
	margin: 45px 35px 0 0;
}

#header .menu ul
{
	padding: 0;
	margin: 0;
}

#header .menu ul li
{
	float: left;
	display: block;
	list-style: none;
	background: transparent url(images/menu-divisor.png) no-repeat right bottom;
}

#header .menu ul li.last
{
	background: none;
}

#header .menu ul li a
{
	display: block;
	padding: 40px 8px 0 8px;
	color: #000;
}

#header .menu ul li a:hover, #header .menu ul li a.active
{
	background: transparent url(images/hover.png) no-repeat center top;
}

#block-header, #block-footer
{
	margin: 5px auto 10px auto;
	width: 950px;
}

.menu-secundario 
{
	width: 950px;
	height: 65px;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

.menu-secundario a
{
	display: block;
	float: left;
	width: 230px;
	height: 65px;
	margin: 5px 4px 0 0;
}

.menu-secundario .talleres
{
	margin-left: 9px;
	background: transparent url(images/btn-talleres-normal.png) no-repeat center top;
}

.menu-secundario .talleres:hover
{
	margin-left: 9px;
	background: transparent url(images/btn-talleres-hover.png) no-repeat center top;
}

.menu-secundario .talleres-active
{
	margin-left: 9px;
	background: transparent url(images/btn-talleres-active.png) no-repeat center top;
}

.menu-secundario .terapia
{
	background: transparent url(images/btn-yogaterapia-normal.png) no-repeat center top;
}

.menu-secundario .terapia:hover
{
	background: transparent url(images/btn-yogaterapia-hover.png) no-repeat center top;
}

.menu-secundario .terapia-active
{
	background: transparent url(images/btn-yogaterapia-active.png) no-repeat center top;
}

.menu-secundario .servicios
{
	background: transparent url(images/btn-profesionales-normal.png) no-repeat center top;
}

.menu-secundario .servicios:hover
{
	background: transparent url(images/btn-profesionales-hover.png) no-repeat center top;
}

.menu-secundario .servicios-active
{
	background: transparent url(images/btn-profesionales-active.png) no-repeat center top;
}

.menu-secundario .productos
{
	background: transparent url(images/btn-certificacion-normal.png) no-repeat center top;
}

.menu-secundario .productos:hover
{
	background: transparent url(images/btn-certificacion-hover.png) no-repeat center top;
}

.menu-secundario .productos-active
{
	background: transparent url(images/btn-certificacion-active.png) no-repeat center top;
}

#content
{
	width: 950px;
	margin: 10px auto 0 auto;
	border: solid 1px #c6b9a8;
}

#content .left, #content .center, #content .right
{
	vertical-align: top;
}

#content .left, #content .right
{
	width: 200px;
	padding: 0 5px 0 5px;
}

#content .left .title, #content .right .title
{
	font-size: 18px;
	color: #333;
	border-bottom: solid 2px #831A1A;
}

#content .left .content, #content .right .content
{
	background-color: #e5e1c8;
	padding: 10px;
}

#content .left .content ul, #content .right .content ul
{
	margin: 0;
	padding: 0;
}

#content .left .content li, #content .right .content li
{
	border-bottom: solid 1px #C6B9A8;
	list-style: none;
}

#content .left .content li a, #content .right .content li a
{
	display: block;
	padding: 3px;
	color: #831A1A;
}

#content .left .content li a:hover, #content .right .content li a:hover
{
	background-color: #C6B9A8;
	color: #000;
	text-decoration: none;
}

#content .left .block, #content .right .block
{
	margin-bottom: 15px;
}

#content .center
{
	width: auto;
	padding: 0 8px 0 8px;
}

#footer-message
{
	width: 950px;
	margin: 15px auto 15px auto;
	font-size: 12px;
}

#footer-message .derechos
{
	float: left;
	font-size: 12px;
}

#footer-message .derechos ul
{
	padding: 0;
	margin: 5px 0 0 0;
}

#footer-message .derechos ul li
{
	list-style: none;
	float: left;
	border-right: solid 1px #000;
}

#footer-message .derechos ul li.last
{
	border-right: none;
}

#footer-message .derechos ul li a
{
	color: #000;
	display: block;
	margin: 0 8px 0 8px;
	font-size: 12px;
}

#footer-message .derechos ul li.first a
{
	margin-left: 0px;
	font-size: 12px;
}

#footer-message .derechos ul li a:hover, #footer-message .derechos ul li a.active
{
	text-decoration: underline;
}

#footer-message .desarrollador
{
	float: right;
}


.button-view-featured
{
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	cursor: hand;

}

.button-buy-featured
{
	background-color: #7F94A5;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	cursor: hand;
}


.block-view-more
{
	float: right;
	display: inline;
	font-weight: bold;
	padding: 6px;
}

#content .center .content-block .content
{
	padding: 10px;
}

#content .center .content-block .title
{
	margin-top: 15px;
	padding: 5px;
	font-weight: bold;
}

#content .center .content-block .title a{ text-decoration: none; }
#content .center .content-block .title a:hover{ text-decoration: underline; }

#content .center .content-block .block-image-thumbnail
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.featured-listing td
{
	padding: 20px;
	border-bottom: dashed 1px #000000;
	width: 50%;
}
	
.featured-listing td a:hover
{
	text-decoration: none;
}

.sthoverbuttons-label span
{
	font-size: 11px;
}
