/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	background: #3a4759 url('../images/bg.gif') repeat center center;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}

p {
	margin: 0;
	padding: 0;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Clases Globales */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.blank {
	display: none;
	}

.lefted {
	text-align: left;
	}

.righted {
	text-align: right;
	}

.centered {
	text-align: center;
	}

.colored {
	color: #1e93a1;
	}

.colored-dark {
	color: #0c7883;
	}

.colored-green {
	color: #7ec246;
	}

.colored-red {
	color: #b32985;
	}

.colored-orange {
	color: #ec8922;
	}

.colored-purple {
	color: #3a4759;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Contenido */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#content {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 820px;
	position: relative;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header {
	margin: 0;
	padding: 0;
	height: 90px;
	overflow: hidden;
	}

div#header h2 {
	margin: 20px 0 30px 0;
	padding: 0;
	}

div#header a {
	margin: 0;
	padding: 0;
	width: 235px;
	height: 40px;
	display: block;
	background: transparent url('../images/logo.gif') no-repeat left top;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Main Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#main-content {
	margin: 0;
	padding: 0;
	width: 820px;/*648*/
	overflow: hidden;
	position: relative;
	background: #fff url('../images/bg-main-ent.gif') repeat-y center top;
	}

div#mc-top {
	overflow: hidden;
	background: transparent url('../images/bg-main-ent.gif') no-repeat left top;
	}

div#mc-bot {
	overflow: hidden;
	background: transparent url('../images/bg-main-ent.gif') no-repeat right bottom;
	}

div#mc-content {
	margin: 0 7px 7px 0;
	padding: 0;
	overflow: hidden;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Extranet Content */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#extranet-content {
	margin: 0;
	padding: 0;
	width: 812px/*640*/;
	height: 320px;
	overflow: hidden;
	background: transparent url('../images/bg-extranet.jpg') repeat-x center top;
	}

div#extranet-content h1 {
	margin: 80px 0 25px 155px;
	color: #b32985;
	font-size: 18px;
	}

div#extranet-content form {
	margin: 0 0 0 155px;

	}

div#extranet-content p.inpbox {
	margin: 0 15px 0 0;
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	}

div#extranet-content p.boton {
	margin: 0 152px 0 0;
	padding-top: 13px;
	clear: both;
	text-align: right;
	}

div#extranet-content p.boton input {
	padding: 0 0 3px 16px;
	color: #b32985;
	font-size: 11px;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	background: #ffffff url('../images/bullet-red.gif') no-repeat left center;
	}

div#extranet-content p.extranet {
	margin-right: 10px;
	float: right;
	color: #ffffff;
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
	}

div#extranet-content p.home {
	margin-left: 10px;
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
	}

div#extranet-content p.home a {
	color: #ffffff;
	}

div#extranet-content p.home a:hover {
	color: #6c6c6c;
	}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Barra Idiomas */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a#flag-es {
	display: inline-block;
	width: 29px;
	height: 19px;
	background: transparent url('../images/es.gif') no-repeat left top;
	}

a#flag-en {
	display: inline-block;
	width: 29px;
	height: 19px;
	background: transparent url('../images/en.gif') no-repeat left top;
	}

a#flag-fr {
	display: inline-block;
	width: 29px;
	height: 19px;
	background: transparent url('../images/fr.gif') no-repeat left top;
	}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Extranet */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a#extranet {
	margin: 0;
	padding: 9px 0 8px 0;
	display: block;
	bottom: 0px;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #000000;
	}

a#extranet:hover {
	color: #6c6c6c;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Manager Corner */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a#mcorner {
	margin: 0;
	padding: 9px 0 8px 0;
	display: block;
	bottom: 0px;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #b42986;
	}

a#mcorner:hover {
	color: #000000;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	margin: 0;
	padding: 0;
	width: 820px;
	overflow: hidden;
	position: relative;
	}

div#footer p {
	padding-bottom: 10px;
	color: #7f8793;
	text-align: center;
	line-height: 15px;
	padding-top: 5px;
	}

div#footer p#menufooter a {
	color: #7f8793;
	text-decoration: none;
	}
