/* @override 
	http://www.paratuboda.com.mx/css/bacterianizador.css
	http://paratuboda.com.mx/css/bacterianizador.css
*/

/* @group Estructura */

#Main {
	background: url(../pix/bk_08.png) repeat fixed;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#MainContainer {
	width: 980px;
	height: 580px;
	margin-top: -290px;
	margin-left: -490px;
	top: 50%;
	left: 50%;
	position: absolute;
}

#MainBox {
	width: 730px;
	height: 580px;
	float: left;
}

#Viewer {
	width: 730px;
	height: 530px;
	background-position: center center;
}

#Footer {
	width: 730px;
	height: 20px;
	margin-top: 20px;
}

#Sidebar {
	width: 230px;
	height: 580px;
	float: right;
}

/* @end */

/* @group Tags */

.hr {
	width: 100%;
	height: 3px;
	border-style: none;
	background: url(../pix/divisor_230-trans.png) no-repeat center;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #444;
	text-decoration: none;
}

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



/* @end */

/* @group Sidebar */

#SidebarTop {
	width: 230px;
	height: 150px;
}

#Logo {
	background-image: url(../pix/lgo_gold-trans.png);
	width: 230px;
	height: 90px;
	margin: 0 0 20px;
}

#AccordionContainer {
	width: 230px;
	position: absolute;
	top: 175px;
	height: 405px;
}

#ContentBox {
	font-size: 12px;
	color: #444;
	max-height: 200px;
	overflow: auto;
	border-bottom: 1px solid #d4d4d4;
}

#ContentBox p {
	padding-left: 10px;
	padding-right: 10px;
	color: #444;
	margin-top: 8px;
	margin-bottom: 8px;
}

#ContentBox ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ContentBox ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -10px;
}

#ContentBox a {
	color: #787878;
	display: inline;
	padding-right: 22px;
	background: url(../pix/popup.png) no-repeat right;
}

#ContentBox a:hover {
	color: #c17919;
}

.descuentos {
	color: #bb4b43;
}

#applesearch {
	margin: 0;
	height: 20px;
	text-align: center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
}

#applesearch form {
	text-align: center;
	margin: 0;
	height: 20px;
}

#applesearch form input {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 3px 0 0;
}

input.go {
	border-width: 0;
	border-style: none;
	width: 18px;
	height: 18px;
	background-image: url(../pix/go-trans.png);
	background-color: transparent;
}



/* @end */

/* @group Viewer */

/* @group Vertical */

#AnteriorV {
	height: 285px;
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 245px;
}

#AdBoxV {
	height: 500px;
	width: 324px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pix/bk_vertical-trans.png);
	padding: 15px 18px;
}

#SiguienteV {
	height: 285px;
	width: 180px;
	float: right;
	text-align: center;
	padding-top: 245px;
}

/* @end */

/* @group Horizontal */

#AnteriorH {
	height: 285px;
	float: left;
	text-align: center;
	padding-top: 245px;
	width: 96px;
}

#AdBoxH {
	height: 324px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 103px 15px;
	background-image: url(../pix/bk_horizontal-trans.png);
}

#SiguienteH {
	height: 285px;
	float: right;
	width: 96px;
	text-align: center;
	padding-top: 245px;
}

/* @end */

/* @group Doble */

#AnteriorD {
	height: 285px;
	float: left;
	width: 46px;
	text-align: center;
	padding-top: 245px;
}

#AdBoxD {
	height: 460px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pix/bk_doble-trans.png);
	padding: 35px 15px;
}

#SiguienteD {
	height: 285px;
	float: right;
	width: 46px;
	text-align: center;
	padding-top: 245px;
}

/* @end */



/* @end */

/* @group Navegación */

.back {
	font-size: 11px;
	text-decoration: none;
	color: #444;
	display: block;
	width: 46px;
	padding-top: 45px;
	background: url(../pix/anterior_off-trans.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
}

.back:hover {
	background: url(../pix/anterior_on-trans.png) no-repeat;
}

.forward {
	font-size: 11px;
	text-decoration: none;
	color: #444;
	display: block;
	width: 46px;
	padding-top: 45px;
	background: url(../pix/siguiente_off-trans.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
}

.forward:hover {
	background: url(../pix/siguiente_on-trans.png) no-repeat;
}

/* @end */

/* @group Accordion */

#AccordionContainer {
	border-top: 1px solid #d4d4d4;

}

/* @group Vertical */

.accordion_toggle {
			display: block;
			height: 22px;
			background: url(../pix/tab_open_off-trans.png) no-repeat right;
			line-height: 22px;
			color: #787878;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #d4d4d4;
			cursor: pointer;
			margin: 0 0 0 0;
	width: 210px;
	padding: 0 10px;
}

.accordion_toggle:hover {
	background-image: url(../pix/tab_open_on-trans.png);
}
		
		.accordion_toggle_active {
	color: #444;
	background: #d4d4d4 url(../pix/tab_close_off-trans.png) no-repeat right;
}

.accordion_toggle_active:hover {
	background-image: url(../pix/tab_close_on-trans.png);
}

#vertical_container {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

/* @end */

/* @group Nested Vertical */

.vertical_accordion_toggle {
			display: block;
			height: 30px;
			background: #d4d4d4 url(../pix/switch.png) no-repeat right;
			line-height: 30px;
			color: #444;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			border-bottom: 1px dotted #a7a7a7;
			cursor: pointer;
			margin: 0;
	width: 240px;
	padding: 0 10px;
	border-top: 1px dotted #a7a7a7;
}

.vertical_accordion_toggle:hover {
	background-color: #b3d04f;
}
		
.vertical_accordion_toggle_active {
		background: #d4d4d4 url(../pix/edit.png) no-repeat right;

}

.vertical_accordion_toggle_active:hover {
	background-color: #bb4b43;
	background-image: url(../pix/switch.png);
	color: #fff;
}
		
.vertical_accordion_content {
			color: #444444;
			overflow: hidden;
}

/* @end */

/* @end */

/* @group Validacion */

input.required {
	font-size: 12px;
	display: inline;
	border: 1px solid #a7a7a7;
	color: #444;
	width: 180px;
	margin-top: 2px;
	padding: 4px;
	height: 10px;
}

input.required:focus {
	background-color: #fefdd6;
	color: #2949a5;
}

input.validation-passed {
	color : #444;
	border: 1px solid #b3d04f;
}

input.validation-failed {
	color: #bb4b43;
	background-color: #f4d5d4;
	border: 1px solid #bb4b43;
}

textarea.required {
	width: 180px;
	font-size: 12px;
	display: inline;
	border: 1px solid #a7a7a7;
	padding: 4px;
	color: #444;
}

textarea.required:focus {
	background-color: #fefdd6;
	color: #2949a5;
}

textarea.validation-passed {
	border: 1px solid #b3d04f;
	color : #444;
}

textarea.validation-failed {
	border: 1px solid #bb4b43;
	color: #bb4b43;
	background-color: #f4d5d4;
	margin-bottom: -2px;
}

.form-row {
	clear: both;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

label {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}

.validation-advice {
	font-size: 11px;
	width: 153px;
	min-height: 15px;
	color : #bb4b43;
	float: left;
	background: rgba(255,255,255,0.5) url(../pix/waring_20.png) no-repeat 5px 2px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	font-weight: bold;
	margin: 0 0 2px;
	padding: 5px 5px 5px 30px;
}

/* @group Vacias */

.field-label {
}

.field-widget {
}



/* @end */



/* @end */

/* @group Misc */

#Cromatia {
	float: right;
}

#Links {
	font-size: 12px;
	line-height: 30px;
	float: left;
	color: #eba724;
	width: 680px;
	padding-top: 3px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 3px;
}

#Links a {
	text-decoration: none;
	color: #787878;
}

#Links a:hover {
	color: #444;
}

#Home {
	background: url(../pix/bk_v08.jpg) no-repeat fixed center center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#HomeBox {
	width: 400px;
	height: 220px;
	margin-top: -110px;
	margin-left: -200px;
	top: 50%;
	position: absolute;
	left: 50%;
	text-align: center;
}

#HomeBox #Logo {
	background-image: url(../pix/lgo_big.png);
	width: 400px;
	height: 160px;
}

.info {
	font-size: 12px;
	color: #444;
	background: url(../pix/info_20.png) no-repeat;
	display: inline-block;
	height: 20px;
	padding-left: 25px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 40px;
}

/* @end */

/* @group Search */

#SearchBox {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#Header {
	overflow: hidden;
	margin-top: 30px;
	height: 60px;
}

#Search {
	float: right;
	margin-top: 30px;
	overflow: hidden;
	height: 30px;
	width: 210px;
}

#Search #applesearch form {
	text-align: right;
	margin: 0;
	height: 20px;
}

#Search #applesearch {
	margin: 0;
	height: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
	text-align: right;
}

#SearchBox #Logo {
	float: left;
	background: url(../pix/lgo_smll-trans.png) no-repeat;
	width: 150px;
	height: 60px;
	margin-bottom: 0;
}

#Thumb {
	width: 150px;
	float: left;
	text-align: center;
}

#Thumb img {
	border: 1px solid #a7a7a7;
}

#Thumb img:hover {
	border: 1px solid #eba724;
}

#Results {
	margin-bottom: 20px;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	overflow: auto;
	clear: both;
}

#ContentBoxG.accordion_content {
	overflow: hidden;
}

#txt {
	width: 550px;
	float: right;
}

#txt h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

#txt small {
	font-size: 10px;
}

#txt p {
	font-size: 12px;
}

.results {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	background-color: #d4d4d4;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}

#applesearch form span {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Footer */

#Selector {
	float: left;
	padding-right: 15px;
	height: 22px;
	line-height: 30px;
	margin-top: auto;
	margin-bottom: auto;
}

#Selector form {
	margin: -4px 0 0;
}



#Enlaces {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

/* @end */

/* @group Giros */

#vertical_container_g {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}

#vertical_container_g #txt {
	float: right;
	width: 500px;
}

#vertical_container_g #Results {
	font-size: 14px;
	border-bottom: 1px solid #d4d4d4;
	min-height: 150px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#vertical_container_g .accordion_toggle {
			display: block;
			height: 22px;
			background: url(../pix/tabG_open_off-trans.png) no-repeat right;
			line-height: 22px;
			color: #787878;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #d4d4d4;
			cursor: pointer;
			margin: 0 0 0 0;
	padding: 0 10px;
	width: 710px;
}

#vertical_container_g .accordion_toggle:hover {
	background-image: url(../pix/tabG_open_on-trans.png);
}
		
		.accordion_toggle_active {
	color: #444;
	background: #d4d4d4 url(../pix/tabG_close_off-trans.png) no-repeat right;
}

#vertical_container_g .accordion_toggle_active:hover {
	background-image: url(../pix/tabG_close_on-trans.png);
}

/* @end */

/* @group Donas, Tripas ya se fue */

#Donas {
	width: 300px;
	margin-left: -215px;
	margin-top: -55px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 30px 30px 30px 100px;
	height: 50px;
	background-image: url(../pix/mensaje-trans.png);
}

#Donas p {
	margin: 0;
}

.donas {
	font-size: 23px;
}

/* @end */

.sol {
	color: #444;
	font-size: 13px;
}

#Solicitud {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.label {
	text-align: right;
	width: 140px;
	float: left;
	height: 24px;
}

.field {
	float: right;
	width: 470px;
}

#Solicitud input {
	width: 460px;
	height: 14px;
}

.row {
	margin-bottom: 10px;
	overflow: hidden;
}

#Solicitud .validation-advice {
	width: 433px;
}Vertical