@charset "utf-8";
/*
* Hoja de estilos para MPR Servicios Mineros CIA Ltda.
* Desarrollado por Iván Olivares R.
* http://www.iolivares.info
*/

img, img a{
	border:none;
}
input:focus {
    outline:none;
}
*{
	margin:0;
	padding:0;
	outline:none;
}
textarea{	
	color:#000;
	font-size:13px;
	font-family: Arial, "Trebuchet MS",sans-serif;
	height:80px;
}
input {
	font-family:Arial, Helvetica, sans-serif;
}
address{
	font-style: normal;
	width: auto;
	font-size: 13px;
}
body{
	width: 100%;

	font:13px Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	font-size:14px;
	color:#000;
	
	background: #FFF; /* Old browsers */
	
}
/* Vinculos */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#666;
}
/* Clear */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/* Hidde */
.hide {
	visibility:hidden;
	display:none;
}
/* Headings */
h1	{
	color: #313131;
	font-size: 2.3em;
		
	text-shadow: 1px 1px 4px #EEEEEE;
}
/* Loader */
div#enviando{
	float:right;
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 20px;
	padding-top: 5px;
	background: #FFF;
	text-align:center;
	
	z-index:9000;
}
/* Hack tour */
table tr#ajControlInfo{
	display:none;
	visibility:hidden;
}
/* Header */
div#header{
	width:100%;
	height:220px;
	background:url(../img/_header/bg_head.png) center center repeat-x;
}
div#header div.cont_header {
	width:983px;
	height:100%;
	margin:0 auto;
	position:relative;
}
/* Header > Logo */
div#header div.cont_header div.logo{
	width:170px;
	height:175px;
	background:url(../img/_header/logo_mpr.png) center center no-repeat;
	margin-top:18px;
	float:left;
}
/* Header > Menu Header */
div#header div.cont_header ul.menu_header{
	list-style: none;
	float: right;
	width: 543px;
	height: 30px;
	margin-top: 37px;
	right:0;
}
div#header div.cont_header ul.menu_header.logeado{
	width: 465px !important;
}
div#header div.cont_header ul.menu_header li.login {
	background:none !important;
	border:none !important;
}
div#header div.cont_header ul.menu_header li{
	display: inline;
	list-style-type: none;
	
	background: url(../img/_header/bg_buttons_head.png) center center repeat-x;
	
	font-size: 12px;
	font-weight: 700;
	
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

	margin-right:10px;
	
	border: 1px solid #CC0;
	
	border-radius: 3px;
	
    text-shadow:1px 1px #fff;
	
	cursor:pointer;
	
	opacity:.70;
}
div#header div.cont_header ul.menu_header li:hover,
div#header div.cont_header ul.menu_header li.active{
	opacity:1;
	border:1px solid #0000CC;
}
/* Header > Menu > Menu Cuenta */
div#header div.cont_header ul.menu_header li div#menu_cuenta{
	width:180px;
	position:absolute;
	top:57px;
	right:0; 
	margin-right: 37px;
    border:1px solid #0000CC;
	
	border-radius: 3px 0 3px 3px;
	
    margin-top:-1px;
    background:#FFFF00;
    padding:6px;
	z-index: 60;
	display:none;
	cursor:pointer;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado{
	list-style:none;
    background:#fff;
	
	border-radius: 3px;
	
	padding:10px 13px;
    margin:0;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta em{	
	position: absolute;
	width: 87px;
	height: 1px;
	background: yellow;
	top: -1px;
	right: -0.9px;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado dt{
	height:48px;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:10px;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado dt img{
	float:left;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado dt div.nombre_completo{
	padding-top:18px;
	margin-left:55px;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado dd{
	height:auto;
	padding: 4px 10px 5px;
}
div#header div.cont_header ul.menu_header li div#menu_cuenta dl.menu_logeado dd:hover{
	background:#FFFF00;
}
/* Header > Datos Header */
div#header div.cont_header div.datos_header{
	width:400px;
	height:45px;
	float:right;
	position: absolute;
	right: 0px;
	bottom: 85px;
	z-index:2;
}
div#header div.cont_header div.datos_header div.fono{
	background:url(../img/_header/fono_header_.png) center center no-repeat;
	width:115px;
	height:23px;
	float:left;
	margin-top: -1px;
	z-index:2;
}
div#header div.cont_header div.datos_header div.email{
	background:url(../img/_header/email_header.png) center center no-repeat;
	width:240px;
	height:21px;
	float:left;
	margin-left:20px;
	z-index:2;
}
div#header div.cont_header div.datos_header div.direccion{
	background:url(../img/_header/map.png) left center no-repeat;
	width:270px;
	height:21px;
	float:right;
	padding-left:20px;
	color:#000066;
	font-size:13px;
	margin-left:20px;
	z-index:2;
	padding-top: 9px;
}
div#header div.cont_header div.datos_header div.fono:hover,
div#header div.cont_header div.datos_header div.email:hover,
div#header div.cont_header div.datos_header div.direccion:hover{
	opacity:.70;
}
/* Header > Buscador */
div#header div.cont_header div.buscador{
	width:540px;
	height:25px;
	float:left;
	position: absolute;
	bottom: 40px;
	left: 150px;
}
div#header div.cont_header div.buscador form#buscar label#texto_buscar{
	margin-right:5px;
	font-size:12px;
	font-weight:400;
	width:auto;
	float:none;
	line-height:20px !important;
}
div#header div.cont_header div.buscador form#buscar select#donde_buscar{
	height: 21px;
	width: 210px;
	background: white;
	border: 1px solid #FFFF00;
}
div#header div.cont_header div.buscador form#buscar input#texto_buscado,
div#header div.cont_header div.buscador form#buscar input[type=text]{
	width: 150px;
	height: 19px;
	background: white url(../img/_header/search.png) repeat-x 0 -1px;
	border: 1px solid #FFFF00;
	margin-left: 4px;
        margin-bottom: 5px;
	padding-left: 20px !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-right:0px !important;
}
div#header div.cont_header div.buscador form#buscar input#texto_buscado:hover,
div#header div.cont_header div.buscador form#buscar input[type=text]:hover,
div#header div.cont_header div.buscador form#buscar input#texto_buscado:active,
div#header div.cont_header div.buscador form#buscar input[type=text]:active{
	background: white url(../img/_header/search.png) repeat-x 0 -1px !important;
}
div#header div.cont_header div.buscador form#buscar input#boton_buscar,
div#header div.cont_header div.buscador form#buscar input[type=submit]{	
	background: url(../img/_header/bg_buttons_head.png) center center repeat-x;
	
	font-size: 12px;
	font-weight: 700;
	text-shadow: 0px 0px 0px #ffffff;
	color:#000;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;

	margin-left:2px;
	
	border: 1px solid #CC0;
	
	border-radius: 3px;

	position:static;
	cursor:pointer;
}
div#header div.cont_header div.buscador form#buscar input#boton_buscar:hover,
div#header div.cont_header div.buscador form#buscar input[type=submit]:hover {
	opacity:.60;
}
/* Header > Datos económicos */
div#header div.cont_header div.datos_económicos{
	width: 295px;
	height: 25px;
	float: right;
	position: absolute;
	bottom: 37px;
	right: 0;
}
div#header div.cont_header div.datos_económicos div.coins{
	width:16px;
	height:16px;
	float:left;
	background:url(../img/_header/coins.png) center center no-repeat;
}
div#header div.cont_header div.datos_económicos ul.indicadores{
	list-style: none;
	float: right;
	width: 278px;
	height: 25px;
}
div#header div.cont_header div.datos_económicos ul.indicadores li{
	display: inline;
	list-style-type: none;
	
	font-size: 11px;
	margin-right:10px;
	
}
/* Header> Login */
#loginContainer {
	position: absolute;
	float: right;
	top: 32px;
	right: 10px;
}

/* Login > Button */
#loginButton { 
    display:inline-block;
    position:relative;
    z-index:30;
	
	background: url(../img/_header/bg_buttons_head.png) center center repeat-x;
	
	font-size: 12px;
	font-weight: 700;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;

	margin-right:10px;
	
	border: 1px solid #CC0;
	
	border-radius: 3px;
	
	cursor:pointer;
	
}

#loginButton:hover,
#loginButton.active{
	opacity:1;
	border:1px solid #0000CC;
}
/* Login > Box */
#loginBox {
    position:absolute;
    top:26px;
    right:10px;
    display:none;
    z-index:29;
}
#loginButton.active em { /* linea para tapar borde de abajo del botón */
    position:absolute;
	width: 78px;
	height: 1px;
	background: #FFFF00;
	bottom: -1px;
	right: -0.8px;
}
/* Login > Form */
#loginForm {
    width:248px; 
    border:1px solid #0000CC;
	
	border-radius: 3px 0 3px 3px;
	
    margin-top:-1px;
    background:#FFFF00;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
	
	border-radius: 3px;
    
	padding:10px 13px;
    margin:0;
}
#loginForm #body fieldset label {
    display:block;
    color:#3a454d;
    margin:9px 0 6px 0;
    display:block;
    float:left;
	line-height:normal;
}
#loginForm input[type=text],
#loginForm input[type=password] {
    width:92%;
    border:1px solid #899caa;
	
	border-radius: 3px;
	
	color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    
	box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}
#loginForm #login {
    width:auto;
    float:left;
		
    margin:0 12px 0 0;
	
	background: url(../img/_header/bg_button_login_head.png) center center repeat-x;
	
	font-size: 12px;
	font-weight: 700;
	color:#000;
	text-transform:uppercase;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;

	margin-right:10px;
	
	border: 1px solid #CC0;
	
	cursor:pointer;
	display: inline-block;	
	line-height:1;
	
	text-shadow: 0px 0px 0px #ffffff;
}
#loginForm #login:hover{
	opacity:.70;
	border:1px solid #0000CC;
}
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}
#loginForm span a {
    color:#0000CC;
    text-shadow:1px 1px #fff;
    font-size:12px;
}
#loginForm span a:hover {
	border-bottom:1px dashed #0000CC;
}
/* Login > Msg box */
div.box_mensaje{ 
	position: fixed; 
	top: 0;
	left: 0; 
	padding:10px;
	z-index: 10; 
	font-size:18px;
	text-align:center;
	background:#FFF;
	width:98.4%;
	z-index:8999;
	
	opacity:.80;
}
div.box_mensaje img{
	float:right;
	cursor:pointer;
}
/* Contenidos */
div#contenidos {
	width:983px;
	height:auto;
	margin:0 auto;
	position:relative;
}
div#contenidos div.box_izquierda{
	width: 200px;
	float: left;
	margin: 0 17px 0 0;
}
div#contenidos div.box_central{
	width: 766px;
	height: auto;
	float: left;
}
div#contenidos div.box_resellers{
	margin-top:50px;	
	width:983px;
	height:auto;
}
div#contenidos div.box_resellers #marcas {
	text-align:center;
	width:600px;
	margin:0 auto 0 auto;
}
div#contenidos div.box_resellers b {
	padding-bottom:20px;
	color:#333;
    text-shadow:1px 1px #CCC;
}
div#contenidos div.box_resellers .marca{
	max-height:40px;
	padding:3px;
	
	opacity:.50;
}
div#contenidos div.box_resellers .marca:hover{
	opacity:1;
}
/* Top-Footer */

#top-footer{
	width:983px;
	height:auto;
	min-height:150px;
	vertical-align:middle;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	border-top: #EBE90A 2px solid;
	padding-top:5px;
	font-size:13px;
}
.enlaces-topfooter{
	margin:0 auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#top-footer dl{
	float:left;
	text-align:left;
	width:190px;
	margin:0 0 0.5em;
}
#top-footer dt{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px;
	color:#333;
    text-shadow:1px 1px #EEE;
}
#top-footer dt a:hover{
	color:inherit !important;
}
#top-footer dd{
	padding-top:2px;
	padding-left:10px;
	padding-bottom:2px;
}
#top-footer dd a:hover{
	border-bottom:1px dashed #CCC;
}
#top-footer dd a.arr:hover{
	border:none;
}
#top-footer .sep-foot {
	background: url(../img/_footer/separador_footer.png) no-repeat scroll 0 0 transparent;
	float:left;
	height:106px;
	margin:0 15px 0 14px;
	width:1px;
}
/* Footer */
#footer {
	width:983px;
	height:auto;
	vertical-align:middle;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 5px;
		margin-left: auto;	
	font-size:13px;
	text-align:center;
	
}
#footer a, #footer a:visited, #footer a:hover{
	font-weight:bold;
}
#footer p{
	padding-top:5px;
}

#footer span#sitio_valido {
	text-align:right;
}
#footer span#sitio_valido div.txt{
	margin-top: 8px;
	float: left;
	margin-left: 550px;
}
#footer span#sitio_valido div.logo{
	float:right;
	padding-bottom:10px;
}
/* Box Cotización Cliente */

#box_cotiza {
	margin-top:30px;
	width:200px;
	height:180px;
}
#box_cotiza .box_titulo{	
	width:200px;
	height:25px;
	background:url(../img/_ayuda/menu_bg_title.png) no-repeat center;
	margin-top:30px;
	margin-bottom:10px;
	font-size:13px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	padding-top:7px;
}
#box_cotiza .info {
	width:100%;
	height:80px;
	text-align:center;
}
#box_cotiza .ver{
	width:48px;
	height:28px;
	float:left;
	padding-top:6px;
	background: url(../img/_cotizacion/cotizacionAlerta.ver.png) no-repeat center;
}
#box_cotiza .ver:hover{
	opacity:0.6;
}
/* Oferta Semana */
#box_oferta {
	margin-top:30px;
	width:200px;
	height:180px;
	background:url(../img/box_oferta.png) no-repeat center;
}

#ofertas {
	width: 191px;
	height: 133px;
	text-align: center;
	padding-top: 30px;
	list-style: none;
	vertical-align: top;
	text-align: center;
	margin-left: 5px;
}
.imagen{
	height:125px;
	max-height:125px;
	max-width:180px;
	margin:0 auto;
	background:url(../img/ajax-loader-mini.gif) center center no-repeat;
}
#ofertas img{
	max-height:120px;
	max-width:170px;
}

#verMasOfertas{
	width: auto;
	height: auto;
	float: right;
	padding-top: 1px;
	margin-right: 10px;
	color: #333;
	font-size: 11px;
}
#verMasOfertas a{
	font-weight:700;
}
#verMasOfertas a:hover{
	opacity:0.6;
}

/* Facebook Page */
div#fbpage {
	width:200px;
	height:auto;
	margin-top:30px;
}
/* Home > Title */
div#title{
	background:url(../img/barra_title.png) no-repeat;
	width:766px;
	height:33px;
	clear:both;
}
div#title p{
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	color:black;
	font-size:13px;
	font-weight:bold;
	color:#FFF;

	text-shadow: 0px 2px 4px #0000E6;
}
/* Home > Noticias */
#noticias_ultimas {
	width:766px;
	padding-bottom:10px;
}
#fotNoticias{
	border-bottom:3px solid #014D9F;
}
#noticias_ultimas div { margin-bottom: 4px;}
#noticias_ultimas h5 { margin: 0;}

#noticias_ultimas ul {
    list-style-type:none;
    position:relative;
}
#noticias_ultimas li {
    min-height: 150px;
    overflow: hidden;
	padding-bottom:10px;
	padding-top:15px;
	line-height:1.5;
	border-bottom: 1px dashed #CCC;
}
#noticias_ultimas li b.leer_mas{
	float:right;
	margin-top:15px;
	margin-right:200px;
}
#noticias_ultimas li h5,
#noticias_ultimas li h5 a {
    font-size:22px;
    margin-bottom:0.5em;
	text-decoration:none;
	font-weight:700;
	
	text-shadow: 0px 2px 4px #F1F1F1;
}
#noticias_ultimas li img {
    float:right;
    margin-left:8px;
	max-height:150px;
	max-width:200px;
}
/* Home > Noticias > Paginación */
.verMasNoticias {
	margin-top:20px;
	float:right;
}
.verMasNoticias span{	
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	padding-top:3px;
	font-weight:700;
	color:#666;
	background-color:#E5E5E5;
}
.verMasNoticias span:hover{
	color:#FFF;
	background-color:#014ea0;	
}

/* Mensajes */

.msg {padding-left:55px; padding-bottom:10px; padding-right:10px; padding-top:10px;}
.msg.warning {background:url("../img/warning.png") 10px 50% no-repeat; }
.msg.info {background:url("../img/info2.png") 10px 50% no-repeat; }
.msg.done {background:url("../img/done.png") 10px 50% no-repeat;}
.msg.error {background:url("../img/error.png") 10px 50% no-repeat;}

.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;}
.msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

/* Campos de formularios */

label {
	line-height:35px;
	width:200px;
	text-align:left;
	float:left;
	margin-right:14px;
}
label span{
	color:#999;
	font-size:12px;
	margin-left:30px;
	line-height: 25px;
}
label span.status{
	float:right;
}
label span.status img:hover{
	cursor:pointer;
}
select{
    line-height:normal;
    padding:0px !important;
	height:22px !important;
}
input[type=text],
input[type=number],
input[type=password],
select,
textarea{
	padding:8px;
	border:1px solid #CCCCCC;
	background:#fcfcfc;
	
	border-radius: 5px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:hover,
textarea:focus{
	background:#F4F4F4;
}
input[type=button],
input[type=button]:visited,
input[type=submit],
input[type=submit]:visited{
	background:#E4E4E4 url(../img/_registro/alert-overlay.png) repeat-x;
	display: inline-block;
	padding:10px 20px;
	color:#333;
	text-decoration:none;
		
	border-radius: 5px;
	
	border-bottom:1px solid #C0C0C0;
	position:relative;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	border:0;
}
input[type=button]:hover,
input[type=submit]:hover{
	background-color:#D8D8D8;
	color:#000;
	text-decoration:none;
	top:1px;
}
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover{
	background-color:#E4E4E4;
	color:#333;
	text-decoration:none;
	cursor:inherit;
}
input[type=button]:disabled,
input[type=submit]:disabled{
	opacity:0.5;
}
input[type=button]:active,
input[type=submit]:active{
	top:1px;
}
/* Mensaje de notificaciones de escritorio */
p#mensaje_notificaciones a{
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
/* Festividades */
/* Fiestas Patrias */
div#chile_bar{
	background:url(../img/festiv/top-chilean.png) repeat-x top center;
	height:9px;
}
div#chile_bar div.deco{
	width: 48px;
	height: 47px;
	position: absolute;
	top: 0px;
	z-index: 1000;
}
div#chile_bar div.deco.iz{
	background:url(../img/festiv/chile_decoracion.gif) center center no-repeat;
}
div#chile_bar div.dr{
	right:0;
	background:url(../img/festiv/chile_decoracion2.gif) center center no-repeat;
}
/* Navidad */
div#navidad {
    width: 430px;
    height: 160px;
    top: 15px;
    position: absolute;
}
div#navidad div.carro,
div#navidad div.gorro,
div#navidad div.santa{
    width:128px;
    height:128px;
}
div#navidad div.carro{
    position: absolute;
    left: 300px;
    top: 20px;
    background:url(../img/festiv/navi-carro.png) center center no-repeat;
}
div#navidad div.gorro{
    position: absolute;
    left: -39px;
    top: -3px;
    background:url(../img/festiv/navi-gorro.png) center center no-repeat;
}
div#navidad div.santa{
    position: absolute;
    left: 180px;
    top: 15px;
    background:url(../img/festiv/navi-santa.png) center center no-repeat;
}
/* Año Nuevo */
div#newyear{
    width: 380px;
    height: 220px;
    top: -50px;
    left: 140px;
    position: absolute;
    background: url(../img/festiv/happyNewYear.png) center center no-repeat;
}