@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	text-align:center;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #C64F00;
}

img {
 border:0;
 }
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

a:visited	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #C64F00;
	clear:both;
	}

#contenedor {
	width: 800px;
	height: auto;
	margin:auto;
}


/*INICIO DEL HEADER*/

#header {
	background-image:url(../images/bg_header.png);
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	width:800px;
	height:88px;
}

td, tr	{
	border: solid #CCCCCC 1px;
	}

#logo	{
	width: 200px;
	height: 73px;
	padding-top:0px;
	background-image:url(../images/logo.png);
	float:left;
}

#botones_header	{
	float:left;
	width:590px;
	height:auto;
	padding-top:4px;
}

#botones	{
	clear:both;
	width:180px;
	height:auto;
	margin-left:470px;
	text-align:left;
}


#boton	{
	float:left;
	width:60px;
}


#divusuario	{
	width:800px;
	background-color:#FFE4CA;
}


#usuario	{
	float:left;
	width:590px;
	height:18px;
	padding: 8px 5px 5px 5px;
	text-align:left;
	font-weight: bold;
	color: #990000;
	}

#tipo_usuario {
	float:left;
	width:190px;
	height:18px;
	padding: 8px 5px 5px 5px;
	font-weight: bold;
	color: #990000;
	}
/*FIN DEL HEADER*/



/*INICIA MENU*/

#bg_menu	{
	clear:both;	
	background-image: url(../images/bg_menu.png);
	background-repeat:repeat-x;
	width:790px;
	height:63px;
	padding: 5px 5px 5px 5px;
	
}

#menus {
	text-align:center;
	float:left;
	width: 70px;
	height: 45px;
}	

#menu_div	{
width:790px;
height:20px;
clear:both;
}

.tr	{
	background: #FF9900;
	height:16px;
	border:#333 1px solid;
	text-align:center;
	color:#000000;
	font-family:"Arial";
	font-size:14px;
	}

.td	{
	text-align:center;
	}

#text_menus {
	text-align:center;
	float:left;
	width: 70px;
	height: 20px;
}


/*AREA DE FOOTER*/


#footer {
	font-size:14px;
	background: #999999 url(../images/bg_footer.png) repeat-x; 
	width:800px;
	height:75px;
	padding-top:10px;
	text-align:center;
	margin:0px;
}

/*TERMINA FOOTER*/


/* IMPRESION COTIZACION */

#impr_contenido	{
	width:810px;
	height:auto;
	background:#FFFFFF;
	border-color:#666666;
}

#impr_header {
	width:850px;
	background-image:url(../images/cabeza.gif);
	background-repeat:no-repeat;
	height:100px;

}

.td_back	{
	background:#CCCCCC;
	border-bottom:#000000 1px solid;
}

.td_line	{
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

.tr_back	{
	border-bottom:#000000 1px solid;
}

.table_back	{
	border:#000000 1px solid;
}

.titulo	{
	text-align:justify;
	font-size:14px;
	font-family:arial;
	color:#000000;
}

.supertitulo	{
	text-align:justify;
	font-size:16px;
	font-family:Arial;
	color:#000000;
	font-weight: bold;
}


/*TOOLTIPS*/

#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 1.1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}


/*GASTOS GASTOS*/

#eventos {
	height:30px;
	text-align:right;
	padding:4px;
	border-bottom:#CCC 2px dashed;
	
}

.derecha {
	text-align:right;
	}

#eventos ul{
	margin:0px;
	padding-left:30px;
}

#eventos ul li {
	float:left;
	list-style-type:square;
	color:#900;
	font-size:14px;
	margin-left:35px;
}


/*comprobaciones*/

#caja1	{
	clear:both;
	width:50%;
	overflow:hidden;
	float:left;
}

#caja2	{
	width:50%;
	overflow:hidden;
	height:auto;
	float:right;
}

caption {
	background:#F8F1F1;
	border-top:1px solid #CCC;
	font-size:14px;
	color:#900;
	font-weight:bold;
}
