
#contenedor {
	width: 990px;
	margin: auto;
	box-shadow: 0 0 3px #000;
	background-color: #fff; 
}
#header {
	height: 93px;
	background-image: url("../img/bg/bgheader.png");
	border-bottom: 1px solid #142029;
}
#header h1 {
	padding-left: 125px;
	margin: 0;
	color: #fff;
	font-size: 16pt;
	letter-spacing: 0;
	height: 93px;
	line-height: 93px;
	text-shadow: 2px 2px #000;
	background-image: url("../img/mediavanz.png");
	background-position: 20px center;
	background-repeat: no-repeat;
}
#menutop {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #263849;
	border-top: 1px solid #365169;
	border-bottom: 2px solid #142029;
}
#menutop li {
	display: inline-block;
}
#menutop li a {
	display: inline-block;
	color: #fff;
	padding: 10px;
	font-size: 9pt;
	text-decoration: none;
	border-left: 1px solid #365169;
	border-right: 1px solid #142029;
}

#menutop li a:hover {
	background-color: #142029;
}
#content {
	border-top: 2px solid #365169;
	padding: 0;
}
#content h2 {
	background-color: #ebebeb;
	border-bottom: 1px solid #365169;
	line-height: 40px;
	font-size: 12pt;
	padding-left: 15px;
	font-style: italic;
	margin: 0;
	margin-bottom: 15px;
}
#content h2 img {
	max-height: 30px;
	vertical-align: middle;
}
#footer {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ccc;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* CAJAS ESTANDARD */
.box {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: top;
}
.box .subbox {
	padding: 10px;
}
.box h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 10pt;
	color: #555;
	line-height: 30px;
	background-color: #ebebeb;
	border-bottom: 1px solid #bbb;
	padding-left: 10px;
}
.box h4, .box h5 {
	margin-top: 0;
	margin-bottom: 10px;
}
div.small {
	width: 100px;
	margin-top: 200px;
}
div.side {
	width: 190px;
	margin-top: 10px;
}
div.medium {
	width: 350px;
}
div.big {
	width: 100%;


}
div.superbig {
	width: 100%;
	

}
div.wide {
	width: 100%;


}

/* PRODUCTOS */
.producto {
	display: inline-block;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 18px;
}
.producto a {
	display: block;
}
.producto img {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* MENU CAJAS */

ul.boxmenu {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style-type: none;
}
ul.boxmenu li {

}
ul.boxmenu li.naranja a {
	
background-color: #f47321;

	font-size: 30px!important;

}
ul.boxmenu li a {


	text-decoration: none;
		
	color: #fff;
	display: inline-block;
	padding: 10px 0px 10px 10px;
	width: 180px;

}
ul.boxmenu li.naranja a:hover {
	background-color: #e36a1d;
	background-image: url("../images/flechan.jpg");
	background-position: right;
	background-repeat: no-repeat;

}
ul.boxmenu li a:hover {
	background-color: #2574c1;
	background-image: url("../images/flecha.jpg");
	background-position: right;
	background-repeat: no-repeat;

}
ul.boxmenu li a img {

	float: right;
	padding-right: 20px;
	vertical-align: middle!important;

}
ul.boxmenu li.naranja a img {

	float: right;
	padding-right: 20px;
	vertical-align: middle!important;

}

/* TABS */
ul.tabs {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: -5px;
	height: 25px;
}
ul.tabs li {
	float: left;
	border: 1px solid #ccc;
	background-color: #ccc;
	border-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.tabs li.selected {
	background-color: #fff;
}
ul.tabs li.selected a {
	font-weight: bold;
}
ul.tabs li a {
	display: inline-block;
	color: #555;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
}
/* TOOLBAR */
.toolbar {
	padding: 5px;
}


/* TABLAS */
table {
	width: 100%;
	border-collapse: collapse;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: 15px;
}
th {
	font-size: 9pt;
	padding: 3px;
	padding-left: 15px;
	padding-right: 6px;
	background-color: #368ee0;
	border: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: left;
	background-position: -4px center;
	background-repeat: no-repeat;
	color: #fff;
}
th.header {
	cursor: pointer;
	background-image: url(../img/icons/sortable.gif);
}

th.small {
	width: 50px;
}
th.headerSortUp { 
    background-image: url(../img/icons/asc.gif); 
} 
th.headerSortDown { 
    background-image: url(../img/icons/desc.gif); 
} 
th.centrado {
	background-image: none!important;
	cursor:default;
	padding-left: 6px;
	width: 50px;
}
tr.resaltada {
	background-color: #f0f3f7;
}
td {
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #ddd;
	color: #3b3b3b;
	font-size: 9pt;
}
td.numeric, th.numeric {
	text-align: right;
}
td.centrada {
	text-align: center;
}
th img, td img {
	vertical-align: middle;
}
tr:hover {
	background-color: #e5f2ff; }


td a img {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

/* PAGINACION */
.navbar {
	width: 80%;
	padding: 2px;
	margin: auto;
	margin-top: -10px;
	height: 16px;
	text-align: center;
	font-size: 8pt;
	line-height: 16px;
}
.navbar a {
	display: inline-block;
	
	vertical-align: top;
}
.navbar a.next {
	float: right;
	padding-right: 5px;
}
.navbar a.prev {
	float: left;
	padding-left: 5px;
}
.navbar a img {
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
}

/* FORMULARIO */
ul.form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.form li {
	margin-bottom: 7px;
}
ul.form li label {
	display: inline-block;
	width: 50px;
	text-align: right;
	padding-right: 5px;

	 }
}
ul.form li label.autosize {
	width: auto!important;
}
ul.form li input, ul.form li select, ul.form li textarea, table tr td input {
	border: 1px solid #ccc;
	background-color: #f0f3f7;
	padding: 3px;
}
ul.form li select {
	margin-left: 4px;
}
ul.form li input.radio {
	width: 20px;
}
ul.form li input {
	width:150px;
	margin-left:15px!important;
	border-radius: 2px;
}
ul.form li input.muycorto {
	width: 20px;
}
ul.form li input.corto, table tr td input.corto {
	width: 50px;
}
ul.form li input.largo, ul.form li textarea.largo {
	width: 50%;
}
ul.form li textarea.largo {
	height: 100px;
}
ul.form li textarea {
	vertical-align: top;
}
ul.form li input.medio {
	width: 100px;
}






ul.form li input.boton {
	float: right;
	margin-top: 0px;
	margin-right:15px!important;
	margin-bottom: 15px;
	width: 100px;
	border: 1px solid #000;	
	border-radius: 3px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background-color: #118e11;
}
ul.form li input.cancel {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background-color: #b90707;

}
.subform {
	padding-left: 10px;
}
ul.form li ul.inline {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.form li ul.inline li {
	width: 350px;
	float: left;
}
ul.form li ul.inline li label {
	display: inline;
}
.selectanio {
	position: absolute;
	top: 194px;
	margin-left: 590px;
}
ul.form li .minitext{
	color: #888;
	font-size: 8pt;
}
input.numeric {
	text-align: right!important;
}
.colform {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.clear {
	clear: both;
}


/* MENSAJES */
.mensaje {
	position: absolute;
	width: 900px;
	margin-left: 41px;
	top: 121px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: none;
}
.ok {
	background-color: #fff;
	border: 2px solid green;
}
.error {
	background-color: #fff;
	border: 2px solid red;
}

/* USER DATA */
.userdata {
	position: absolute;
	width: 200px;
	margin-left: 780px;
	text-align: right;
	top: 5px;
}
.userdata ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ddd;
}
.userdata ul li {
	margin-top: 5px;
	margin-bottom: 10px;
}
.userdata a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #ddd;
	text-decoration: none;
}
.userdata a img {
	vertical-align: middle;
	border: 0;
}
.userdata a:hover {
	color: #fff;
}
/* LOGIN */
#login {
	background-image: url("../images/login-logo.png");
	height:432px;
	position: absolute;
	margin-top:200px;
	left: 50%;
	width: 432px;
	
	margin-top: 30px;
	margin-left: -216px;

}
#login label {
	color: #58585a;
}
#login .boton {
	background-color: #ccc;
	color: #000;
	margin: 0;
	margin-top: 10px;
}
#login form {
	width:250px;
	padding-top:220px;
	margin: auto;
}

/* GENERAL */
.minifont {
	font-size: 8pt;
}
.inlineblock {
	display: inline-block!important;
}
.centrado {
	text-align: center!important;
}
img {
	border: 0;
}
a {
	color: 	#142029;
}

a.boton {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	background-color: #ccc;
	border-radius: 3px;
	color: #000;
	
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.oculto {
	display: none;
}

/* TARIFICADOR */
.detalleVida {
}
.detalleVida ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.detalleVida ul li {
	color: #364C61;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 44px;
	padding-right: 10px;
	
	background-image: url(../img/checked.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.minimizada {
	display: none;
}
.colVida h2 {
	font-size: 20pt!important;
}
