@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg.gif) no-repeat left center;
	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: #000000;
	font-size:11px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-bottom: 20px;
	width: 90%;
}
select {
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width:100%;
}

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.thrColFixHdr #header {
	background: #DDDDDD url(../images/head_01.jpg) no-repeat center top;
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 105px;
	margin: 0px;
	text-align: center;
} 
.thrColFixHdr #buscador  {
	background-image: url(../images/p_search.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width:260px;
	height:30px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 57%;
}
.thrColFixHdr #buscador form   {
	margin:0px;
}
.thrColFixHdr #buscador input   {
	border: 1px solid #FFFFFF;
	color: #999999;
	background-color: #FFFFFF;
	margin-top:5px;
	font-size: 12px;
}
.thrColFixHdr #menu {
	margin: 0px;
	padding: 5px;
	background-image: url(../images/head_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
}
.thrColFixHdr #menu a {
	color: #000;
	text-decoration: none;
}
.thrColFixHdr #menu a:hover {
	color: #09C;
}
.thrColFixHdr #menu a:visited {
	color: #09C;
}
.thrColFixHdr #menu a:active {
	color: #000;
}

.thrColFixHdr #menu ul {
	margin-top: 15px;
}
.thrColFixHdr #menu li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
}
.thrColFixHdr #header h1, .thrColFixHdr #menu h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px;
	font-size:11px;
}
.thrColFixHdr div#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
}
.thrColFixHdr #sidebar1 li {
	list-style-image: url(../images/li.gif);
	list-style-type: none;
	font-size: 12px;
	list-style-position: outside;
}
.thrColFixHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
} 
.thrColFixHdr #mainContent ul {
	display: block;
	text-align: right;
}
.mainContentsmall{
	margin: 0px 190px 0px 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainContentmedium{
	margin: 0px 0px 0px 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContent .fltlft {
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContent img, .thrColFixHdr #sidebar2 img , .thrColFixHdr #sidebar1 img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent a, .thrColFixHdr #sidebar2 a, .thrColFixHdr #sidebar1 a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.mainContentsmall li, .allcell li ,.thrColFixHdr #sidebar2 li ,.thrColFixHdr #sidebar1 li {
	display: inline;
	margin-right: 10px;
}
.thrColFixHdr #mainContent p {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #mainContent .bloque td {
	font-size: 12px;
}
.mainContentbig{
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
}
.mainContentbig .td {
	vertical-align: top;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.obligado {
	color: #CC0000;
}
.mainContentbig th {
	font-size: 12px;
}
.all{
	font-size: 10px;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}
.gastos_de_envio {
	font-size:10px;
}
.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	color: #333333;
}
.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h3, .thrColFixHdr #mainContent h3 {
	background-image: url(../images/h3.gif);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	margin-top: 0px;
	font-size: 16px;
}

.thrColFixHdr #mainContent h4 {
	margin-top: 0px;
	margin-bottom:0px;
	font-size: 14px;
}

.thrColFixHdr #mainContent h4 a { 
	color:#006699;
}

#pasos{
text-align:center;

}

/*********************************** Pie ***********************************/
#footer {
	margin: 20px auto 0;
	font-size: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 100px;
	}	
	
#footer-left {
	width: 150px;
	}

#footer-right {
	float: right;
	text-align: left;
	color: #333333;
	width: 540px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	}

#footer-right a {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#footer-right a:visited {
	color: #000;
	text-decoration: none;
	border: none;
	}

#footer-right a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	}
#footer-shadow {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	background-image: url(../images/site-images/footer-s.gif);
}
.rss {
	float: right;
	margin: 0 0 0 5px;
}
.rss a {
	border: none;
}
.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;
	margin-left: 10px;
}
.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;
}
.allcell {
	float: right;
	width: 560px;
	/*background-color: #CCC;*/
}
.cell {
	margin: 5px;
	float: left;
	width: 260px;
	background-color: #EEE;
	height: 170px;
	padding-top:10px;
}
.s40{
	border:#CCCCCC solid 1px;
	width:40%;
}
.s60{
	border:#CCCCCC solid 1px;
	width:60%;
}
.sf50{
	width:50px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.ok_msg {
	font-size: 12px;
	background-color:#CFC;	
	background-image: url(../images/ico_ok.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #006600;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 30px;
	border: 1px solid #006600;
}
.err_msg {
	font-size: 12px;
	background-image: url(../images/ico_borrar_small.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 30px;
	border: 1px solid #CC0000;
}
.adv_msg {
	font-size: 12px;
	background-color: #FFFFC0;
	background-image: url(../images/ico_att.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #FC4700;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #FC4700;
}
.info_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-align: left;
	display: block;
	color: #003A92;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.help_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #003A92;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.msg{
	color: #000;
	font-weight: normal;
	display: block;
}
.bloque {
	float: right;
	padding-right: 5px;
	width: 350px;
}
.bloque li{
	list-style-type: none;
	list-style-image:url(../images/li.gif);
	text-align:left;
	font-size:12px;
	color:#069;
	padding: 0px;
	margin-top: 5px;
	list-style-position: outside;
}
.titular {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.pvp {
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.pvp_oferta {
	font-size: 10px;
	color: #0099CC;
	text-decoration: line-through;
}
.oferta {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.gris {
	background-color: #EEE;
	padding: 1px;
	margin: 0px;
}
.tenue {
	color: #999;
}
.subcat img {
	margin-left: -20px;
}
.input{
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #666666;
}
.micro{ font-size:8px;
font-style:normal;
color:#CCCCCC;}
.pag {
	text-align: center;
}
.btn_01 {
	border: 1px solid #666;
	background-color: #999;
	height:20px;
	color: #FFFFFF;
}
#legal {
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#legal p {
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
}

