﻿html {
	overflow-y: scroll;
	height: 100%;
}

body{
	background-color: #ededef;
	height: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #002f67; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #002f67;
}

H1
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
}

#site{
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-color: #FF00FF;
	border-style: solid;
}

#header{
	border-width: 0px;
	border-color: #FF0000;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg_cabecera.png');
	background-repeat: repeat-x;
}

#mainframe{
	/*overflow: auto;*/
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: #FF0000;
	border-style: solid;
	background-color: #F8F8F8;
}

#footer{
    width:100%;
    margin:auto;
    left:0;
    bottom:0;
    height:30px;
    background:#b1b2b4;
}

form{
	margin:0px;
}

ol{
	margin-top:0px;
	margin-bottom:0px;
}

.enlace{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #dd1e19;
}

.titulo{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #dd1e19;
}

.gris{
	color: #4A4A4A;
}
.imagenListado{
	border:solid 0px #000000;
}

.caracDest
{
	border-bottom:solid 1px #c4c4c4;
}

.separador-celdas
{	
	width:17px;
	background-image: url('/templates/default/images/bg_separador_celdas.png');
}

.sombraIzq{
	background-image: url('images/sombraIzq.png');
	background-repeat: repeat-y;
	width:20px;
}
.sombraDer{
	background-image: url('images/sombraDer.png');
	background-repeat: repeat-y;
	width:20px;
}

.campoErroneo{
	font-size: 70%;
	color: #FF0000;
}

#lineaHorizontalGris{
	height:1px;
	background-color:#b1b1b1;
}

.lineaHorizontalGris{
	height:1px;
	background-color:#b1b1b1;
}

.texto{
	font-family: Arial;
	font-size: 9pt;
	color: #282828;
}

.oculto{
	display:none;
}

.derecha{
	float: right;
}

.clearer{
	clear: both;
}

.rojo{
	color:#dd1e19;
}

/*************************************************************************
	ESTILOS PARA LOS ELEMENTOS EN LA BARRA LATERAL IZQUIERDA 
**************************************************************************/
.lateral{
	width:217px;
	/*border:solid 1px #aa0000;*/
	text-align:left;	
	margin-left:15px;
	margin-top:22px;
}

.lateral-catrojo{
	color:#dd1e19 !important;
}

.lateral-seleccionado{
	color:#212121 !important;
	font-weight:bold;
}

.lateral-list-nivel1{
	list-style-type:none;
}

.lateral-list-nivel2{
	list-style-image:url('images/flecha-listado.gif');
	list-style-position: inherit;
	margin-left:17px;
	padding-left:0px;
	padding-right:0px;	
}

.lateral-list-nivel3{
	list-style-type:none;
	list-style-image:url('images/flecha-listado.gif');
	margin-left:5px;
	padding-left: 0px;
	padding-top: 0px;
}

.lateral-titulo1{
	font-family: Trebuchet MS,Arial;
	font-size: 9pt;
	color: #606866;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	margin-left:3px;
	padding-top: 0px;
	margin-top:0px;
}

.lateral-titulo2{
	font-family: Trebuchet MS,Arial;
	font-size: 9pt;
	color: #606866;
	font-weight:bold;
	text-decoration:none;
}

.lateral-titulo3{
	font-family: Trebuchet MS,Arial;
	font-size: 9pt;
	color: #434343;
	text-decoration:none;
}

.lateral-titulo4{
	font-family: Trebuchet MS,Arial;
	font-size: 9pt;
	color: #434343;
	text-decoration:none;
}

.lateral-sinmargen{
	margin-left:3;
	padding-left: 0px;
	padding-top: 0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.volver{
	font-size:8pt;
	font-weight:bold;
	color:#dd1e19;
}

.titulo-idioma{
	color:#000000;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}

.categoria-mant{
	color:#000000;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	padding-right:10px;
	padding-left:3px;

}

.prod-padre-mant{
	color:#bd2121;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	padding-right:10px;
	padding-left:3px;

}
.mod-prod-mant{
	color:#bd2121;
	font-size:12px;
	padding-right:10px;
	padding-left:3px;

}

.mod-mant{
	padding-right:10px;
	padding-left:3px;
	color:#2f2f2f;
	font-size:12px;
}

.idioma{
	padding-right:10px;
	padding-left:3px;
	color:#2f2f2f;
	font-size:12px;
}
