@charset "utf-8";

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/* 
*	Generales 
*/
body {
  margin: 0;
  padding: 0;
  background: #D7D7D7;
  font: 12px/170% Verdana, sans-serif;
  color: fff;
}
* {
margin: 0;
padding: 0;
}
h1 {
  font-size: 170%;
}
h2 {
  font-size: 160%;
  line-height: 130%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 110%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #0d4b6d;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
p {
	margin:0.6em 0 1.2em;
	padding:0;
}
img {
	border:0 none;
}
img, a img {
  border: none;
}
a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  /* background: #fff url(images/fielset-gradient.png) repeat-x 0 0; */
}
fieldset legend {
	display:block;
}

ul, quote, code, fieldset {
margin:0.5em 0;
}
ul {
margin:0.5em 0 1em;
padding:0;
list-style-type:none;
}
ol li, ul li {
margin: 0.2em 0 0.2em 0.5em;
}
dl {
margin:0.5em 0 1em 1.5em;
}
dt{
	color:#027AC6;
}
dl dd {
margin:0 0 0.5em 1.5em;
}

form {
	margin:0;
	padding:0;
}


/* body */
.clear-block {
  display: block;
}



#header-region {
  /* min-height: 0em;
   background: #87ceeb url(images/bg_page.png) repeat-x 50% 100%; */
}

#wrapper {
  /* background: white url(images/bg-page-blank.jpg) repeat-x scroll 0 0; */
}

#container{
	width: 770px;
}
#wrapper #container {
	margin:0 auto;
	/* max-width:1270px; */
	padding:0 20px;
}
#wrapper #container #header {
	height:167px;
	background: white url(../images/header.png) repeat-x scroll 0 0;
}
#wrapper #pre-container{
	background-color: white;
	width: 870px;
}

/* cambiar en caso de necesitar espacio*/
body.body-header #wrapper #container {
  width: 870px;
}


 /* 
 * 	header 
 */
#wrapper #container #header #header-floater {
  position: absolute;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; 
  float: left; 
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}
#wrapper #container #header h1 span {
  font-weight: bold;
}
/**
 *	Primary menu
 *
 *
 */
#PrimaryMenu{
	text-align:center;
	float: inherit;
}
ul.LinkPrimary {
	list-style-type: none;
	background-image: url(../navi_bg.png);
	height: 40px;
	width: 630px;
	/* width: 700px; */
	margin: auto;
} 
ul.LinkPrimary li{
	float: left;
	margin: 0.2em 0 0.2em 0;
} 
ul.LinkPrimary a {
	background-image: url(../images/menu_primary_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 19px;
	padding-left: 12px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #371C1C;
} 
#PrimaryMenu a:hover{
	color: #4682b4;
}
/*
 * bar left
 */
#sidebar-left .block {
	padding:0 15px 0 15px;
}
#wrapper #container .sidebar .block {
	margin:0 0 1.5em;
}
.block .content {
margin:0.5em 0;
}

/* 
 *	Content 
 */
#wrapper #container .sidebar {
	float:left;
	margin: 10px 0 5em;
	position:relative;
	width:210px;
	z-index:2;
}
#wrapper #container #center {
	float:left;
	width:100%;
}
body.body-header #center {
  margin-left: -210px;
  margin-top: 10px;
}
body.body-header #sub-content {
	margin-left:210px;
}
/* dibujar el cuerpo */
#wrapper #container #center #sub-content {
  background: transparent repeat-x 50% 0; /* img center part*/
  position: relative;
}
#wrapper #container #center .right-corner {
  background: transparent no-repeat 100% 0; /* img right part*/
  position: relative;
  left: 0px; 
}
#wrapper #container #center .right-corner .left-corner {
  padding: 0px 15px 1em 20px;
  background: transparent no-repeat 0 0; /* img left part*/
  margin-left: 0px;
  position: relative;
  left: 0px;
  min-height: 400px;
}

/* alguna cosa para el contenido */
#wrapper #container #center .content-body{
	margin-bottom: 3px;
	/* background-color: white; */
	color: black;
	clear: both;
}
#wrapper #container #center .content-info{
	margin: 0 -26px 0.5em;
	padding: 0.5em 26px;
}

.content-info .content, .comment .content {
	margin:0.6em 0;
}

#wrapper #container #center .content-help{
	font-size: 10px;
}
#wrapper #container #center .content-help p{
	line-height: 14px;
}


#wrapper #container .breadcrumb {
	font-size:0.92em;
	color: #027AC6;
	left:30px;
	position: absolute;
	top:15px;
	z-index:3;
}

/* descripcion */
.description {
	color:#898989;
	line-height:150%;
	margin-bottom:0.75em;
}
.form-item .description {
	font-size:0.85em;
}
/* ayuda */
.more-help {
	font-size:0.85em;
	text-align:right;
	color: #027AC6;
}


/* footer */

#wrapper #container #footer {
	clear:both;
	color:#898989;
	float:none;
	margin:1em 0 -3em;
	text-align:center;
	/*height: 60px; */
	padding:4px;
	background-color:#032d45;
}

#wrapper #container #footer #block-credits{
	padding: 1em 0 0.3em 0;
}
#wrapper #container #footer{
	margin: 0px;
	padding: 0px;
}
#wrapper #container #footer p{
	color: #ffffff;
	font-size:10px;
}
#wrapper #container #footer div, #wrapper #container #footer div a {
	font-size: 0.97em;
	color: white;
}
#wrapper #container #footer div a:hover{
	font-size: 0.97em;
	color: #0097f7;
}
/* menus internos */
#tabs-wrapper {
	border-bottom:1px solid #E9EFF3;
	margin:0 -26px 1em;
	padding:0 26px;
	position:relative;
}

/* Content product */
#MarkRedond{
	background-color: transparent;
}

#CornerTopLeft{
	background: black url(../images/items_border_top_left.png) no-repeat top left;
}
#CornerTopRight{
	background: transparent url(../images/items_border_top_right.png) no-repeat top right;
}
#CornerBottomLeft{
	background: transparent url(../images/items_border_bottom_left.png) no-repeat bottom left;
}
#CornerBottomRight{
	background: transparent url(../images/items_border_bottom_right.png) no-repeat bottom right;
}
.ContentItem{
	width: 90%;
	padding-top: 10px;
	padding-bottom: 15px;
}
#TableItems div, #TableItems div a{
	color: white;

}

#TableItems div, #TableItems div a:visited{
        color: white;
/*
border-width:1px;
border-style:solid;
border-color:#98bf21; */
}




#facebox .top {
	margin-top:3px;
	padding-top:5px;
	text-align:left;
}

#PaginationPosition{
	width: 100%;
	text-align: center;
}

.InfoProduct {
	margin:0.8em 0 1.2em;
	padding:0;
	float: left;
	position: relative;
	clear: both;
	margin-left: 285px;
	/* width: 300px; */
}
.InfoProductContent {
	/* margin:0.6em 0 1.2em; */
	margin-top: 0.8em;
	padding:0;
	clear: both;
	float: left;
	width: 280px;
	position: absolute;
	color: #0d4b6d;
	font-size:12px;
	/* margin-left:0px; */
}


#ContentCart a{
	font-weight: bold;
	font-size: 13px;

}

/* visited */
/*
.block a:visited {
text-decoration: line-through;
opacity: .25;
filter: alpha(opacity=25);
}
*/

#ContentCart{
	background-color:#FFFFFF;
	/* border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC; */
	padding-bottom:0px;
	padding-left:5px;
	padding-top:0px;
	width:168px;
	float: right;
	font-size: 11px;
	line-height: 12px;
}

.CartNumber {
	color:#FF0000;
	float:right;
	padding-right:3px;
}

#FormMoney label{
	width: 69px;
}

#webForm label {
	display:inline-block;
	line-height:1.8;
	padding-right:3px;
	text-align:right;
	vertical-align:top;
	width:120px;
}

#datauser{
	text-align: left;
}

#Current{
	float: right;
	clear: right;
	margin-right: 5px;
	margin-top: 0px;
}

.ErrorField{
	border: 1px solid #b22222;
}

.link1 , .linked{

border:3px solid #0062A0 !important;
}

#datauser a, #datauser b{
	color: #3d3d3d;
	font-size: 15px;
	font-weight: bold;
}
#datauser a:hover{
	color: #027AC6;
	font-size: 15px;
	font-weight: bold;
}

#title_categorie{
	font-size: 18px;
	padding-bottom: 10px;
	color:#027AC6;
}

