/********************************************
*	   principal.css - tuRecibo.com 		*
*********************************************
*     Estilos visuales del generales.  		*
********************************************/


/********************
| 	  ESTÁNDAR		|
********************/
body {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background-color: #000;		/* Blanco */
	/*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
}

.wrapper {
	width: 1250px;
	margin: auto;
	text-align: center;
}

/********************
| 	   CABEZAL		|
********************/
#header {
	width: 100%;
	background-color: #015697;
	/*height: 65px;*/
	/*background: url(/media/header/bground_bar_1px.jpg) transparent repeat-x;*/	
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
	/* Sombra inferior */
	/*box-shadow: 0 1px 12px #808080;
	-moz-box-shadow: 0 1px 12px #808080;
	-webkit-box-shadow: 0 1px 12px #808080;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=180, Strength=8);*/
	/*-----------------*/
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;
}
#subheader {
	/*width: 100%;*/
	background-color: transparent;
	height: 65px;
	text-align: right;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;
}
#subheader .user_data {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004071;
}
#subheader .user_data a {
	color: #3c85bd;
}
#subheader .user_data a:hover {
	color: #2d6896;
	text-decoration: none;
}

/********************
| 	 MENÚ CABEZAL	|
********************/
#logo_header {
	height: 65px;
	margin: 0;
	float: left;
	border: 0;/*1px solid steelblue;*/
	/*border-right: 2px solid #013166;*/
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;
	background: url(../media/header/bg_head_logo.jpg) transparent repeat-x center bottom;
}
#logo_header:hover {
	box-shadow: inset 0 0 4px steelblue;
}

#turecibo_logo_header {
	/*float: right;*/
	position: absolute;
	right: 20px;
	top: 15px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;
}

#menu_header {
	float: left;
}

#menu_header ul {
	list-style: none;
}

#menu_header ul li {
	float: left;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	font-family: Tahoma;
	/* Sombra Texto */
	text-shadow: 1px 1px 0 #333;
	-moz-text-shadow: 1px 1px 0 #333;
	-webkit-text-shadow: 1px 1px 0 #333;
	/*--------------*/
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;	
}

#menu_header ul li a{
	display: block;
	padding: 22px;
	/*****************/
	padding-left: 13px;
	padding-right: 13px;
	/*****************/
	color: white;
	text-decoration: none;
}
	


#menu_header ul li:hover {
	/*background-color: #013166;*/
	/*text-shadow: 1px 1px 0 #999;*/
}

#menu_header .sel {
	background-color: #013a78;
	/* Sombra Interior */
	box-shadow: inset 0 0 7px #333;
	-moz-box-shadow: inset 0 0 5px #333;
	-webkit-box-shadow: inset 0 0 5px #333;
	/*-----------------*/
}

/********************
| 	   CONTENT		|
********************/
#content {

}

/********************
| 	    TABLE		|
********************/
.pagetitle {
	height: 55px;
	margin: 0 50px;
	background: url(../media/table/title_bg_1px.png) repeat-x;
}

.pagetitle #left {
	height: 55px;
	background: url(../media/table/title_corner_left.png) transparent no-repeat;
	width: 11px;
	display: block;
	float: left;
}

.pagetitle #right {
	height: 55px;
	width: 49px;
	background: url(../media/table/title_corner_right.png) transparent no-repeat;
	display: block;
	float: right;
}

.pagetitle #right_subir {
	height: 55px;
	width: 45px;
	background: url(../media/table/title_corner_right_upload.png) transparent no-repeat;
	display: block;
	float: right;
}

.pagetitle #right_mantenimiento {
	height: 55px;
	width: 48px;
	background: url(../media/table/title_corner_right_maintenhance.png) transparent no-repeat;
	display: block;
	float: right;
}

.pagetitle #title {
	font-size: 20px;
	color: #FFF;
	font-weight: none;
	font-family: Tahoma, Arial, Lucida Grande;
	float: left;
	margin: 19px;
}

.pagebox {
	background-color: #004375;
	margin: 0 50px;
	border-left: 1px solid #9cadb9;
	border-right: 1px solid #d0d0d0;
}

.pagenull {
	border-left: 1px solid #B3C7D2;
	border-right: 1px solid #B3C7D2;
	margin: 0 50px;
}

.pagelighten {
	border-left: 1px solid #B3C7D2; 
	border-right: 1px solid #B3C7D2;
	margin: 0 50px;
	text-align: center;
	background-color: #eaf4fd;
	border-top: 1px solid #a7cae2;
	border-bottom: 1px solid #a7cae2;
	vertical-align: middle;
	padding: 15px 0 0;
}

.pagecontent {
	border-left: 1px solid #B3C7D2;
	border-bottom: 1px solid #B3C7D2;
	border-right: 1px solid #B3C7D2;
	margin: auto;
	margin: 0 50px;
	/* Redondeado */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/*------------*/
	position: relative;
	padding: 8px;
}

.pagelink {
	font-family: Tahoma, Lucida Grande;
	color: #349cd2;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.pagelink:hover {
	color: #4fb5e8;
	text-decoration: none;
}

.pagebutton {
	background: url(../media/table/btn.png) transparent no-repeat center center;
	width: 92px;
	height: 25px;
	display: block;
	vertical-align: middle;
	color: #349bd0;
	padding-top: 6px;
}
.pagebutton:hover {

}

#title_page {
	margin: auto;
	text-align: center;
	background-color: steelblue;
	color: white;
	font-size: 14px;
	margin-bottom: 20px;
	width: 80%;
	padding: 5px 3px 3px;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20) inset;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-htm-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 5ms;
}

.boton-volver {
	float: left;
	margin-left: 10%;
	margin-right: -162px;
}

/********************
| 	 FORMULARIO		|
********************/
.form_der {
	text-align: right;
	padding-right: 15px;
	color: #4a80a9;
	font-size: 12px;
}
.form_izq {
	text-align: left;
}
.formulario tr td {
	height: 15px;
	vertical-align: middle;
}

/********************
| 	 RESULTADOS		|
********************/
#restitle {
	background: url(../media/table/title_bg_1px.png) #3399ce repeat-x;
	height: 55px;
	width: 880px;
	margin: -6px -3px -4px -3px;
}

/********************
| 	 	TABLA		|
********************/
.tabla {
	margin: auto;
	border-radius: 5px;
}
.tabla td {
	padding: 3px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.tabla tr.tdt {
	font-weight: bold;
	font-size: 11px;
	background-color: #DDDDDD;
	color: steelblue;
}

.tabla input[type="text"] {
	width: 100px;
	margin: 0;
}

.tabla select {
	width: 112px;
	margin: 0;
}

/********************
| 	   BANDEJA		|
********************/
/*#documentinfo div {
	font-size: 13px;
}*/

#trash_empty {
	background: url(../media/bandeja/empty_trash_tr.png) #e6f5fd no-repeat 23px 50%;
	padding: 40px 20px 40px 110px;
	border: 1px solid #d2e9f4;
	/* Redondeado */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*------------*/
}

#trash_empty p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #6c96b6;
	font-size: 14px;
}

.btn-firma-conf {
	background: url(../media/bandeja/btn_conforme.png) transparent no-repeat center center;
	width: 134px;
	height: 25px;
	display: block;
	padding-top: 7px;
	color: #1fb213;
}
.btn-firma-conf:hover {color:#0a7e00;text-decoration:none;}

.btn-firma-noconf {
	background: url(../media/bandeja/btn_disconforme.png) transparent no-repeat center center;
	width: 134px;
	height: 25px;
	display: block;
	padding-top: 7px;
	color: #c07f7f;
}
.btn-firma-noconf:hover {color:#aa5656;text-decoration:none;}

/********************
| 	 DETALLE DOC	|
********************/
#content_detalle {
	margin: 8px 30px;
}

#simple {
	width: 100%;
	height: 33px;
	vertical-align: middle;
	float: left;
	margin: 8px 10px 0 0;
	color: #014b84;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet, sans-serif;
}

#title.detalle {
	width: 100%;
	height: 33px;
	background: url(../media/detalledoc/title_bar_centro.png) #dfdfdf repeat-x center bottom;
	vertical-align: middle;
}

#title.detalle #izq {
	float: left;
	width: 9px;
	height: 33px;
	background: url(../media/detalledoc/title_bar_izq.png) transparent no-repeat left top;
}
#title.detalle #der {
	float: right;
	min-width: 9px;
	height: 33px;
	background: url(../media/detalledoc/title_bar_der.png) transparent no-repeat right top;
	padding: 9px 9px 0 0;
}
#title.detalle #text {
	float: left;
	margin: 8px 10px 0 0;
	color: #014b84;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet, sans-serif;
}
#menu.detalle {
	width: 100%;
	text-align: left;
	padding: 20px 5px 0;
}
#menu.detalle ul {
	list-style-type: none;
}
#menu.detalle ul li {
	font-family: Trebuchet, sans-serif;
	margin-bottom: 3px;
}
#menu.detalle ul li a {
	font-size: 12px;
	font-weight: bold;
	color: steelblue;
	padding: 3px;
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-htm-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 2ms;
}
#menu.detalle ul li a:hover {
	background-color: #dfdfdf;
	/*color: white;*/
	border-radius: 4px;
	text-decoration: none;
}
#menu.detalle ul li a img {
	margin: 0 5px -3px 0;
}
#data.detalle {
	margin: 20px 0 20px 20px;
	background-color: #e8f7f9;
	padding: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#data.detalle table td {
	text-align: left;
	padding: 4px;
	color: #8f8f8f;
}
#data.detalle table td.i {
	text-align: right;
	font-weight: bold;
	color: #616161;
}
#descarga.detalle {
	bottom: 0%;
	margin: auto;
}
#descarga.detalle a#icon {
	text-decoration: none;
}
#descarga.detalle a#icon:hover {
	opacity: 80%;
}

#info.detalle {
	margin: 20px;
}
#info.detalle table td {
	text-align: left;
	padding: 4px;
	font-size: 14px;
	color: #8f8f8f;
}
#info.detalle table td.i {
	text-align: right;
	font-weight: bold;
	color: #014e88;
}
#info.detalle ul {
	list-style-type: none;
	text-align: left;
}
#info.detalle ul li {
	padding: 4px;
	font-size: 14px;
	color: #8f8f8f;
}
#info.detalle ul li span {
	text-align: right;
	font-weight: bold;
	color: #014e88;
	padding-right: 8px;
}

/*#lista_obs.detalle {
	padding: 20px;
}
*/
/****************************
| 	 BOX para forms e info	|
*****************************/

.box_title{
	border-right:1px solid #B3C7D2;
	border-left:1px solid #B3C7D2;
	border-top:1px solid #B3C7D2;
	margin: auto;
	background-color:#EAF4FD;
	color:#2e6e9e;
	width: 50%;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	padding-bottom:1%;
	padding-top:1%;
}

.box_body{
	border:1px solid #B3C7D2;
	margin: auto;
	width: 50%;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	position:relative;
	padding-bottom:1%;
	padding-top:1%;
}
