/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#header_area {
	background-image: url(images/bg_header_area.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#header_area .page {
	width: 900px;
	padding: 0px;
	position: relative;
}
#header {
	height: 135px;
	margin-top: 0px;
	background-image: url(images/internas_r2_c2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px 0px;
}
tabs {
}
ul#tabs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 47px;
	margin: 0px;
	padding-top: 0px;
	width: 805px;
	position: relative;
	top: -16px;
	left: 47px;
}
#content_area {
	/*background-image: url(images/bg_content_area.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
#content_area .page {
	/*border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4A4B4B;
	border-right-color: #4A4B4B;
	border-bottom-color: #4A4B4B;
	border-left-color: #4A4B4B;*/
	margin:0 auto;
	padding-left:0;
	padding-right:0;
	width:900px;
	left: auto;
	right: auto;
}
#content_box {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*background-image: url(images/bg_content_box.jpg);
	background-repeat: repeat-y;
	background-position: 0px;*/
	width: 900px;
}
#content_box .page {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: none;
	width: 869px;
	left: auto;
	right: auto;
}
#content {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*background-image: url(images/home_r7_c4.jpg);
	background-repeat: repeat-x;*/
	width: 652px;
	background-color: #FFF;
}
#sidebars {
width:199px;
}
#footer_area {
	height: 75px;
	background-image: url(images/home_r6_c2.jpg);
}
#footer_area .page {
	width: 869px;
}
#footer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
	height: 0px;
	padding: 0px;
}
#custom-foot {
	height: 75px;
	background-color: #FFF;
	width: 900px;
	position: relative;
	left: 9px;
}
.custom #header #logo { text-indent: -9999px; }
.custom #header h1, .custom #header p#tagline { text-indent: -9999px; }

ul#tabs current_page_item {
	cursor: pointer;
	text-transform: none;
	height: 49px;
}

h1, h2, h3 {
	color: #385688;
	font-weight: bold;
}
.format_text h3 {
	font-size:14px;
	margin:0px;
	font-weight: normal;
}
ul#tabs li {
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 47px;
	text-indent: -5000px;
	background: none;
}
ul#tabs li a {
	padding:0px;
	height: 50px;
	margin: 0px;
}
ul#tabs li.home-item {
	background: url(images/botonera_r2_c2.png);
	width: 115px;
}
ul#tabs li.page-item-1 {
	background: url(images/botonera_r2_c3.png);
	width: 115px;
}
ul#tabs li.page-item-2 {
	background: url(images/botonera_r2_c4.png);
	width: 115px;
}
ul#tabs li.page-item-3 {
	background: url(images/botonera_r2_c5.png);
	width: 115px;
}
ul#tabs li.page-item-4 {
	background: url(images/botonera_r2_c6.png);
	width: 115px;
}
ul#tabs li.page-item-5 {
	background: url(images/botonera_r2_c7.png);
	width: 115px;
}
ul#tabs li.page-item-6 {
	background: url(images/botonera_r2_c8.png);
	width: 115px;
}

#ul#tabs li.current_page_item {
	margin: 0px;
	padding: 0px;
	height: 47px;
}

ul#tabs li.home-item:hover {
	background: url(images/botonera_r2_c2.png);
	/*width: 137px;*/
}
ul#tabs li.home-item.current_page_item {
	background: url(images/botonera_r2_c2.png);
	width: /*137px;*/
}
ul#tabs li.page-item-1:hover {
	background: url(images/botonera_r2_c3.png);
	/*width: 156px;*/
}
ul#tabs li.page-item-1.current_page_item {
	background: url(images/botonera_r2_c3.png);
	/*width: 156px;*/
}
ul#tabs li.page-item-2:hover {
	background: url(images/botonera_r2_c4.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-2.current_page_item {
	background: url(images/botonera_r2_c4.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-3:hover {
	background: url(images/botonera_r2_c5.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-3.current_page_item {
	background: url(images/botonera_r2_c5.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-4:hover {
	background: url(images/botonera_r2_c6.png);
	/*width: 217px;*/
}
ul#tabs li.page-item-4.current_page_item {
	background: url(images/botonera_r2_c6.png);
	/*width: 217px;*/
}
ul#tabs li.page-item-5:hover {
	background: url(images/botonera_r2_c7.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-5.current_page_item {
	background: url(images/botonera_r2_c7.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-6:hover {
	background: url(images/botonera_r2_c8.png);
	/*width: 164px;*/
}
ul#tabs li.page-item-6.current_page_item {
	background: url(images/botonera_r2_c8.png);
	/*width: 164px;*/
}



li.widget {
	background-color: #FFF;
	/*background-image: url(images/home_r8_c13.jpg);
	background-repeat: repeat-x;*/
}
#testimonios {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B2C8D7;
	border-right-color: #B2C8D7;
	border-bottom-color: #B2C8D7;
	border-left-color: #B2C8D7;
	width: 171px;
	background-color: #E6EFF4;
	padding: 10px;
}
#ingresaralclub {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B2C8D7;
	border-right-color: #B2C8D7;
	border-bottom-color: #B2C8D7;
	border-left-color: #B2C8D7;
	width: 191px;
	background-color: #E6EFF4;
}
#ingresaralclub input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ingresaralclub input[type="text"] {
	background-color: #FFF;
	height: 16px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	font-size: 12px;
	position: relative;
	float: left;
}
#ingresaralclub input[type="password"] {
	background-color: #FFF;
	height: 16px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	font-size: 12px;
	position: relative;
	float: left;
}
#cajaregistro {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B2C8D7;
	border-right-color: #B2C8D7;
	border-bottom-color: #B2C8D7;
	border-left-color: #B2C8D7;
	width: 191px;
	background-color: #E6EFF4;
}
#cajaregistro input[type="text"] {
	background-color: #FFF;
	height: 16px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	font-size: 12px;
}
#cajaregistro form {
	clear: none;
	float: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#cajaregistro input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#todo_inicio {
	float: left;
	width: 632px;
	/*background-image: url(images/home_r7_c4.jpg);
	background-repeat: repeat-x;*/
	padding: 10px;
}
#todo_inicio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#todo_inicio h3 {
	font-size: 16px;
}
#video-home {
	float: right;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A7BDCA;
	border-right-color: #A7BDCA;
	border-bottom-color: #A7BDCA;
	border-left-color: #A7BDCA;
	margin-top: 20px;
	margin-left: 10px;
	height: 263px;
	width: 350px;
}
.notaprecio {
	font-size: 12px;
	white-space: normal;
}
.textoslayersazul {
	text-decoration: none;
	color: #000;
}
#lineabajotitulo {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post_box, .teasers_box, .full_width #content_box .page {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
}


		
		/*
			Vertical Accordions
		*/
		
/*		.accordion_toggle {
	display: block;
	line-height: 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	/*cursor: pointer;*/
	/*margin: 0;
	background-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica;
	text-align: center;
		}
		
		.accordion_toggle_active {
	color: #000000;
	background-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
		}
		
.accordion_content {
background-color:#FFFFFF;
border-left:40px solid #FFFFFF;
border-right:40px solid #FFFFFF;
color:#444444;
overflow:hidden;
padding:0 0 20px;
}			
			.accordion_content h2 {
			}
			
			.accordion_content p {
	line-height: 150%;
	padding: 5px 5px 5px 5px;
	text-align: justify;
			}
			
		.vertical_accordion_toggle {
	display: block;
	width: 600px;
	line-height: 30px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #000000;
	/*cursor: pointer;*/
	/*background-color: #a9d06a;
	font-family: Tahoma, Arial, Helvetica;
		}

		.vertical_accordion_toggle_active {
			background: url(accordion/images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #0000FF;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		/*.horizontal_accordion_toggle {
			/* REQUIRED */
			/*float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			/*display: block;
			height: 100px;
			width: 30px;
			background: url(accordion/images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;*/
			/*cursor: pointer;*/
			/*margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(accordion/images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {*/
	/* REQUIRED */
	/*		height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	/*float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
/*			overflow: hidden;
	background-color: #ffffff;
	color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}*/
					
					
    /* Container styling*/
/*    #horizontal_container {
	margin: 20px auto 20px auto;
	width: 540px;
	height: 100px;
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
    #vertical_container {
	margin-right: 10px;
	margin-left: 20px;
}*/
    .style1 {font-weight: bold}
.enrojo {
	color: #900;
	font-weight: bold;
	font-size: 18px;
}
.tituloacordeeon {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	font-size: 19pt;
}
.enazul {
	color: #006;
	font-weight: bold;
	font-size: 18px;
}
.enrojogrande {
	color: #900;
	font-weight: bold;
	font-size: 24px;
}
.engrisgrande {
	color: #333;
	font-weight: bold;
	font-size: 24px;
}
.format_text a {
	color: #385688;
	text-decoration: none;
}
.format_text a:link {
	text-decoration: none;
}
.format_text a:hover {
	text-decoration: none;
}
a {
	color: #385688;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#ventaoro {
	background-color:#FFFBEC;
	border:8px solid #FAC826;
	left:auto;
	padding:25px;
	position:relative;
	right:auto;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#ventaoro h1{
	font-size: 28px;
	color: #385688;
}
#ventaoro h6{
	font-size: 11px;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 5px;
}
#ventaoro li {
	list-style-position: outside;
	list-style-image: url(images/check_oro.png);
}
#ventaplata {
	border: 8px solid #C9C8C7;
	position: relative;
	padding: 25px;
	background-color: #F5F5F5;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#ventaplata h1{
	font-size: 28px;
	color: #737472;
}
#ventaplata h6{
	font-size: 11px;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 5px;
}
#ventaplata li {
	list-style-position: outside;
	list-style-image: url(images/check_plata.png);
}

#playerventas {
	height: 300px;
	width: 400px;
	border-top-width: 3px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A7BDCA;
	border-right-color: #A7BDCA;
	border-bottom-color: #A7BDCA;
	border-left-color: #A7BDCA;
}
#testimoniosbdsm {
	padding: 9px;
	font-size: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
}
#photo-home {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	height: 488px;
	width: 284px;
	padding: 10px;
}



#texto-facebook {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B6C5CA;
	border-left-color: #B6C5CA;
	background-color: #E6EFF4;
	font-size: 12px;
	color: #111111;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#con-facebook {
	height:255px;
	width:193px;
	background-color: #E6EFF4;
}
#link-facebook {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94A3C4;
	border-left-color: #94A3C4;
	background-color: #E6EFF4;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: -5px;
}
#link-facebook a {
	font-size: 12px;
	color: #111111;
}
#imagetop {
	width: 193px;
	height: 16px;
}
#imagebotton {
	height: 16px;
	float: left;
}
#contenido-facebook {
	padding-bottom: 30px;
	width: 193px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
}
#texto-titulo-fechas {
	font-weight: bolder;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94A3C4;
	border-left-color: #94A3C4;
	background-color: #E6EFF4;
	padding-right: 5px;
	padding-left: 5px;
	width: 181px;
	padding-bottom: 10px;
}
#texto-fechas {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94A3C4;
	border-left-color: #94A3C4;
	background-color: #E6EFF4;
	padding-right: 5px;
	padding-left: 5px;
	width: 181px;
}
#horas-fechas {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94A3C4;
	border-left-color: #94A3C4;
	background-color: #E6EFF4;
	padding-right: 5px;
	padding-left: 5px;
	width: 181px;
	padding-top: 10px;
}
#facebook-titulo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B6C5CA;
	border-left-color: #B6C5CA;
	background-color: #E6EFF4;
	padding-left: 15px;
}
#fechas-titulo-imagen {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94A3C4;
	border-left-color: #94A3C4;
	background-color: #E6EFF4;
	padding-left: 15px;
	width: 176px;
	padding-bottom: 10px;
}
#link-al-club {
	position: absolute;
	top: 10px;
	right: 100px;
	text-align: center;
}
#link-al-club a {
	font-size: 14px;
	color: #FFF;
}
h1 {
	padding-bottom: 30px;
	line-height: 30px;
}
h3 {
	padding-bottom: 20px;
}
#conferencias-empresa li {
	list-style-image: url(images/checkmark.jpg);
}
#titulo-carta-ventas {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #900;
	padding-bottom: 30px;
	line-height: 35px;
}
#lista-conferencias {
	border: 2px outset #E4E4E4;
	font-size: 11px;
}
#lista-conferencias td {
	border: 1px solid #E4E4E4;
	padding: 3px;
}
#promo {
	border: 3px dashed #00C;
}