@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Magra:400,700&subset=latin,latin-ext);
/*
	font-family: Magra, sans-serif;
	font-family: 'Yanone Kaffeesatz', sans-serif
*/
/* FONT FACE */
/* FONT FACE */
@font-face {
    font-family: 'neuropolregular';
    src: url('../font_face/neuropol.eot');
    src: url('../font_face/neuropol.eot?#iefix') format('embedded-opentype'),
         url('../font_face/neuropol.woff2') format('woff2'),
         url('../font_face/neuropol.woff') format('woff'),
         url('../font_face/neuropol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'DINLight';
	src: url('../font_face/din/din-light-webfont.eot');
	src: local('â˜º'), url('../font_face/din/din-light-webfont.woff') format('woff'), url('../font_face/din/din-light-webfont.ttf') format('truetype'), url('../font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('../font_face/din/din-regular-webfont.eot');
	src: local('â˜º'), url('../font_face/din/din-regular-webfont.woff') format('woff'), url('../font_face/din/din-regular-webfont.ttf') format('truetype'), url('../font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('../font_face/din/din-bold-webfont.eot');
	src: local('â˜º'), url('../font_face/din/din-bold-webfont.woff') format('woff'), url('../font_face/din/din-bold-webfont.ttf') format('truetype'), url('../font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;

	color: #666666;
}
h1 {
	/*font-family: 'neuropolregular', 'PT Sans', sans-serif;*/
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	font-family: Magra, sans-serif;
	font-size: 26px;
	color: #444444;
	text-decoration: none;
	margin: 0px;
	font-weight:100;
}
h2 {
	font-family: Magra, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #3378FF;
	text-decoration: none;
	margin: 0px;
}
select {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e5;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	height:20px;
	padding:0px;

}
textarea {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e5;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
#cabecera {
	height: 74px;
	background-color:#FFFFFF;
}
#menu {
	background-color:#909fb8;
	height: 30px;
	/*background-color:#444444;*/
	/* IE 6 y 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d2ed', endColorstr='#444444', gradientType='1');
	/* IE 8 y 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d2ed', endColorstr='#444444', gradientType='1')";
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444444), to(#c1d2ed));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(right, #444444, #c1d2ed);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(right, #444444, #b1c7ea);
    /* Opera 11.10+ */
    background: -o-linear-background(right, #444444, #b1c7ea);
    /* IE 10 */
    background: -ms-linear-background(right, #444444, #b1c7ea);
    /* estándar */
    background: linear-background(right, #444444, #b1c7ea);

	vertical-align:bottom;
	text-align:right;
	font-family: Magra, sans-serif;
	font-size: 14px;
	vertical-align:bottom;
}
#contenido {
	/*height: 100px;*/
	background-color:#eaeaea;
	padding: 10px;
}
#pie {
	height: 30px;
	border-top: 2px solid #e6e6e5;
	background-color:#eaeaea;
}
#pieVacio {
	height: 30px;
	background-color:#eaeaea;
}

#pestanas {
	font-family: Magra, sans-serif;
	font-size: 14px;
	/*font-weight:bold;*/
	color: #666666;
	padding: 5px 0px;
}

#pestanas a {
	color: #000;
	padding: 5px;
	text-decoration:none;
	background: #CCCCCC;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top:5px;
}
#pestanas a.sel, #pestanas a.sel:hover {
	background: #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #eaeaea;
	font-weight: bold;
	color: #666666;
}

#pestanas a:hover {
	background: #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #eaeaea;
	color: #666666;
}
#capaFiltro {
	border:2px solid #e6e6e5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 10px;
	margin-top:5px;
}

tr.redondea td:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

}

tr.redondea td:last-child {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.boton {
	font-family: Magra, sans-serif;
	font-size: 14px;
	background: #e6e6e5;
	text-decoration: none;
	color: #444444;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	padding: 0px 15px 0px 15px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.botonOver {
	font-family: Magra, sans-serif;
	background: #0b72b5;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	cursor:pointer;
	border: 0px;
	padding: 0px 15px 0px 15px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
}
.botonRojo {
	font-family: Magra, sans-serif;
	font-size: 14px;
	background: #e6e6e5;
	text-decoration: none;
	color: #444444;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	padding: 0px 15px 0px 15px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.botonRojoOver {
	font-family: Magra, sans-serif;
	background: #FF0000;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	cursor:pointer;
	border: 0px;
	padding: 0px 15px 0px 15px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
}
.cajaBoton {
	font-size: 14px;
	background: #e6e6e5;
	text-decoration: none;
	color: #0b72b5;
	padding: 2px 15px 0px 15px;
}
a.cajaIcono {
	font-size: 14px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
a:hover.cajaIcono {
	background: #0b72b5;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.cajaBoton {
	font-size: 14px;
	background: #e6e6e5;
	text-decoration: none;
	color: #0b72b5;
	padding: 2px 15px 0px 15px;
}
a.cajaBotonSel {
	font-size: 14px;
	background: #0b72b5;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 15px 0px 15px;
}

a:hover.cajaBoton, a.hover.cajaBotonSel {
	background: #0b72b5;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.cajaBoton:hover {
	background: #0b72b5;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}




a.pagBoton {
	font-family: Magra, sans-serif;
	font-size: 14px;
	background: #e6e6e5;
	text-decoration: none;
	color: #444444;
	cursor: pointer;
	border: 0px;
	padding: 2px 10px 4px 10px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
a.pagBotonSel {
	font-size: 14px;
	background: #0b72b5;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	border: 0px;
	padding: 2px 10px 4px 10px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
	font-family: Magra, sans-serif;
}

a:hover.pagBoton, a.hover.pagBotonSel {
	font-size: 14px;
	background: #0b72b5;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	border: 0px;
	padding: 2px 10px 4px 10px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
	font-family: Magra, sans-serif;
}

.marcopublicidad {
	border: 1px solid #44b5d9;
}
a.menugeneral {
	font-family: Magra, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuusuarios {
	font-family: Magra, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menugeneral:hover {
	font-family: Magra, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d5f8ff;
	text-decoration: none;
}
a.menuusuarios:hover {
	font-family: Magra, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e4511d;
	text-decoration: none;
}
.menugeneralselec {
	font-family: Magra, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d5f8ff;
	text-decoration:none;
}
a.menugeneralselec:hover {
	font-family: Magra, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e4511d;
	text-decoration:none;
}
form {
	margin: 0px;
	padding: 0px;
}
.campotexto {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e5;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.campotextoOver {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #3378FF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
}

.lista {

	padding:0px;
	max-height: 100px;
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e5;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}
.listaOver {
	padding:0px;
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #b53231;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b53231;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.5s;

}

.areatexto {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e5;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
.areatextoOver {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #b53231;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.casilla {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
}
.radio {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
}
.txtblanco {
	font-family: Magra, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txtblanco a {
	font-family: Magra, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.txtblanco a:hover {
	font-family: Magra, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.marcocontenido {
	border-top: none;
	border-right: 2px solid #e6e6e5;
	border-bottom: none;
	border-left: 2px solid #e6e6e5;
}
.txtpie {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.enlacepie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e4511d;
	background-color: #FFFFFF;
	border: 1px solid #e4511d;
	max-height:200px;
}
.titulo {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #81a200;
}
.imgazul {
	border: 1px solid #444444;
}
.titdestacado {
	font-family: Magra, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #81A200;
	text-decoration: underline;
}
.titulocita {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #666666;
}
.txtmini {
	font-family: Magra, sans-serif;
	font-size: 11px;
	color: #3378FF;
}
.txtmini a  {
	font-family: Magra, sans-serif;
	font-size: 11px;
	color: #b53231;
	text-decoration:underline;
}
.txtmini a:hover {
	font-family: Magra, sans-serif;
	font-size: 11px;
	color: #b53231;
	text-decoration:none;
}
.txtgeneral {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
}
.txtgeneral a  {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	text-decoration:underline;
}
.txtgeneral a:hover {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
	text-decoration:none;
}
.txtrojo {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.txtrojo a {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.txtrojo a:hover {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.txtazul {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
}
.txtazul a {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
}
.txtazul a:hover {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #444444;
}


.txtverde {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.txtverde a {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.txtverde a:hover {
	font-family: Magra, sans-serif;
	font-size: 14px;
	color: #3378FF;
}
.titlistado {

	font-family: Magra, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #048bb0;
	text-decoration: underline;
}
.paginacion {
	font-family: Magra, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.imgazul {

	border: 1px solid #0DB7D9;
}
#banner_mensajes {
	font-family: Magra, sans-serif;
	border: solid 2px #b53231;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #dff1ba;
	color: #b53231;
	padding: 10px;
	font-size: 14px;
	margin-bottom:20px;
}

#banner_mensajes_error {
	font-family: Magra, sans-serif;
	border: solid 2px #990000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #FFCCCC;
	color: #990000;
	padding: 10px;
	font-size: 14px;
	margin-bottom:20px;
}
fieldset {
	border: 1px solid #3378FF;
	-moz-border-radius: 5px;
	padding: 10px;
	font-family: Magra, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
fieldset legend {
	color: #3378FF;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:3px;
	font-family: Magra, sans-serif;
}
#fieldsetPeq {
	background: #3378FF;
	border: 1px solid #ce9b02;
	-moz-border-radius: 5px;
	padding: 10px;
}
#fieldsetPeq legend {
	color: #3378FF;
	font-size: 14px;
	font-weight: normal;
}
.imagen {
	border: 1px solid #b53231;
}


.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(../imagenes/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(../imagenes/bt.gif) no-repeat bottom}

#orderDataEdit td{ padding: 5px 0; }
.fila_result:hover{ background: #3378FF !important; }
.fila_estados:hover{ background-color: #3378FF !important; }

@media print {
	/* ------------- Estilos sólo presentes en impresora --------- */
/*

	#cabecera {
		background: #FFFFFF;
		background-image: url("images/logo_posydi_blanco.gif");
		background-repeat: no-repeat;
		height: 60px;
	}
	#cabecera {
		background-image: url("images/logoprint.gif");
		background-repeat: no-repeat;
		height: 101px
	}*/
	.noprint {
		display: none;
	}
}
