html {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #1B6BBC;	
	} 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/bck_body.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* General */
a{
	text-decoration: none;
	color: #116FB0;
	
}
a img{ border: 0px;}

select{
	background-color: #D4EFFD;
	border: 1px solid #013C7D;
	color: #013C7D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

textarea{
	border-width: 1px;
	border-style: solid;
}
option {
	background-color: #D4EFFD;
	border: 0px;
	border-bottom: 1px solid #013C7D;
	color: #013C7D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
/* End of General */


.page {
	width: 780px;
	margin: 0px 0px 0px -390px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 50%;
}

.header {
	width: 780px;
	height: 123px;
	margin: 0px 0px 0px 0px;
	background: url(../images/bck_header.jpg) repeat-x;
}

.headerLeft {
	width: 12px;
	height: 123px;
	float: left;
	margin: 0px 24px 0px 0px;
	background: url(../images/bck_headerLeft.jpg);
}

.headerRight {
	width: 12px;
	height: 123px;
	float: right;
	background: url(../images/bck_headerRight.jpg);
}

.headerTitle {
	width: 466px;
	height: 57px;
	margin: 19px 29px 0px 0px;
	float: left;
	background: url(../images/bck_headerTitle.jpg);
}

.headerLightLeft {
	width: 85px;
	height: 111px;
	margin: 9px 36px 0px 0px;
	float: left;
	background: url(../images/bck_headerLight.jpg);
}

.headerLightRight {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(../images/bck_header.jpg);
	background-repeat:  repeat-x;
	text-align: center;
	vertical-align: baseline;
}

div.header.admin{
	width: 780px;
	height: 123px;
	overflow: hidden;
	background-image: url('../images/bck_adminheader.png');
	text-align: center;
	
}

div.header.admin h1{
	display:inline;
	line-height: 190px;
	color: #013C7D;
	font-size: 22px;
}

div.footer{
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	color: #B4E2FD;
	font: 11px Arial, Helvetica, sans-serif;
}
div.footer a{color: #B4E2FD; text-decoration: underline;}

/* SIDEBAR */
.sidebar {
	width: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.boxButtonsUp {
	width: 140px;
	height: 31px;
	background: url('../images/bck_buttonBoxUp.jpg');
}

.boxButtonsDown {
	width: 136px;
	height: 289px;
	/*border-top: 1px solid #0082FF;*/
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	float: left;
	background: url('../images/bck_buttonBoxDown.jpg') repeat-x;
}
.boxButtonsEmpty{
	width: 136px;
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	background: url('../images/bck_buttonBoxDownFill.jpg');
	height: 116px;
}
.boxButtonsDownBottom {
	width: 140px;
	height: 8px;
	float: left;
	background: url('../images/bck_buttonBoxDownBottom.jpg');
	background-repeat: no-repeat;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar ul li a {
	overflow: hidden;
	width: 126px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	border-top: 1px solid #0082FF;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #014EA2;
	vertical-align: middle;
	text-align: left;
	line-height: 22px;
	background-image: url('../images/bck_buttons.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.sidebar ul li a:hover, .sidebar ul li a.current {
	color: #46BBFF;
	background-position: 0px -22px;
}
.sidebar li.space {
	width: 126px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	border-top: 1px solid #0082FF;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #014EA2;
	vertical-align: middle;
	text-align: left;
	line-height: 22px;
	background-image:url('../images/bck_buttonBoxDown.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.sidebar ul li ul li a {
	width: 116px;
	height: 23px;
	padding: 0px 0px 0px 20px;
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	border-top: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #014EA2;
	vertical-align: middle;
	text-align: left;
	line-height: 23px;
	background-color: #E4F5FF;
	background-image: none;
}
/* END SIDEBAR */


.contentContainer {
	width: 780px;
	margin: 10px 0px 0px 0px;
	background: url(../images/bck_content.gif) repeat-y;
	float: left;
	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #013C7D;
}

.content {
	width: 630px;
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 0px;
	float: left;
	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #013C7D;
}

.contentMinHeight {
	width: 1px;
	height: 430px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.bodyBoxHeader{
	width: 616px;
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	float: left;
	background: url('../images/bck_bodyBoxHeader.jpg');
}
.bodyBoxHeader h1{
	display: inline;
	margin: 9px 0px 0px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #E4F6FE;
	float: left;
}

.bodyBoxHeader h2{
	margin: 11px 0px 0px 2px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #E4F6FE;
	float: left;
}

.bodyBox {
	width: 586px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 20px 20px;
	float: left;
	border-left: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	border-top: 1px solid #0082FF;
	background-color: #FFFFFF;
}

.bodyBox h1 {font-size: 14px; line-height: 14px;}
.bodyBox h2 {font-size: 12px; line-height: 12px;}
.contentFooter {
	width: 780px;
	height: 9px;
	float: left;
	background: url(../images/bck_contentFooter.jpg) no-repeat;
}

.bodyBoxFooter {
	width: 630px;
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('../images/bck_bodyBoxFooter.jpg') no-repeat;
	
}



div 
{
	/*border: 1px solid black;*/
	text-align: left;
}


div.footer
{
	float: left;
	width: 720px;
	text-align: center;
}

div.nwsList{
	border: 0px;
}
div.nwsList img, div.nwsView img{
	padding: 4px;
	border: 1px solid black;
	margin: 6px;
}

div.nwsList p a{
	text-decoration:none;
	border-bottom:1px dotted;
}
div.nwsList p{
	margin-bottom: 25px;
}
div.nwsView{
	width: 100%;
}

div.nwsView h2{
	color: #013C7D;	
	font-size: 18px;
}
div.nwsView p.subtitle{
	color: #013C7D;	
	font-size: 16px;
}

div.nwsView p{
	color: #013C7D;	
	font-size: 12px;
}

/* Categories list */
ul.catList{
	width: 586px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	
	float:left;
}

ul.catList li{
	float:left;
	width: 578px;
	border: 1px solid #0082FF;
	background-color: #DCF1FE;
	vertical-align: middle;
	padding: 0px 0px 0px 6px;
	margin: 5px 0px 0px 0px;
	height: 22px;/*
	background-image: url('../images/icon_folder.gif');
	background-repeat: no-repeat;
	background-position: 4px 2px;*/
	display: block;
	text-align: left;
	line-height: 22px;
}
ul.catList li img {
	margin-top: 2px;
	float: left;
	vertical-align: middle;
}



ul.catListRecord{
	display: block;
	width: 550px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul.catListRecord li{
	display: block;	
	margin: 5px 5px 0px 5px;
	width: 250px;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}

ul.catListRecord li ul{
	display: block;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul.catListRecord li.Left{	clear: both; 	}
/*
ul.catListRecord li.Right{	clear: none; 	}
*/
ul.catListRecord li.Divider{
	width: 566px;
	border-bottom: 1px dotted #666666;
}
ul.catListRecord li ul li{
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 180px;
	float: left;
	font-weight: normal;
}
/* End Categories list */

/* Products list */
.productLeft {
	margin: 20px 0px 0px 0px;
	width: 276px;
	float: left;
	border: 1px solid #0082FF;
	background-color: #DCF1FE;
}

.productRight {
	margin: 20px 0px 0px 30px;
	width: 276px;
	float: left;
	border: 1px solid #0082FF;
	background-color: #DCF1FE;
}


.productHeader {
	height: 16px;
	background-color: #66C4FE;
	color: #013C7D;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #0082FF;
	font: bold 11px Tahoma;
}

.productPicture {
	padding: 10px;
	vertical-align: top;
}

.productPhoto img{
	/*width: 79px;
	height: 124px;*/
	/*position: absolute;*/
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	z-index: 1;
}
.productPhoto div {
	border: 1px solid #666666;
	border-top: 0px;
	position: absolute;
	width: 20px;
	height: 20px;	
	z-index: 100;
	margin: 1px 2px 0px 1px; 
	/*
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity:0.8;
	*/
}
.productPhoto div.unavailable {	
	margin: 1px 2px 0px 59px; 
	border-right: 0px;
	background: #ffffff url('../images/icon_notavailable.png') no-repeat;
	background-position: 1px 1px;
}
.productPhoto div.saleoff {
	border-left: 0px;	
	background: #ffffff url('../images/icon_saleoff.png') no-repeat;
	background-position: 1px 1px;
}
.productIndPhoto {
	width: 248px;
	height: 186px;
	margin: 20px 0px 0px 20px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	float: left;
}

.productDescription {
	padding: 10px 5px 10px 5px;
	color: #013C7D;
	width: 168px;
	border-left: 1px solid #0082FF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.productPrice {
	height: 22px;
	color: #013C7D;
	width: 168px;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
	border-left: 1px solid #0082FF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
td.productPrice.saleoff span.price{
	text-decoration: line-through;
}
td.productPrice.saleoff span.saleoff{
	font-size: 12px;
}

.productTable {
	width: 316px;
	margin: 20px 0px 0px 0px;
	float: left;
}
.proList {	margin-top: 0px;}

.proList h2{
	display: inline;
}
/* End Products list */


/* Forms general */
form label {
 	line-height: 20px;
 }
 
.text {
	background-color: #D4EFFD;
	border: 1px solid #013C7D;
	padding: 2px;
	color: #013C7D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.text{
	height: 15px;
	margin: 0px 0px 4px 0px;
	/* margin-left: 80px;*/
}

input.button{
	height: 20px;
	background: url('../images/bck_sendButton.jpg') repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #e6f5fc;
	text-align: center;
	border: 1px solid #287ead;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
}
input.radio {
	vertical-align:middle;
}
input.button.cancel{
	background: #eeeeee;
	border: 1px solid #999999;
	color: #999999;
}

input.text.file{
	height: 20px;
}
/* End Forms general */

div.proView{
	border: 0px;
	padding: 4px;
}

div.proView img{
	padding: 4px;
	border: 1px solid black;
	margin: 20px 0px 0px 20px;
	background-color: #ffffff;
}
.proView h2{
	font: bold 12px Tahoma;
	color: #0082FF;
}

.proView .subtitle {
	font: 11px Tahoma;
	color: #0082FF;
}
.proView p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #013C7D;
}

.proView .label{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0082FF;
}

.unavailable{
	color: #FF3200;
}

.proContact {
	margin-top: 30px;
	width: 90%;
	border-top: 1px solid #0082FF;
}

div.contactData{
	float: right; 
	width: 175px; 
	height: 160px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 0px 5px;
}
div.contactData div.title{
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	
}
form.contact textarea{
	width: 268px;
	height: 88px;
	padding: 2px;
	background-color: #D4EFFD;
	border: 1px solid #013C7D;
	color: #013C7D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
form.contact div.label{
	float: left;
	width: 120px;
	margin: 0px 0px 4px 0px;
}
form.contact div.captchaImage{
	text-align: left;
}
form.contact div.captchaImage img{
	float: left;
	padding: 4px;
	border: 1px solid black;
	margin: 0px 20px 0px 0px;
}
#divCampaignPopup
{
	position: absolute; 
	top: 200px; 
	left: 200px; 
	z-index: 10;
}
#divCampaignPopupBar
{
	background: url('../images/popuptitlebar.png');
	text-align: right;
}
#divCampaignPopupBar #imgClose
{
	background: url('../images/icon_close.gif') no-repeat;
	width: 14px;
	height: 14px;
	margin: 4px;
	cursor: pointer;
}



input.btnAccept{
	background: #009900; /*
	background: #009900 url('../images/icon_ok.gif') no-repeat;
	background-position: center left; */
	border: 1px solid #006600;
	color: white;
	font-weight: bold;
	height: 34px;
	vertical-align: middle;
	cursor: pointer;
	width: 90px;
}

input.btnCancel{
	background: #eeeeee;
	border: 1px solid #999999;
	color: #999999;
	vertical-align: middle;
}
div.Login {
	padding-top: 80px;
	height: 302px;
	text-align: center;
}
form.frmLogin div.label{
	margin-top: 12px;
	text-align: center;
}

form.frmLogin div.buttons{
	margin: 24px 0px 24px 0px;
	text-align: center;
}
form.frmLogin input.text{
	display: inline;
	text-align: center;
}





/* ADMIN HOME */
img.admin{
	float: left;
	padding: 2px;
	margin: 4px 8px 4px 4px;
	border: 1px solid #cccccc;
}
img.module{
	float: right;
	padding: 2px;
	margin: 4px 8px 4px 8px;
	border: 1px solid #cccccc;
}

/* END ADMIN HOME */




/* ADMIN LISTS */
table.list{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

table.list col.colLink{		width: 20px;}
table.list col.colImage{	width: 124px;}
table.list col.colDate{		width: 70px;}
table.list col.colDateTime{		width: 140px;}
table.list col.colSent{		width: 100px;}
table.list col.colForzada{	width: 70px;}

table.list td
{
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #013C7D;
}
table.list td.center{
	text-align: center;
}
table.list th
{
	border-top: 2px solid #013C7D;
	border-bottom: 2px solid #013C7D;
	background-color: #D4EFFD;
}

table.list td img
{
	margin: 4px;
}
table.list td img.folder,table.list td img.icon
{
	margin: 0px;
	float: left;
}
table.list td span.title
{
	font-weight: bold;
}
table.list tr.selected td
{
	background: #013C7D;
	color: #D4EFFD;
}
a.icon{
	width: 16px;
	height: 16px;
	display: block;
	float: none;
}
a.icon.New{
	background: url('../images/icon_new.png') no-repeat;
}
a.icon.Edit{
	background: url('../images/icon_edit.png') no-repeat;
}
a.icon.Delete{
	background: url('../images/icon_delete.png') no-repeat;
}
a.icon.Send{
	float: left;
	background: url('../images/icon_email.gif') no-repeat;
}
a.button {
	display: block;
	float: none;
	width: 80px;
	height: 18px;
	background: url('../images/bck_sendButton.jpg') repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #e6f5fc;
	text-align: center;
	border: 1px solid #287ead;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	position: relative;
	left: 40%;
}
div.clear
{
	clear: both;
}
div.divLink
{
	float:left;
}
/* END ADMIN LISTS */


/* ADMIN ADD & EDIT */

form.frmEdit textarea{
	/*border: 1px solid black;*/
	width: 99%;
	vertical-align: top;
}
form.frmEdit div.label{
	float: left;
	width: 120px;
	margin: 0px 0px 4px 0px;
}
/*
form.frmEdit input.text{
	border: 1px solid black;
	margin: 0px 0px 4px 0px;
	border-color: #cccccc;
}*/
form div.buttons{
	margin: 24px 0px 24px 0px;
	text-align: center;
}

div.imageContainer
{
	float: right;	
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #013C7D;
}
div.imageContainer div.label, div.flashContainer div.label
{
	width: 100%;
	margin: 0px 0px 10px 0px; 
	background: #D4EFFD;
}
div.imageContainer img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding: 3px; 
	border: 1px solid #013C7D;	 
}
div.data
{
	float: left;	
}

div.calendar, img.calendar {
	cursor: pointer;
}
span.text.date {
	display:block;
	width: 80px;
	height: 14px;
	float: left;
	
	
}

div.labelView{
	float: left;
	width: 120px;
	height: 20px;
	margin: 2px 0px 4px 0px;
}
div.textView{
	overflow: hidden;
	background-color: #D4EFFD;
	border: 1px solid #013C7D;
	padding: 2px;
	width: 350px;
	color: #013C7D;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 14px;
	margin: 2px 4px 4px 4px;
	line-height: 14px;
}
.nwlPreview {
	border: 1px solid #013C7D;
	margin: 0px;
	width: 582px;
	height: 400px;
}
div.nwlSendReport{
	width: 100%;
	height: 400px;
	overflow: auto;
	border: 1px solid #013C7D;	 
	padding: 3px; 
	font-size: 11px;
}
/* END ADMIN ADD & EDIT */



/* MESSAGES */
.divMessages{
	margin-top: 10px;
	width: 766px;
	background: white;
	border: 2px solid #0082FF;
	padding: 5px;
	height: 36px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.divErrorMessage{
	overflow: auto;
	background: url('../images/icon_error.png') no-repeat;
	padding-left: 46px;
	height: 36px;
	color: #ff3200;
}
.divOkMessage{
	overflow: auto;
	background: url('../images/icon_ok.png') no-repeat;
	padding-left: 46px;
	height: 36px;
	color: #013C7D;
	
}
/* END MESSAGES */

ul.services {
	font-size: 9pt;
	/*padding-left: 20px;*/
}
ul.services li {
	list-style-type: square;
	padding-top: 10px;
	line-height: 26px;
}


a.sello_envio {display:block;width:100px; height:100px;background: transparent url('../images/sello_envio.gif') no-repeat;}
a.sello_envio:hover {background: transparent url('../images/sello_envio.gif') no-repeat 0 -100px;}