@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	list-style-position: inside;
}

.activeBtn {
	background-position: bottom !important;
}

#advise {
	background-color: #CED7D4;
	margin: 4px 0;
}

#advise input {
	width: 195px;
	margin: 0 50px 10px;
}

#advise p {
	margin: 10px;
	font-size: 13px;
}

#adviseSubmit {
	margin: 0 0 10px 0 !important;
	width: 300px !important;
	height: 33px;
	background-image: url(/images/design/recomendar_btn_300x33.gif);
	border: none;
	cursor: pointer;
}
#articleBack {
	width: 762px;
	padding-left: 6px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	background-color: #D6A3DB;
}

.articleBox {
	width: 768px;
	overflow: hidden;
	font-size: 12px;
}

.articleBox a {
	color: #8A6B70;
}

.articleBox > div {
	float: left;
	width: 643px;
	height: 110px;
}
.articleBox hr {
	height: 1px;
	width: 768px;
	border: none;
	border-top: 1px dashed #9c9c9c;
	margin: 4px auto;
}

.articleBox > img {
	width: 110px;
	height: 110px;
	float: right;
	border: 1px solid #333;
  margin-bottom: 4px;
}

.articleBox span {
	display: inline-block;
	float: right;
	font-weight: normal;
	font-style: italic;
	width: 100px;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
	text-align: right;
	margin-top: 5px;
	margin-right: 6px;
}

.articleBox p {
	margin: 5px 0;
	text-align: justify;
}

#articleContent {
	width: 740px;
	margin: auto;
}

#articleContent > img {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}

#articleContent > p {
	margin: 10px 0;
}

#articleTitle {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.artIntro_author {
	color: #8A6B70;
	font-size: 14px;
	font-weight: bold;
}

.artIntro_title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.artPagiLinks {
	width: 754px;
	padding: 0 7px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	background-color: #E6E6E6;
}

.artPagiLinks > div {
	float: right;
	width: 400px;
	text-align: right;
}

.artPagiLinks > div > a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background-image: url(/images/design/grey_page.png);
	margin-top: -4px;
	margin-right: 4px;
	font-weight: bold;
	color: #7c7c7c;
}

.artPagiLinks > div > div {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background-image: url(/images/design/pink_page.png);
	margin-top: -4px;
	margin-right: 4px;
	font-weight: bold;
	color: #fff;
}

#bannersCont {
	margin: 2px 0;
}

#bannersCont img {
	margin: 2px 0;
}

.blogEntryContent {
	margin: 0 15px 20px;
}

.blogEntryHead {
	width: 468px;
	height: 50px;
	background-image: url(/images/design/entryTitleBG_bottom.png);
}

.blogEntryHead .title {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 22px;
	color: #333;
}

.blogEntryHead .date {
	font-size: 16px;
	color: #333;
	text-align: right;
	width: 85px;
	float: right;
	margin-top: 10px;
	margin-right: 18px;
}

.blogEntryHead .fake_url {
	float: left;
	width: 1px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 22px;
	color: #333;
}

body {
	background-color: #7D7366;
	background-image: url(/images/design/43original.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

.clearFloats {
	clear: both;
}

#clientsArea {
	background-color: #BFBAB3;
	margin: 4px 0;
}

#clientsArea input {
	width: 195px;
	margin: 0 50px 10px;
}

#clientsAreaSubmit {
	margin: 0 0 10px 0 !important;
	width: 300px !important;
	height: 33px;
	background-image: url(/images/design/acceso_clientes_btn_300x33.gif);
	border: none;
	cursor: pointer;
}

#club #submit {
    border: 1px dashed #fff;
    background-color: #ac6c84;
    color:#fff;
    font-weight: bold;
    margin-left: 248px;
}

#club form {
    margin-top: 8px;
    margin-right: 8px;
    padding: 8px;
    background-color: #888173;
    color: #fff;
}

#club input.ti {
    margin: 4px 0;
    padding: 3px;
    color: #888173;
    width: 300px;
}

#club > h3 {
    width: 654px;
    margin: auto;
}

#club .partner {
    width: 654px;
    margin: 10px auto;
}

#club .partner-name {
    width: 325px;
    float: left;
    color: #ac6c84;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#club .partner-address {
    width: 325px;
    float: left;
    color: #ac6c84;
    margin-bottom: 10px;
}

#club .partner-benefit {
    width: 325px;
    float: left;
    
}

#club .partner img {
    display: block;
    float: right;
    width: 300px;
}

#concursos #contests-intro-txt { margin-left: 120px }

#concursos .contest-note {
    position: relative;
    width: 436px;
    height: 161px;
    padding: 30px 60px;
    margin: 0 auto 40px;
    background-image: url(/images/design/notebook-bg.png);
    font-family: "lillyRegular";
    font-size: 32px;
    text-align: center;
}

#concursos .contest-note a {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 30px;
    font-size: 14px;
    color: #dc4282;
}

#concursos .contest-note a:hover { text-decoration: underline }

#concursos #contestant_submit {
    background-color: #ff9933;
    color:#fff;
    font-weight: bold;
}

#concursos form {
    margin-top: 8px;
    margin-right: 8px;
    padding: 8px;
    background-color: #888173;
    color: #fff;
}

#concursos input.ti {
    margin: 4px 0;
    padding: 3px;
    color: #888173;
    width: 300px;
}

#contact {
	background-color: #8B8275;
	margin: 4px 0;
}

#contact p {
	color: #fff;
	margin: 2px 3px;
	border: #fff 1px dashed;
	text-align: center;
	font-size: 14px;
	padding: 20px;
}

#contact a {
	color: #fff;
}

#contact a:hover {
	text-decoration: underline;
}

#container {
	width: 998px;
	margin: 25px auto;
}

#contentBlog p {
	margin-bottom: 15px;
}

#contest {
	background-color: #000;
	color: #fff;
	margin: 4px auto;
}

#contest form {
	font-weight: bold;
}

#contest form, #contest p {
	padding: 10px;
}
#contest img {
	border-bottom: 2px solid #fff;
}

#contest input {
	border: #999 solid 1px;
	width: 250px;
	padding-left: 5px;
	color: #666;
}

#currentCover {
	width: 210px;
	height: 250px;
	background-color: #7D7366;
	margin: 4px 0;
}

#currentCover img {
	margin: 12px;
}

#currentCover a.allCovers {
	display: block;
	width: 186px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	margin: -4px auto 12px;
	color: #fff;
	background-color: #888173;
	text-align: center;
	font-size: 14px;
	border: 1px dashed #fff;
}

#currentCover a.allCovers:hover {
	background-color: #ABA69C;
}

.error {
	background-color: #FBE6F2;
	border:1px solid #C30;
	color: #C30;
	margin:10px 10px 5px;
	padding:7px;
}

#footer {
	border-top: 4px solid #fff;
	clear: both;
	height: 33px;
	background-color: #8D8B8D;
}

#footer #footer-left {
    width: 300px;
    float: left;
}

#footer #footer-right {
    width: 300px;
    float: right;
    text-align: right;
    color: #fff;
    line-height: 33px;
    margin-right: 15px;
}

#footer #footer-right a { color:  #fff }

#giro {
	color: #fff;
	display: block;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	margin-left: 15px;
}

#goInput {
	background-color: #fff;
	padding: 0;
	cursor: pointer;
}

#homeRightColLeft {
	float: left;
	width: 468px;
}

#homeRightColRight {
	float: right;
	width: 300px;
}
img {
	border: none;
}

input {
	border: none;
	color:#999999;
	padding-left:5px;
}

#leftColumn {
	float: left;
	width: 210px;
}

#main {
	background-color: #FFF
}

#mainMenu {
	width: 998px;
	height: 99px;
	background-image: url(/images/design/header/header_00g.png)
}

#mainMenu a {
	display: block;
	height: 75px;
	text-indent: -9999px;
}

#mainMenu a:hover {
	background-position: bottom;
}

a#mainMenuLink01 {
	width: 117px;
	background-image: url(/images/design/main_menu_buttons/menu_01.png);
}

a#mainMenuLink02 {
	width: 124px;
	background-image: url(/images/design/main_menu_buttons/menu_02.png);
}

a#mainMenuLink03 {
	width: 115px;
	background-image: url(/images/design/main_menu_buttons/menu_03.png);
}

a#mainMenuLink04 {
	width: 120px;
	background-image: url(/images/design/main_menu_buttons/menu_04.png);
}

a#mainMenuLink05 {
	width: 93px;
	background-image: url(/images/design/main_menu_buttons/menu_05.png);
}

a#mainMenuLink06 {
	width: 130px;
	background-image: url(/images/design/main_menu_buttons/menu_06.png);
}

a#mainMenuLink07 {
	width: 166px;
	background-image: url(/images/design/main_menu_buttons/menu_07.png);
}

a#mainMenuLink08 {
	width: 100px;
	background-image: url(/images/design/main_menu_buttons/menu_08.png);
}

#mainMenu li {
	display: block;
	float:left;
}

#mainMenu ul {
	width: 965px;
	margin: 17px auto auto;
}

#menuBlog {
	width: 468px;
	height: 33px;
	background-image: url(/images/design/menuBlogBG.gif);
	margin: 4px 0;
	overflow: hidden;
}

#menuBlog li {
	display: block;
	float:left;
}

#menuBlog a {
	display: block;
	width: 117px;
	height: 33px;
	text-indent: -9999px;
}

#menuBlog a:hover {
	background-position: bottom;
}

a#menuBlogLink01 {
	background-image: url(/images/design/menu_blog/menuBlogBtn01.png);
}

a#menuBlogLink02 {
	background-image: url(/images/design/menu_blog/menuBlogBtn02.png);
}

a#menuBlogLink03 {
	background-image: url(/images/design/menu_blog/menuBlogBtn03.png);
}

a#menuBlogLink04 {
	background-image: url(/images/design/menu_blog/menuBlogBtn04.png);
}

#newsletter {
	background-color: #E9D3DA;
	margin: 4px 0;
}

#newsletter input {
	width: 195px;
	margin: 0 50px 10px;
}

#newsletter p {
	margin: 10px;
	font-size: 13px;
}

#newsletterSubmit {
	margin: 0 0 10px 0 !important;
	width: 300px !important;
	height: 33px;
	background-image: url(/images/design/alta_newsletter_btn_300x33.gif);
	border: none;
	cursor: pointer;
}

#paginationLinks {
	margin-bottom: 20px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	background-color: #666;
}

#paginationLinks a {
	padding: 0 2px;
	color: #fff;
}

#paginationLinks a:hover {
	background-color: #fff;
	color: #666;
}

#paginationLinks span {
	padding: 0 2px;
	background-color: #fff;
	color: #666;
}

.preventMarginCollapse {
	border: none;
	height: 1px;
	overflow: hidden;
}

.redes {
	text-align: right;
	margin-bottom: 15px;
}

#register-result {
    margin: 10px 10px 15px 0;
    padding: 15px;
    background-color: #ac6c84;
    color: #fff;
}

#register-result span {
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
}

.rightBanner {
	width: 300px;
	height: 250px;
	margin: 4px 0;
}

#rightColumn {
	float: right;
	width: 778px;
}

#sectionCap {
	margin-bottom: 4px;
}

.succes {
	background-color: #D0E3B7;
	border:1px solid #393;
	color: #393;
	margin:10px 10px 5px;
	padding:7px;
}

#viewMoreBar {
	width: 762px;
	padding-left: 6px;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	background-color: #D6A3DB;
	margin-bottom: 4px;
	color: #fff;
}

