	@charset "utf-8";
	.MenuL1_Item{
		
		font-family: Helvetica;
		font-size: 12px;
		color: #FFFFFF;
		border:0px;
		border-left: 1px;
		border-color: #FFFFFF;
		border-style: solid;
		padding-top:0px;
		padding-bottom:0px;
		padding-left: 4px;
		padding-right: 4px;
		white-space: nowrap;
		
	
	}

	.MenuL2_Item{
		
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		border:0px;
		border-left: 1px;
		border-color: #FFFFFF;
		border-style: solid;
		padding-top:0px;
		padding-bottom:0px;
		padding-left: 4px;
		padding-right: 4px;
		white-space: nowrap;
	
	}

	.MenuL3_Item{
		
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		border:0px;
		border-left: 1px;
		border-color: #FFFFFF;
		border-style: solid;
		padding-top:0px;
		padding-bottom:0px;
		padding-left: 4px;
		padding-right: 4px;
		white-space: nowrap;
	
	}
		
	.MenuDvL1{
		clear: both;
		background-color: #0060B8;
		width: 882px;
		margin-top: 5px;
		float: left;
		padding-left: 18px;
		list-style:none;
		font-size:1.2em;
		z-index:1000;
		position:relative;
	}


	a.L1{
		font-family: Helvetica;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

	a.L1:hover{
		font-family: Helvetica;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

	a.L1:visited{
		font-family: Helvetica;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

	a.L2{
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

	a.L2:hover{
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

	a.L2:visited{
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		white-space: nowrap;
	}

/* para el icono de info en el cuadro de mandos */
.marcoTooltip 
{
	background-color: white;
	border: 2px groove #639FD7;
	padding: 5px;
	position:absolute;
	text-align:center;
	width: 200px;
	z-index:1;
}

select
{
	border:1px solid #6691B8;
	background-color:white;
	color:#0060B8;
}

.formulario td
{
	margin: 0px !important;
	padding: 5px !important;
	vertical-align: top;
}

.formulario input{
	padding:0px 2px;
}

/* Los selectores de atributos no funcionan en IE6 :( */
.formulario input[type="button"], .formulario input[type="submit"]{
	background-color: white;
	/* background-image: url('/img/comun/fondo-boton.png'); */
	/* background-repeat: repeat-x; */
	/* border-color: #b8d7f4;*/
	/* padding: 2px 10px;*/
	border-width: 0px !important;
	color: #1182C4;
	cursor: pointer;
	font-family: Arial, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 
	text-transform: uppercase;
}

.formulario .inputButton {
	background-color: white;
	/* background-image: url('/img/comun/fondo-boton.png'); */
	/* background-repeat: repeat-x; */
	/* border-color: #b8d7f4;*/
	/* padding: 2px 10px;*/
	border-width: 0px !important;
	color: #1182C4;
	cursor: pointer;
	font-family: Arial, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 
	text-transform: uppercase;
}

/* Los selectores de atributos no funcionan en IE6 :( */
.formulario input[type="text"], .formulario input[type="password"]{
	color: #333333;
	background-color: white;
	width: 149px;
}

.formulario .inputText:disabled {
	background-color: #EFEFEF;
	color: gray !important;
}

.formulario .inputText {
	color: #333333;
	width: 149px;
}

.formulario select{
	width: 155px;
}

.formulario select:disabled{
	border-color: gray;
	color: gray;
}

.formulario label {
	color: #1182C4;
	background-color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.formulario h3 {
	color: #629FD7;
	background-color: white;
	border-bottom: 1px solid #6691B8;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 98%;
}

.formulario .marcoAjax {
	background-color:#EDF4FF;
	color:#0060B8;
	border:1px solid #6691B8;
	cursor:default;
	font-size:13px;
	position:absolute;
	z-index:99;
	width:279px;
}

.formulario .marcoAjaxCargando {
	background-image:url('/img/comun/ajax-loader_big2.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

.formulario option{
	padding-left: 2px;
}

/* Estilos de las pestañas */
#pestanas{
	color: #0A50A0;
}

#pestanas ul{
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#pestanas li{
	float: left;
	padding-left: 10px;
}

#pestanas li div{
	border: 1px solid #82A0C8;
	padding: 8px 8px 4px;
}

#pestanas li div.selected{
	border-color: #82A0C8 #82A0C8 white;
	position: relative;
	z-index: 2;
}

#pestanas li div.clickable{
	background-color: #C8D2F0;
	cursor: pointer;
}

#pestanas li div.clickable:hover{
	text-decoration: underline;
}

#pestanas li div.clickable2{
	background-color: #C8D2F0;
}
.pestanaActiva{
	border: 1px solid #6691B8;
	padding: 10px 10px 30px;
	clear: both;
	position: relative;
	top: -1px;
}

.pestanaInactiva{
	display:none;
}

.pestanaActiva td, .pestanaActiva th
{
	margin: 0px !important;
	padding: 5px !important;
	vertical-align: top;
}

#pestana1, #pestana2, #pestana3, #pestana4, #pestana5{
	color: #1182C4;
}

.tablaCabecera{
	background-color: #0A50A0;
	color: white;
}

.tablaFila1{
	background-color: #C8D2F0;
	color: #0A50A0;
}

.tablaFila2{
	background-color: #82A0C8;
	color: #0A50A0;
}

.marcoMensajes{
	border: 1px solid #82A0C8;
}

.marcoMensajes ul{
	list-style-type:none;
}

.listaExito li{
	background-image:url('/img/comun/check_green.png');
	background-repeat:no-repeat;
	background-position: 8px 7px;
	color: DarkGreen;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 8px 8px 34px;
}

.listaError li{
	background-image:url('/img/comun/delete_red.png');
	background-repeat:no-repeat;
	background-position: 8px 7px;
	color: DarkRed;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 8px 8px 34px;
}

.listaInfo li{
	background-image:url('/img/comun/info.png');
	background-repeat:no-repeat;
	background-position: 8px 7px;
	color: #1182C4;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 8px 8px 34px;
}

/* Estilos del mail de B2C*/
#body-b2c {
font-family: Arial,Helvetica,sans-serif;
background-image:url('http://seurpre.seur.com/img/comun/fondoMailB2C.png');
background-repeat:repeat-x;
text-align:center;
width:99%;
}

#body-b2c .principal{
background-color:white;
width: 600px;
margin: 0 auto;
border:solid 2px #82A0C8;
padding:20px;
text-align:left;
}

#body-b2c h3 {
background-color:white;
border-bottom:1px solid #6691B8;
color:#629FD7;
font-weight:bold;
margin-bottom:10px;
margin-top:15px;
width:100%;
}

#body-b2c p {
font-size:0.7em;
margin-top:11px;
}

#body-b2c a {
color:#0A50A0;
}

#body-b2c a:hover {
color:#82A0C8;
}

.azulClaro{
color:#C8D2F0;
}
.azulMedio{
color:#82A0C8;
}
.azulOscuro{
color:#0A50A0;
}

#body-b2c .logo{
background-image:url('http://seurpre.seur.com/img/es/logo.gif');
background-repeat:no-repeat;
height:30px;
padding-bottom:20px;
width:100%;
}

#body-b2c .fondoCajas{
background-image:url('http://seurpre.seur.com/img/es/banner-enviar.gif');
background-repeat:no-repeat;
height:108px;
padding-bottom:20px;
width:100%;
}

#body-b2c .imagenCajas{
background-image:url('http://seurpre.seur.com/img/es/caja_color_v.gif');
background-repeat:no-repeat;
background-position: center center;
height:172px;
padding-bottom:20px;
width:100%;
}

#body-b2c .pie{
font-size:0.55em;
color:#666666;
padding-top:20px;
text-align:center;
}

/* Fin estilos del mail de B2C*/

/*Visualizacion de consultas*/
table.datosParticular tr.odd{
	/*background-color:#009900;*/	
	position: relative;
}
table.datosParticular tr.even{
	background-color:#EBEBEB;
	position: relative;
}
table.datosParticular tr.odd a {
	text-decoration:none;	
	/*background-color:#009900;*/
}
table.datosParticular tr.even a {
	text-decoration:none;
	/*background-color:#009900;*/
}
table.datosParticular {width:580px; padding-bottom:2px; border-bottom:1px solid #ECE8E8;}
table.datosParticular2 {width:380px; padding-bottom:2px; border-bottom:1px solid #ECE8E8;}
	
table.datosParticular th, table.datos2Particular th {
	width:580px; 
	padding-bottom:2px; 
	border-bottom:1px solid #ECE8E8;
	/*padding:5px;*/
	font-weight:bold;
	font-size:120%;
	height:24px;
	background-color:#D5E6FE;
	border-bottom:2px solid #FFFFFF;
}

table.datosParticular td, table.datos2Particular td {
	height:20px;
	font-size:110%;	
	text-align: center;
	/*min-width: 75px;
	padding: 5px;*/
	}
.anchoColumna
{
	white-space:nowrap;
}
/*Fin visualizacion de consultas*/