@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
a,a:visited {
	
	color: #222222;
	font-size:13px;
	text-decoration: none;
}
a:hover, a:active {
	color: #004A8F;
	text-decoration: underline;
}
.tsuccess{
	color:#009122;
	}
.twarning{
	color:#FFB600;
	}
.terror{
	color:#9C0204;
	}

#marco
{
	width:1100px;
	margin: 0 auto;	
}
#header
{
	float: none;
	width: 100%;
	margin:14px 0px;
	background: #F1F1F1;
}
#header .clear  { clear: both; }
#logo {
	float: left;
	width: 500px;
	text-align: left;
	padding:0px 0px 0px 5px;
}

#info
{
	float: left;
	width: 470px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: 18px;
	font-weight:bold;
	padding: 10px 0px;
	letter-spacing:0;
	text-align:right;
	vertical-align: middle;
	color:#666;
	}
#contenido
{
	width: 860px;
	float: left;
	margin-bottom: 10px;
	border: #DDD solid 1px;
	text-align: center;
}
#contenido h1 {
color: #383838;
font-size: 18px;
text-transform: uppercase;
background-color: white;
padding: 8px 10px;
border-bottom: 1px solid #DDD;
margin:0px;
margin-bottom:8px;
padding:8px 0px 7px 8px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}
#barra_sup
{
	border-top: #666 solid 5px;
	clear:both;
	float:none;
	width:975;
	margin-bottom:5px;
	height:25px;
	background: #F3F3F3;
	 vertical-align: middle;
	
}
#barra_sup a
{
	margin-left:2px;
	border-right: #033  dotted 2px;
	border-left:#033  dotted 2px; 
	padding:4px 10px;
	color:#990;
	text-decoration:none;
}
#barra_sup a:hover
{
	background:#EED;
	color: #C66300;
}
#barra
{
	width:230px;
	float:left;
	margin-bottom:10px;
}
#pie{
	background: #F3F3F3;
	clear: both;
	font-size: 11px;
	border-top: #666 solid 3px;
	color: #333;
	height: 28px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	
}
#pie a
{	
color: #666}

#clase_fieldset{
	border: #333 solid 1PX;
	margin:10px;
	}
#clase_fieldset legend{
	font-weight:900;
	 color: #666;
	 font-size:14px;
	}


.texto_form {
	font-size: 13px;
	font-weight:900;
}
.titulo_pa {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.center{
	text-align:center;
	padding-bottom:3px;
	}
.btn {
	float: left;
	clear: both;
	position:relative;
	
	background: url(../img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.btn a{
	float: left;
		
	height: 40px;
	background: url(../img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn a:hover{
	background-color: #DFDFDF;
}
.btn span {
	background: url(../img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_grey{ background-color: #CCC }
.btn_try { background-color: #002c85; }

	
 label.error
{
	display:block;
	color: red;
	font-size:11px;
}

	
input[type=button],input[type=submit]
{
	border: 0;
    background-color: #091377;
    color: #979797;
  
    color: #FFF;
    text-transform:uppercase;
	cursor:pointer;
	border-radius:4px;
	padding: 10px 15px;
}
.tpprod{
	position:relative;
	float:left;
	margin:10px;

	}
.button-blue, .button-blue:visited{
	display:block;
	background-color: #002b81 ;
	color: #FFFFFF ;
   /* border: 1px solid #002b81;*/
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
	-moz-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button-blue:hover {   
	background-color: #E3E3E3 ; 
	color: #002b81; 
}

/*Css Menu Desplegable */
#dropdownmenu, #dropdownmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;

}
#dropdownmenu li {
	width:16px;
	position: relative;	
	/*padding: 6px;*/
	display:inline;
}
#dropdownmenu  .subuls{
	margin:0px;
	display: none;
	position: absolute;
	
	background-color: #fff;
	border: 1px solid #002b81;
	border-radius: 2px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	visibility: visible;
	z-index:3;	
}
#dropdownmenu .subuls li{
	width:100%;
	padding: 10px 0px;
	float:left;	
	vertical-align: middle;
	color:#3F3F3F;
}
#dropdownmenu .subuls li a{
	padding: 5px;
	
}
#dropdownmenu .subuls li img{
vertical-align: middle;
 margin-right:5px;
}
#dropdownmenu  .subuls  a:hover,  .subuls li:hover{
text-decoration: none;
background-color: #BEC5E3;
transition:all linear 0.15s;
}
#dropdownmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*top: auto;
left: auto;*/
 vertical-align: middle;
}
#dropdownmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
vertical-align: middle;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #880002;
}

input:focus + .slider {
  box-shadow: 0 0 1px #880002;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 