/*
----------------------------------------------------
TABACON
Style Sheet / Hoja de estilo para pantallas
Autor: Elizabeth Villalobos
16 de marzo, 2006
(c) 2006 metodus IPTI S.A.
----------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5D1 url(images/body.gif) repeat-x center top;
	font-size: 62.5%; 
	text-align: center;
}
html > body { font-size: 10px; }
#container {
	/*background: #FFF url(images/container.gif) repeat-y;*/
	background: transparent;
	margin: 0 auto 20px auto;
	position: relative;
	text-align: left;
	width: 750px;
}
#container .no-border {
	border: 0 !important;
}
#container .no-display {
	display: none !important;
}

/* header styles */

#header {
	background: #FFF url(images/header.gif) repeat-y 0 -4px;
	overflow: hidden;
	position: relative;
	width: 750px;
}
#header h1 {	
	background: #891B04 url(images/header-h1.gif) no-repeat;
	color: #FFF;
	height: 171px;
	left: 525px;
	position: absolute;
	top: 27px;
	width: 199px;
	z-index: 10;	
}
#header h1 span {
	display: none;
}
#header strong {
	color: #8D6425;
	font-weight: bold;
}
#header #sitem {
	background: #FFF;
	height: 27px;
	margin-left: 25px;
	width: 700px;
}
#sitem ul {
	color: #3B5900;
	float: right;
	font: normal 1.0em/1.0em Verdana, san-serif;
	left: -0px;
	position: relative;
	top: 6px;
}
#sitem ul li {
	border-left: #3B5900 1px solid;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-left: 9px;
}
#sitem ul a {
	color: #C1101E;
}
#sitem ul a:hover {
	color: #3B5900;
	text-decoration: none;
}
#sitem h3 {
	color: #3B5900;
	float: left;
	font: normal 1.2em/1.2em Verdana, san-serif;	
	left: 36px;
	position: relative;
	top: 5px;
}
#sitem h3 strong {
	color: #87B035;
}
#sitem h3 em {
	font-size: 1.0em;
	font-style: normal;
}

#header #bg {
	height: 171px;
	margin-left: 26px;
	width: 498px;
}
#header #fg {
	background: url(../images/51.jpg);
	height: 171px;
	width: 498px;
}

#header ul#globalm {
	/*background: #F5F5D0 url(images/globalm.gif) no-repeat;*/
	color: #FFF;
	font: normal 1.4em/40px Georgia, serif;
	height: 40px;
	list-style: none;
	text-align: center;
	width: 750px;
}
ul#globalm li {
	background: #4F7600 url(images/globalm-a.gif) repeat-x;
	color: #FFF;
	display: block;
	float: left;
	left: 26px;
	height: 40px;
	margin-right: 1px;
	position: relative;
	text-decoration: none;
	width: 698px;
}
ul#globalm strong { font-weight: normal; }

/* content styles */

#content {
	background: #FFF url(images/content.jpg) no-repeat left bottom;
	margin-left: 25px;
	overflow: hidden;
	width: 700px;
}
#content #main {
	float: left;
	left: 10px;
	padding-top: 20px;
	position: relative;
	width: 680px;
}
#content.sidebar #main {
	width: 480px;
}
#content #sidebar {
	float: right;
	left: -10px;
	padding-top: 10px;
	position: relative;
	width: 180px;
}
#content ul#localm {
	background: #EEF6DE url(images/localm.gif) repeat-x;
	color: #835711;
	font: normal 1.4em/1.4em Georgia, serif;
	height: 35px;
	margin: 0 0 10px 1px;
	overflow: hidden;
	width: 698px;
}
#content ul#localm li {
	background: none;
	border-left: #3B5900 1px solid;
	float: left;
	list-style: none;
	margin: 5px 10px 5px 0;
	padding-left: 9px;
}
#content ul#localm li a {
	color: #835711;
	font-weight: normal;
	text-decoration: none;
}
#content ul#localm li a:hover {
	color: #3B5900;
}
#content ul#localm li strong {
	color: #3B5900;
}

#content hr {
	border-collapse: collapse;
	border-color: #E9E9C6;
	border-spacing: 0;
	border-style: solid;
	border-width: 0 0 2px 0;
	height: 0;
	padding: 0 0 10px 0;
}
#content kbd {
	color: #C1101E;
	font: normal 1.2em/1.8em Courier, monospace;	
}
#content p {
	font: normal 1.2em/1.8em Verdana, san-serif;
	margin-bottom: 10px;
	text-indent: 10px;
}
#content #main p.comment {
	background: url(icons/comment.gif) no-repeat left;
	margin-left: 15px;
	text-indent: 25px;
}
#content #main p#breadcrumb {
	font-size: 0.9em;
	margin-bottom: 20px;
	text-indent: 0px;
}
#content #main p#breadcrumb strong {
	color: #4F7600;
}
#content #main #mensajeUpload {
	background: #FFFFE8 url(icons/upload.gif) no-repeat 20px center;
	border: 2px solid #669900;
	height: 40px;
	margin-bottom: 15px;
	padding: 5px;
}
#content #main #mensajeUpload p{
	color: #669900;
	font-size: 1.3em;
	padding-top: 8px;
	text-indent: 50px;
}

#content #main .menu {
	margin-left: 70px;
	text-indent: 0px;
}
#content #main li.ok {
	color: #666666;
	font-size: 0.9em;
	list-style-image: url(icons/info.gif);
}
#content #main li.agregar {
	color: #666666;
	font-size: 0.9em;
	list-style-image: url(icons/agregar.gif);
}
#content #main li#agregar_agencia {
	list-style-image: url(icons/agregar_agencia.gif);
}
#content #main li#agregar_documento {
	list-style-image: url(icons/agregar_documento.gif);
}
#content ul, #content ol {
	font: normal 1.2em/1.8em Verdana, san-serif;
	margin-bottom: 10px;
}
#content ul li {
	list-style: disc inside;
	padding-left: 10px;
}
#content ol li {
	list-style: decimal inside;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content ul li ul {
	font-size: 100%;
	margin-bottom: 0;
}
#content h1 {
	font: normal 1.6em/1.8em Georgia, serif;
	margin-bottom: 10px;
}
#content h1:first-letter {
	font-size: 3.2em;
	line-height: 0.9em;
	margin-right: 2px;
}
#content h1 strong {
	font-weight: normal;
}
#content h2 {
	clear: both;
	font: bold 1.8em/1.8em Georgia, serif;
}
#content h3 {
	clear: both;
	font: bold 1.6em/1.8em Georgia, serif;
	text-indent: 10px;
}
#content h2.agencias, #content h3.agencias {
	background: url(icons/agencias.gif) no-repeat left bottom; 
	height: 47px;
	margin-left: 15px;
	margin-top: 15px;
	text-indent: 50px;
}

#content h2.documentos, #content h3.documentos {
	background: url(icons/documentos.gif) no-repeat left bottom;
	height: 47px;
	margin-left: 15px;
	margin-top: 15px;
	text-indent: 50px;
}
#content h2.estadisticas, #content h3.estadisticas {
	background: url(icons/estadisticas.gif) no-repeat;
	height: 47px;
	margin-left: 15px;
	margin-top: 15px;
	text-indent: 50px;
}
#content img {
	border: 1px #690 solid;
	border-collapse: collapse;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	position: relative;
	top: 5px;
}
#content a {
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}
#content strong {
	font-weight: bold;
}
#content .pdf {
	clear: both;
	display: block;
	background: no-repeat url(images/content-a-pdf.gif);
	height: 22px;
	text-indent: 30px;
}
#content form .half-width {
	width: 133px !important;
}

/* main styles */

#main div {
	border-bottom: 2px #E9E9C6 solid;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}
#main p {
	color: #666;
}
#main h1 {
	color: #666;
}
#main h1:first-letter {
	color: #690;
}
#main h1 strong {
	color: #000;
}
#main h2 {
	color: #8D6425;
}
#main h3 {
	color: #3B5900;
}
#main a {
	color: #C1101E;
}
#main a:hover {
	color: #3B5900;
}
#main table {
	background-color: #FFF;
	border-collapse: collapse; 
	border-color: #E9E9C6;
	border-spacing: 0; 
	border-style: solid;
	border-width: 0 2px 2px 2px;
	font: normal 1.2em/1.8em Verdana, san-serif;
	margin: 10px auto 5px auto;
	width: 99%;
}
#main table th {
	background-color: #E9E9C6;
	border-top: #FFF solid 2px;
	color: #835711;	
	font-weight: bold;
	padding: 2px 8px;
	text-align: left;
}
#main table tr:first-child th {
	border-color: #E9E9C6;
}
#main table td {
	border-top: #E9E9C6 solid 2px;
	color: #8D6425;
	padding: 2px 8px;
}
#main table td input.button{
	background-color: #999999;
	background-image: none;
	border: #FFF solid 1px;
	color: #FFF;
	cursor: pointer;
	font: normal 1.1em/23px Georgia, serif;
	height: 23px;
	text-align: center;
}
#main table td img{
	border: none;
	text-align: center;
}
#main table td.download {
	background: url(icons/descargar.gif) no-repeat 5px center;
	text-indent: 20px;
}
tr.ruled{
	background-color: #FFFFE8;
} 


/* form styles */

#content form {
	margin-bottom: 10px;
}
#content form#search div {
	border: 0;
}
#content form#search button {
	margin: 0;
	padding-left: 10px;
	width: 190px;	
}
#content form fieldset {
	border: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#content form legend {
	color: #8D6425;
	font: bold 1.4em/1.4em Georgia, serif;
}
#content form div {
	background: url(images/form-div.gif) no-repeat 180px 0%;
	border-bottom: 2px #E9E9C6 solid;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 8px 0;
	width: 680px;
}
#content form label {
	color: #000;
	float: left;
	font: normal 1.2em/23px Verdana, san-serif;
	text-indent: 10px;
	width: 190px;
}
#content form p {
	float: left;
	margin-left: 180px;
	overflow: hidden;
	width: 280px;
}
#content form span {
	color: #000;
	float: left;
	font: normal 1.2em/23px Verdana, san-serif;
	text-indent: 10px;
	width: 190px;
}
#content em, #content form em {
	color: #CC0000;
	font: normal 1.1em/23px Verdana, san-serif;
}
#content form input {
	background: #FFF url(images/form-input.gif) no-repeat;
	border-color: #999 #B4B4B4 #B4B4B4 #999;
	border-style: solid;
	border-width: 2px;
	float: left;
	font: normal 1.2em/23px Verdana, san-serif;
	height: 23px;
	margin-right: 10px;
	width: 276px;
}
#content form select {
	background-color: #FFF;
	border-color: #999 #B4B4B4 #B4B4B4 #999;
	border-style: solid;
	border-width: 2px;
	float: left;
	font: normal 1.2em/23px Verdana, san-serif;
	height: 23px;
	margin-right: 10px;
	width: 276px;
}
#content form em.err {
	float: left;
	padding-left: 10px;
	width: 190px;
}
#content #mensajeError {
	background: #FFFFE8 url(icons/warning.gif) no-repeat 5px center;
	border: 1px solid #CC0000;
	color: #CC0000;
	font: normal 1.3em/23px Verdana, san-serif;
	font-weight: normal;
	margin: 5px auto 25px auto;
	padding: 8px;
	text-indent: 35px;
}
#content #mensajeExito {
	background: #FFFACD;
	border: 1px solid green;
	color: green;
	font: normal 1.4em/23px Verdana, san-serif;
	font-weight: bold;
	margin: 5px auto 25px auto;
	padding: 5px;
}
#content form textarea {
	background: #FFF url(images/form-textarea.gif) no-repeat;
	border-color: #999 #B4B4B4 #B4B4B4 #999;
	border-style: solid;
	border-width: 2px;
	float: left;
	font: normal 1.2em/1.4em Verdana, san-serif;
	height: 100px;
	margin-right: 10px;
	width: 276px;
}
#content form input.button {
	background-color: #891B04;
	background-image: none;
	border: #FFF solid 1px;
	color: #FFF;
	cursor: pointer;
	float: left;
	font: normal 1.4em/23px Georgia, serif;
	height: 27px;
	margin-left: 190px;
	margin-right: 10px;
	text-align: center;
	width: 276px;	
}

/* footer styles */

#footer {
	background: #F5F5D1 url(images/footer.gif) repeat-x;
	margin: 0 0 0px 25px;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
	width: 700px;
}
#footer p {
	color: #ACABAB;
	font: normal 1.0em/1.8em Verdana, san-serif;
}
#footer ul {
	color: #ACABAB;
	font: normal 1.0em/1.8em Verdana, san-serif;
}
#footer ul li {
	border-left: #ACABAB 2px solid;
	display: inline;
	list-style: none;
	margin-right: 7px;
	padding-left: 9px;
}
#footer ul a {
	color: #ACABAB;
	font-weight: bold;
}
#footer ul a:hover {
	color: #C1101E;
	text-decoration: none;
} 