@import "/inc/css/menu.css"; 
@import "/inc/css/css-head.css"; 
@import "/inc/js/fancybox/fancy.css";
* {
	border-style:none;
	margin:0;
	padding:0;
}
.clearfloat {
	/* Esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.visible {}
.iva {
	font-size: 11px;
	color: #999;
	padding: 0px;
	padding-right: 10px;
	padding-left: 5px;
}
.invisible {
	display:none;
}
.img-margen-der {
	margin-right: 6px;	
}
.img-margen-izq {

}
.Gen-Titulo {
	/*border-bottom:1px solid #990000;
	color:#990000;
	font-family:Tahoma,Verdana,Arial;
	font-size:21pt;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 3px;*/
	color:#FF9900;
	font-size:20px;
	border-bottom:1px solid #FF9900;
	margin:0 0 10px;
	padding:0 0 3px;
	
}
div.importante{
	background-color: #FFFFE8 !important;
	padding: 10px !important;
	border: 1px solid #EBDCAD !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	display: block;
}
div.importante h2{
	color: #900 !important;
	padding: 0px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	font-size: 20px !important;
	font-weight: bold !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 4px !important;
	margin-left: 0px !important;
}
div.importante p{
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 4px !important;
	margin-left: 0px !important;
	padding: 0px;
}
div.importante p strong{}
.lista-links {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.lista-links ul {
	margin: 0px !important;
	padding: 0px !important;
}
.lista-links li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(/arch/flecha_link_azul.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 22px;
}
.lista-links li a {
}
/*
.campo, .area, .select {
	border: 1px solid #CCC;
	color: #333;
	padding: 3px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
}*/
.boton{
	font-weight: bold;
	color: #FFF;
	background-color: #962F20;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.boton-verde{
	font-weight: bold;
	color: #FFF;
	background-color: #008400;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a:link {
	color: #069;
}
a:hover {
	color: #0097DF;
}
a:visited {
	color: #666;
}
a:active {
	color: #900;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	padding: 0px;
	margin:0px;
	background-image: url(/arch/fondo_navidad_11.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
}
#cuerpo {
	width: 1010px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	-moz-box-shadow: 0 2px 5px #CCC;
	-webkit-box-shadow: 0 2px 5px #CCC;
	-khtml-box-shadow: 0 2px 5px #CCC;
	padding-left: 10px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;	
}

/* Iconos sociales ---------------------------------------------------- */
#bar-social {
	float: left;
	height: 34px;
	width: 711px;
	background-image: url(../../arch/bar-social-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#bar-social ul.der {
	float: right;	
}
#bar-social ul.izq {
	float: left;	
}
#bar-social ul {
	margin:0px !important;
	padding: 0px;
	padding-top: 6px;
}
#bar-social ul li {
	display: inline;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
}
#bar-social ul li a {
	color: #666;
	text-decoration: none;
	margin-left: 4px;
}
#bar-social ul li a:hover {
	color: #000;
}
#bar-social ul li a img {
	vertical-align:middle;
	margin: 0px;
	margin-right: 3px;
}
/* ---------------------------------------------------------------------- */

/* buscador *********************************************************************/
#box-buscador {
	height: 60px;
	overflow: hidden;
	width: 980px;
	float: left;
}
#box-buscador #formBuscar {
	float: left;
	width: 512px;
	overflow: hidden;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(/arch/bg-buscador.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#box-buscador #labelBuscar {
	float: left;
	height: 34px;
	margin-left: 18px;
	color: #999999;
	padding-top: 15px;
}
#box-buscador #cajaBuscar {
	float: left;
	height: 36px;
	padding-top: 12px;
	margin-left: 5px;
}
#box-buscador #cajaBuscar #key {
	background-image:url(/arch/bg_caja_buscar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
	color:#000000;
	height:19px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	width:330px;
/*
	border: 1px solid #AAAAAA;
	height: 19px;
	width: 330px;
	background-image: url(/arch/bg_bar_buscar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	color: #000000;
*/
}
#box-buscador #cajaBuscar .off#key {
	color: #999999;
}
#box-buscador #cajaBuscar .on#key {
	color: #000000;
	border: 1px solid #CC0000;
}
#box-buscador #cajaBuscar .offContent#key {
	color: #000000;
}
#box-buscador #colBtnBuscar {
	float: left;
	height: 36px;
	margin-left: 5px;
	padding-top: 12px;
}
#box-buscador #colBtnBuscar #btnBuscar {
	background-image: url(/arch/boton-buscar.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 79px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
}
#box-buscador #banner-468x60  {
	float: right;
	height: 60px;
	width: 468px;
}
#box-banner-home-medio {
	float: left;
	width: 780px;
}
#box-banner-home-medio .print-h2 {
	color: #333 !important;
	background-color: #EAEAEA !important;
	width: 764px !important;
	margin-top: 3px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
	font-size: 15px !important;
	padding-top: 6px !important;
	padding-right: 4px !important;
	padding-bottom: 6px !important;
	padding-left: 8px !important;
	font-weight: bold !important;
	border-top-width: 2px!important;
	border-top-style: solid!important;
	border-top-color: #074B85!important;
	border-bottom-style: none;
}
#box-opciones-listado {
	display: block;
	margin-bottom: 8px;
	color: #666;
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}

#opciones-listado {
	width: 99%;
}
#opciones-listado td {
	padding: 5px;
}

#opciones-listado .buscador {
	text-align: left;
}
#opciones-listado .fabricantes {
	text-align: right;
}
#opciones-listado .fabricantes select {
	font-size: 12px;
	color: #666;
}
#opciones-orden  {
	padding: 5px;
}

.mapa {
	float: left;
	width: 968px;
	overflow: hidden;
	margin-bottom: 4px;
	color: #666;
	text-transform: capitalize;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 16px;
	background-image: url(/arch/casa.gif);
	height: 14px;
	background-repeat: no-repeat;
	background-position: 1px 5px;
}
.mapa ul {
}
.mapa ul li {
	display: inline;
}
.mapa ul li a{
	color: #666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 11px;
}
.mapa ul li a:hover{
	background-color: #F9F9F9;
	color: #000;
}
#col-completa {
	width: 1000px;
}
#col-1 {
	float: left;
	width: 190px;
	margin-top: 8px;
}
#col-2 {
	background-color: #FFF;
	float: left;
	width: 614px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#col-2 h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#col-2 .resultados-web {
	margin-bottom: 10px;
}
#col-2 h2.corte {
	margin-bottom: 6px;
	background-color: #EFEFEF;
	color: #999;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#col-2 .resultados-web ul {
	list-style-type: none;
	margin-left: 10px;
}
#col-2 .resultados-web ul li {
	margin-bottom: 10px;
}
#col-2 .resultados-web ul li h3 {
	font-size: 13px;
}
#col-2 .resultados-web ul li cite {
	text-decoration: none;
	color: green;
}
#col-prin {
	float: left;
	width: 735px;
	padding-right: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
	overflow: hidden;
	color:#666666;
}
#col-prin h2 {

}

#col-prin h3 {
	font-size: 15px;
	color: #316AC5;
	margin:10px;
}
#col-prin ol {
	margin-left: 40px;
	margin-bottom: 15px;
}

#col-prin p {
	margin-bottom: 14px;
}
#col-prin td {
	padding: 2px;
}

#col-prin .banner-home-g  {
	float: left;
	padding-right: 3px;
	margin-bottom: 5px;
}
#col-prin ul {
	/*margin-left: 40px;
	margin-bottom: 15px;*/
}
#col-3 {
	width: 200px;
	float: right;
	overflow: hidden;
	padding-right: 10px;
}
#col-3 .panel {
	float: left;
	margin-bottom: 15px;
}
/*
#col-3 #compra-actual {
	float: left;
	width: 182px;
	background-color:#da0036;
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	height: 37px;
	padding: 8px;
	text-align: center;
}
#col-3 #compra-actual h3 a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
}
#col-3 #compra-actual p{
	color:#ffeb80;
}*/

.panel-basico {
	width: 200px;
	margin-bottom: 15px;
}
.panel {
	margin-bottom: 15px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-basico h3 {
	height: 16px;
	font-size: 16px;
	font-weight:normal;
	color: #CC3366;
	padding: 5px;
	padding-left: 8px;
	padding-bottom:8px;
}
.panel-basico p {
	margin-bottom: 10px;
	font-size: 11px;
}
.panel-basico .panel-basico-content {
	width: 183px;
	float: left;
	padding: 8px;
	border: 1px solid #dddddc;
	overflow: hidden;
}
.panel-basico .panel-basico-content .content-bloque{
	float:left;
	font-size:11px;
	padding-bottom:5px;
	color:#666666;
}


.panel-basico .panel-basico-content ul li center img:hover {
	cursor:pointer;
}

.panel-basico .panel-basico-content ul li .vv_tiempo:hover {
	cursor:pointer;
}
/*
.panel-basico-content .campo   {
	border: 1px solid #999;
	width: 160px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.panel-basico-content .boton {
	border: 1px solid #666;
	width: 108px;
	text-align: center;
	background-color: #F7F7F7;
	color: #333;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
	padding: 3px;
}
*/

#panel-acceso{}
#panel-acceso .panel-basico-content{}
#panel-acceso .panel-basico-content p{}
#panel-acceso table{
	width: 99%;
}
#panel-acceso table th{
	color: #000;
	text-align: right;

}
#panel-acceso .box-campo{}
#panel-acceso .box-campo label{}
#panel-acceso .box-boton{
	text-align: center;
}
#panel-acceso .campo{
	width: 100px;
}
#panel-acceso .boton{}
#panel-boletin table{
	margin-top: 5px;
}
/*
#panel-boletin .campo{
	width: 114px;
	color: #666;
	font-size: 11px;

}*/
#cuerpo #col-3 li{
	padding-bottom: 2px;
}

a.btnprin{
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 178px;
	display: block;
	background-image: url(/arch/btn-prin.jpg);
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #721C05;
}
a:link.btnprin, a:hover.btnprin, a:active.btnprin, a:visited.btnprin{
	color: #FFF;
}
.btnprininput{
	background-image: url(/arch/btn-prin.jpg);
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 178px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}


#pie {
	width: 980px;
	float: left;
	padding: 0px;
	margin-top: 10px;
}

#pie p {
	margin-bottom: 4px;
}
#pie .uno {
	color: #E6E6E6;
	background-image: url(/arch/bg-pie.jpg);
	height: 207px;
	float: left;
	width: 980px;
}
#pie .uno .mapa {
	padding: 11px;
	height: 13px;
	width: 958px;
	float: left;
	background-image: none;
}
#pie .uno .mapa ul {
	margin: 0px;
	padding: 0px;
}
#pie .uno .mapa ul li {
	display: inline;
	padding-right: 4px;
	color: #616161;
}
#pie .uno .mapa ul li a {
	color: #484848;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
}
#pie .bloque-pie {
	display: block;
	padding: 14px;
	float: left;
	width: 196px;
	background-image: url(/arch/bg-pie-bloque.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 20px;
}
#pie .bloque-pie h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#pie .bloque-pie ul {
	margin-left: 16px;
	margin-top: 4px;
}
#pie .bloque-pie ul li {
	margin-bottom: 2px;
}
#pie .bloque-pie ul li a {
	text-decoration: none;
	color: #C3C3C3;
}
#pie .bloque-pie ul li a:hover {
	color: #FFF;
	text-decoration: underline;

}
#pie .bloque-pie a {
	color: #E6E6E6;
}
#pie .dos {
	padding: 20px;
	color: #999;
	float: left;
	width: 940px;
}
#pie .dos a {
	color: #999;
}
#pie .dos a:hover {
	color: #666;
}
#pie .pie-copy {
	text-align: center;
	padding: 10px;
}
.msgOK {
	background-color: #CEFFCE;
	border: 1px solid #008000;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 10px;
	margin-top: 6px;
	margin-right: 5px;
	margin-left: 5px;
	color: #008000;
	font-size: 14px;
}
.msgOK p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.msgKO{
	background-color: #FFD5D5;
	padding: 10px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.msgKO p {
	padding: 0px;
	margin: 0px 0px 0xp 0xp;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
}
.msgKO h2 {
	font-size: 16px!important;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#video-phoenix {
	display:none;
	height: 600px;
	width: 670px;
	position: absolute;
	z-index: 5000;
	top: 0px;
	background-color: #FFF;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow: 0 1px 5px #3A3A3A;
	-webkit-box-shadow: 0 1px 5px #3A3A3A;
	-khtml-box-shadow: 0 1px 5px #3A3A3A;
	-box-shadow:0 1px 5px #3A3A3A;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#3A3A3A, direction=150, strength=3);	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 100px;
}
#cerrar-video{
	float:right;
	width:800px;
	height:40px;
	margin-top:10px;
	margin-right: 20px;
	text-align:right;
	
}
#cerrar-intro {
	cursor: pointer;
	margin-left: 20px;
}
#ver-video{
	cursor: pointer;
}
#object-video {
	float:left;
	margin-left:10px;
}
#fondo-video {
	opacity: 0.35;
	background-color: #666;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display:none;
}

/*************   INDEX NUEVO*******************/

.panel-basico-content #borde{
	font-size:11px;
	border-bottom: 1px solid	#dddddc;
}
.panel-basico .panel-basico-content .content-bloque h4 {
		color: #CC3366;
		font-size:12px;
		margin-top:10px;
		margin-bottom:6px;
}
.panel-basico .panel-basico-content .content-bloque h4 a {
	text-decoration:none;
	color: #CC3366;
}
.panel-basico .panel-basico-content .content-bloque h4 a:hover {
	text-decoration:underline;
	color: #CC3366;
}
.panel-basico-content #borde div a:hover{
	text-decoration:underline;
	color: #CC3366;	
}
.panel-basico .panel-basico-content ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2px;
	padding: 5px;
	padding-left:10px;
	padding-bottom: 6px;
}
.panel-basico-content .content-bloque ul li #tlf{
	font-size:26px;
	font-weight:bold;
	color: #CC3366;
	text-align:center;
}
.panel-basico .panel-basico-content ul li a {
	background-image:url(/arch/arrow.png);
	background-repeat:no-repeat;
	text-decoration: none;
	color: #666;
	padding-left:11px;
}
.panel-basico .panel-basico-content ul li .noflecha {
	background: none;
	padding-left:0px;
}
.panel-basico .panel-basico-content ul li a:hover {
	text-decoration: none;
	color: #000;
}
.label,  ul .title{
	font-weight:bold;
	color:#CC3366;
}
.campo, .area, .select {
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    /*display: block;*/
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
}
.boton_rosa {
    background-color: #CC3366;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    margin-left: 4px;
    padding: 4px 10px;
}

