body {
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
	text-align: justify;
}
h2 {
	color: #9f9f9f;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
ul {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a {
	color: #003399;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}
img {
	border: 0;
}

/**** Main Container ***/
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/**** Top ***/
#subtop {
	background: #FFF url(../img/top_bg.gif) fixed;
	width: 100%; height: 88px;
	position: fixed;
	top: 0; left: 0;
	z-index: 1;
}

#top {
	width: 1000px;
	height: 88px;
	color: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 2;
	top: 0;
}
#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 28px;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top: 33px;
	display: block;
	float: left;
	background: url(../img/bg_t.gif) no-repeat;
	padding-left: 10px;
}
#top h2 a {
	color: white;
	text-decoration: none;
}

/**** Main Menu ***/
#menu {
	display: block;
	float: right;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}
#menu li a {
	display: block;
	padding: 55px 20px 14px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
* html #menu a {
	width: 1%;
}
#menu li a:hover {
	background: url(../img/bg_menu.gif);
}
#menu li a.current {
	letter-spacing: 1px;
	background: url(../img/bg_menu.gif);
}
#menu li a.current:hover {
	color: #fff;
}

/**** Content Container ***/
#content {
	width: 100%;
	padding: 100px 0 40px 0;
	position: relative;
	z-index: 0;
}
#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}
#content h3 {
	font-size: 10px;
	font-weight: normal;
	margin: -8px 0 0 0;
}

/**** Content ***/
#left {
	width: 680px;
	float: left;
	display: block;
	display: inline;
}
#left ul {
	padding: 15px 0 15px 35px;
	margin: 0;
}
#left li {
	margin-bottom: 5px;
}
#left form {
	text-align: right;
	font-size: 11px;
}
#left .error {
	margin-top: 10px;
	background: #EDB8B8;
	border: 1px solid #990000;
}
#left .info {
	margin-top: 10px;
	background: #D1EFD3;
	border: 1px solid #006633;
}
#left .error p, #left .info p {
	text-align: center;
}

#left .tabla {
	border: 1px solid #E1E1E1;
	width: 100%;
	margin-bottom: 15px;
}

#left .tabla .cabecera, #left .tabla .pie {
	font-size: 10px;
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1;
}

#left .tabla .pie {
	border: 0px;
	text-align: right;
	font-size: 12px;
}
#left .tabla .titulo, #left .tabla .titulo_txtarea {
	text-align: right;
	border-bottom: 1px solid #E1E1E1;
}
#left .tabla .titulo_txtarea {
	padding-top: 8px;
	vertical-align: top;
}
#left .tabla td {
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
	vertical-align: top;
}
#left .tabla td input, #left .tabla td textarea, #left .tabla td select {
	width: 100%;
	border: 0 none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
#left .tabla td input.borde, #left .tabla td textarea.borde, #left .tabla td select.borde {
	border: 1px solid #E1E1E1;
}

#left .tabla td input.sube {
	position: relative;
	top: -6px;
}

#left .tabla td textarea {
	height: 100px;
}
#left .opciones {
	margin-top: 15px;
	float: right;
}
#left .producto_img {
	float: left;	
	border: 1px solid #999999;
	background: #FFFFFF;
	margin: 4px; padding: 5px;
	width: 202px;
}
#left .producto_img img {
	border: 1px solid #999999;
	margin-bottom: 10px;
}

/**** Sidebar ***/
#right {
	width: 315px;
	float: right;
	display: block;
	margin-top: 10px;
}
#right .box {
	width: 280px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding: 0 10px 5px 10px;
	float: right;
	margin-bottom: 5px;
}
#right .box h2 {
	font-size: 14px;
	margin: 8px 0 0 0;
	padding: 0 0 5px 0;
}
#right .box a {
	margin: 10px 0 10px 0;
	color: #003399;
	font-size: 11px;
}
#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}
#right .box ul {
	padding: 0 0 7px 20px;
	margin: 10px 0 10px 0;
}
#right .box li {
	margin-top: 5px;
	list-style-image: url(../img/bullet.gif); 
}
#right .box form {
	text-align: right;
	font-size: 11px;
}

#right .box input {
	text-align: left;
	width: 274px;
}
#right .login input {
	width: 200px;
}

#right .box .expandir {
	float: right;
}

#right .error {
	background: #EDB8B8;
	border: 1px solid #990000;
}
#right .info {
	background: #D1EFD3;
	border: 1px solid #006633;
}
#right .error p, #right .info p {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 3px 0;
}

#right .box .fecha {
	text-align: left;
	width: 134px;
	float: right;
	padding: 3px;
	margin-bottom: 5px;
}
#right .box .fecha input {
	width: 102px;
}


/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

/**** Footer ***/
#footer {
	background: #FFFFFF;
	margin: 40px auto 0 auto;
	border-top: dotted 1px gray;
	padding: 5px 0;
	width: 100%;
	position: fixed;
	bottom: 0px; left: 0px;
	z-index: 10;
}

#footer p {
	text-align: center;
	font-size: 9px;
	margin: 0px;
	padding: 0;
}

.muy_rojo {
	background-color: #FF7174;
}

.rojo {
	background-color: #FFE6E6;
}

.verde {
	background-color: #E2FDE1;
}

.urgente {
  font-weight: bold;
  background-color: #FBFCA2;
}

/**** trampa file input ****/

input.styledFile {
	padding: 4px;
	color: #000;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}

input.file {
	width: 100%;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#mini_buscador{
	width: 285px;
	height: 30px;
	background: #FFF url(../img/top_bg.gif) fixed;
	padding: 10px;
	position: fixed;
	top: 0; left: 0;
}
#mini_buscador input{
	margin-top: 10px;
	width: 280px;
}

#mini_buscador_900 {
	width: 885px;
	height: 30px;
	background: #FFF url(../img/top_bg.gif) fixed;
	padding: 10px;
	position: fixed;
	top: 0; left: 0;
}
#mini_buscador_900 input{
	margin-top: 10px;
	width: 875px;
}

#mini_resultados {
	width: 280px;
	padding: 60px 10px 10px 10px;
	min-height: 400px;
}
#mini_resultados li, #mini_resultados_900 li {
	margin: 2px 2px 2px 10px;
	list-style-image: url(../img/bullet.gif); 
	font-size: 11px
}

#mini_resultados_900 {
	width: 880px;
	padding: 60px 10px 10px 10px;
	min-height: 400px;
}

#mini_resultados_900 .tabla {
	border: 1px solid #E1E1E1;
	width: 100%;
	margin-bottom: 15px;
}

#mini_resultados_900 .tabla .cabecera, #mini_resultados_900 .tabla .pie {
	font-size: 10px;
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1;
}

#mini_resultados_900 .tabla .pie {
	border: 0px;
	text-align: right;
	font-size: 12px;
}
#mini_resultados_900 .tabla .titulo, #mini_resultados_900 .tabla .titulo_txtarea {
	text-align: right;
	border-bottom: 1px solid #E1E1E1;
}
#mini_resultados_900 .tabla .titulo_txtarea {
	padding-top: 8px;
	vertical-align: top;
}
#mini_resultados_900 .tabla td {
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
	vertical-align: top;
}
#mini_resultados_900 .tabla td input, #mini_resultados_900 .tabla td textarea, #mini_resultados_900 .tabla td select {
	width: 100%;
	border: 0 none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
#mini_resultados_900 .tabla td textarea {
	height: 100px;
}

#selector_facturacion{
	width: 700px;
	height: 65px;
	background: #FFF url(../img/top_bg.gif) fixed;
	padding: 10px;
	position: fixed;
	top: 0; left: 0;
}
#selector_facturacion select{
	margin: 10px 0 5px 0;
	width: 680px;
}
#selector_facturacion .boton{
	padding: 0 20px;
	text-align: right;
	color: #FFFFFF;
}

#selector_facturacion .boton a{
	color: #FFFFFF;
}