﻿@charset "UTF-8";
body {
	font: 11px Tahoma, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
}
#menu {
	margin:0 290px 0 0;
}
#shoppingPanel {
	float:right;
	width:290px;
}
#rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
#logo {
	height:113px;
	text-align:center;
}
#logo img {
	margin-top:25px;
}
#mainContent {
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rightColumn div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rightColumn space when the content in #rightColumn ends. */
	background:url(img/mainBanner.jpg) top left no-repeat;
	height:565px;
}
#mainContentInterna {
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rightColumn div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rightColumn space when the content in #rightColumn ends. */
}
#mainContentAdmin {
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rightColumn div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rightColumn space when the content in #rightColumn ends. */
}
#footer {
	background: url(img/footerBg.gif) top left no-repeat;
	height:93px;
	width:950px;
}
#footer div {
	margin: 50px 0 0 195px;
	float:left;
}
#footer p {
	margin: 0;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF !important;
	font-weight:bold !important;
}
#credits {
	text-align:right;
	padding: 10px 10px 0 0;
}
#credits a {
	font-weight: bold !important;
	color:#666666 !important;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a img {
	border:none !important;
}
a {
	color:#94c948 !important;
	font-weight:bold !important;
	font-size:10px !important;
	text-decoration:underline !important;
}
.bannerHome {
	width:660px;
	height:250px;
}
.bannerHome img.mainBanner {
	height:250px;
	width:660px;
}
.bannerInterna {
	width:660px;
}
.ContentPaneAdmin {
}
.ContentPaneHome {
	margin-right:305px;
}
.ContentPaneInterna {
	margin:0 20px 20px 20px;
}
.newsHome {
	background:url(img/newsTitle.gif) no-repeat;
	background-position:0 15px;
	padding-top:80px;
}
.newsHome p {
	padding:0;
	margin:10px 25px;
}
.newsHome div.hr {
	margin:0 25px;
	height:11px;
	background: url(img/hr.gif) repeat-x #fff scroll center;
}
.newsHome div.hr hr {
	display: none;
}
div.hr {
	height: 11px;
	background: url(img/hr.gif) repeat-x #fff scroll center;
}
div.hr hr {
	display: none;
}
.title {
	color:#f7901e;
	font-weight: bold;
}
.imgRight {
	margin:0 0 5px 10px;
}
.imgLeft {
	margin:0 10px 5px 0;
}
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-top: solid 1px #FFFFFF;
	overflow: hidden;
}
/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
div, a {
	outline:none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background: url(img/shoppinCartPanelBottom.gif) bottom no-repeat #bfbfbf;
	color:#FFFFFF;
	margin: 0;
	padding: 10px 20px 10px 0;
	text-align:right;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	background: url(img/shoppinCartPanelBottom.gif) bottom no-repeat #bfbfbf;
	color:#FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 0 20px 20px 20px;
	position:absolute;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background:#bfbfbf;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
}
.AccordionPanelOpen .AccordionPanelTabHover {
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
/*CODA SLIDER*/
.csw {
	width: 100%;
	height: 32px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: auto;
	text-align: center
}
.slider-wrap {
	margin: 0;
	position: relative;
	width: 660px;
	float:left;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 660px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	border-top:solid 1px #e5e5e5;
	height: 32px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 32px;
	position: relative;
	width: 660px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 6px 0 0 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0 0 0 10px;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	display:inline;
}
.stripNav ul li {
	float: left;
	margin-right: 5px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	display:block;
}
.stripNav a { /* The nav links */
	text-align: center;
	line-height: 41px;
	display: block;
	text-decoration:none !important;
}
.stripNav li.tab1 a {
	background:url(img/btnOFFCORSS.gif) no-repeat;
	height:41px;
	width:102px;
}
.stripNav li.tab1 a:hover {
	background:url(img/btnOFFCORSSover.gif) no-repeat;
	height:41px;
	width:102px;
}
.stripNav li.tab1 a.current {
	background:url(img/btnOFFCORSSover.gif) no-repeat;
	height:41px;
	width:102px;
}
.stripNav li.tab2 a {
	background:url(img/btnPrimi.gif) no-repeat;
	height:41px;
	width:67px;
}
.stripNav li.tab2 a:hover {
	background:url(img/btnPrimiOver.gif) no-repeat;
	height:41px;
	width:67px;
}
.stripNav li.tab2 a.current {
	background:url(img/btnPrimiOver.gif) no-repeat;
	height:41px;
	width:67px;
}
.stripNav li.tab3 a {
	background:url(img/btnBebe.gif) no-repeat;
	height:41px;
	width:63px;
}
.stripNav li.tab3 a:hover {
	background:url(img/btnBebeOver.gif) no-repeat;
	height:41px;
	width:63px;
}
.stripNav li.tab3 a.current {
	background:url(img/btnBebeOver.gif) no-repeat;
	height:41px;
	width:63px;
}
.stripNav li.tab4 a {
	background:url(img/btnNino.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab4 a:hover {
	background:url(img/btnNinoOver.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab4 a.current {
	background:url(img/btnNinoOver.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab5 a {
	background:url(img/btnNina.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab5 a:hover {
	background:url(img/btnNinaOver.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab5 a.current {
	background:url(img/btnNinaOver.gif) no-repeat;
	height:41px;
	width:66px;
}
.stripNav li.tab6 a {
	background:url(img/btnContacto.gif) no-repeat;
	height:41px;
	width:106px;
}
.stripNav li.tab6 a:hover {
	background:url(img/btnContactoOver.gif) no-repeat;
	height:41px;
	width:106px;
}
.stripNav li.tab6 a.current {
	background:url(img/btnContactoOver.gif) no-repeat;
	height:41px;
	width:106px;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display:none;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
#submenu1 td {
	height:21px;
}
#submenu1 td:hover {
	height:21px;
	background:url(img/subMenu1Left.gif) top left no-repeat #28c0da;
}
#submenu1 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu1 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#28c0da !important;
}
#submenu1 td div:hover {
	background:url(img/subMenu1Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu1 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
#submenu2 td {
	height:21px;
}
#submenu2 td:hover {
	height:21px;
	background:url(img/subMenu2Left.gif) top left no-repeat #87e5f5;
}
#submenu2 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu2 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#87e5f5 !important;
}
#submenu2 td div:hover {
	background:url(img/subMenu2Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu2 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
#submenu3 td {
	height:21px;
}
#submenu3 td:hover {
	height:21px;
	background:url(img/subMenu3Left.gif) top left no-repeat #94c948;
}
#submenu3 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu3 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#94c948 !important;
}
#submenu3 td div:hover {
	background:url(img/subMenu3Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu3 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
#submenu4 td {
	height:21px;
}
#submenu4 td:hover {
	height:21px;
	background:url(img/subMenu4Left.gif) top left no-repeat #f7901e;
}
#submenu4 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu4 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#f7901e !important;
}
#submenu4 td div:hover {
	background:url(img/subMenu4Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu4 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
#submenu5 td {
	height:21px;
}
#submenu5 td:hover {
	height:21px;
	background:url(img/subMenu5Left.gif) top left no-repeat #ec008c;
}
#submenu5 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu5 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#ec008c !important;
}
#submenu5 td div:hover {
	background:url(img/subMenu5Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu5 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
#submenu6 td {
	height:21px;
}
#submenu6 td:hover {
	height:21px;
	background:url(img/subMenu6Left.gif) top left no-repeat #ffde00;
}
#submenu6 td div {
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu6 td div a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#ffde00 !important;
}
#submenu6 td div:hover {
	background:url(img/subMenu6Right.gif) top right no-repeat;
	text-align:center;
	padding:3px 10px 0 10px;
	height:18px;
}
#submenu6 td div:hover a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase !important;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
/*MENU STYLES*/
.main_dnnmenu_bar {
}
.main_dnnmenu_container {
}
.main_dnnmenu_item {
	background:#FFFFFF;
	padding:5px;
}
.main_dnnmenu_itemhover {
	background:#CCCCCC;
	padding:5px;
}
.main_dnnmenu_rootitem {
}
.main_dnnmenu_icon {
}
.main_dnnmenu_submenu {
}
.main_dnnmenu_break {
}
/*DNN OVERWRITTEN STYLES*/
.Help {
	border:none !important;
	background:none !important;
	font:10px !important;
	color:#28c0da !important;
}
.NormalRed {
	font:10px !important;
	font-weight:bold !important;
	color:#f73354 !important;
}
.SubHead {
	color:Silver !important;
	font-weight:bold !important;
}
.textfield {
	border:none;
	padding: 5px 0 0 2px;
	/*margin-right: 15px;
    width: 237px;
    padding:5px;/*
	background:url(../img/textfieldBg.gif) top left no-repeat;
	border:none;
	padding:5px;*/
	display: block;
}
.dropdown {
	display: block !important;
}
.textfield2 {
	border:none;
	padding:5px;
}
#popupTitle {
	background-color:Black;
}
/*REGISTRATION FORM*/
.fondoTabla {
	text-align: left;
}
#registrationFormBg {
	/*background:url(../img/registroBg.jpg) top left no-repeat;*/
	/*width: 460px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding-top:100px;*/
	background-color:#4D4B4E;
	text-align: center; /* this overrides the te../xt-align: center on the body element. */
}
#registrationFormBg2 {
	/*background:url(../img/Fondo_registro.jpg) top left no-repeat;*/
	/*width: 460px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding-top:100px;*/
	background-color:#4D4B4E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../img/bgFormRegister2.gif) top left no-repeat;
}
#registrationFormBg table {
	margin:0 1px; /* this overrides the text-align: center on the body element. */
}
#registrationFormBg2 table {
	margin:0 1px; /* this overrides the text-align: center on the body element. */
}
.title2 {
	/*color:#f7901e;*/
	color:White;
	font-weight: bold;
	font-size:14px;
	/*background:url(img/hr.gif) repeat-x bottom left;*/
	padding-bottom:5px;
}
#mailRegistrationBg {
	background:url(img/mailRegistroBg.jpg) top left no-repeat;
	width: 700px;
	margin: 0 auto;
	padding-top:100px;
	text-align: left;
}
#mailRegistrationBg table {
	margin:0 30px;
}
.interiorTable {
	margin: 0 !important;
}
.clear {
	clear: both;
}
.bgFormRegister {
	text-align:left;
	background:url('img/bgFormRegister.gif') no-repeat center top;
	height: 318px;
	padding: 200px 0 0 30px;
	width: 414px;
}
.bgFormRegister img {
	display: block;
}
.textlogin {
	border: 0;
}
.linkText {
	color: White;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
}
.bgCorreoElectronico {
	height: 59px;
	width: 387px;
}
.bgCorreoElectronico .textlogin {
	height: 15px;
	margin: 6px;
	width: 360px;
}
.bgClave {
	float: left;
	height: 58px;
	margin-right: 15px;
	width: 237px;
}
.bgClave .textlogin {
	height: 15px;
	margin: 6px;
	width: 215px;
}
.requiredField {
	font-size: 10px;
	color:#ffdc00 !important;
}
.requiredFieldEmail {
	font-size: 10px;
	color:#ffdc00 !important;
}

.ajax__calendar_title  
{  
    width:140px;
    margin:auto;
} 