/*
	CSS - Archivo de estilos 
	Autor: Andres Velasco Gordillo
	Comitán de Domínguez, H. Ayuntamiento Municipal 2005-2007
*/

body {
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 30px 20px 30px;
	background: #fff url(../../imagenes/logo_bkgd.jpg);
	color: #404040;	
}
	
a {
 	color: #000000;
	background-color: #FFFFFF; 	
	text-decoration: none;
	font-weight: bold;	
	outline: none;
	border: none;
}
	
a:visited {
	color: #000000;
	background-color: #FFFFFF;	
}
	
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;	
}
	
a:hover {
	color: #A7A7A7;
	background-color: #FFFFFF;	
	text-decoration: none;
	cursor: pointer;
}

.ahem {
	display: none;
}
	
strong, b {
	font-weight: bold;
}
	
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;	
	font-weight: normal;
}

h1 {
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h4 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h5 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h6 {
	font-size: 13px;
	line-height: 22px;	color: #A7A7A7;
	background-color: #FFFFFF;	
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: 0;
	margin: 8px 8px 8px 8px;
}	
	
.nowrap {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
.peq {
	font-size: 9px;
	line-height: 12px;
	margin-top: 15px;
	margin-bottom: 5px; 
}
	
#arriba {
	height: 106px;
	width: 100%;
	color: #333;
	background: #FFFFFF;
}

#abajo {
	color : #717171;
	background-color: #FFFFFF;	
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
} 

#abajo .izq {
	float: left;
	text-align: left;
} 

#abajo .der {
	text-align : right;
} 
		
#izquierda {
	float: left;
	padding: 5px;
	width: 190px;
	min-width: 190px;
}
	
#cuerpo{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	width: auto;	
	margin-left: 40px;
	margin-right: 40px;
	padding: 20px 0px 20px 0px;
	background: #FFFFFF;
	border: 0px solid #ccc;
	text-align: justify;
}	
	
#derecha {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	width: 150px;
	min-width: 120px;
}
	
html>body derecha {
	width: 120px;
}
	
#logo { 
 	float: left;
 	margin-left: 10px;
 	margin-top: 0px;
}
	
#barras {
 	float: right;
 	margin-top: 0px;
}
 	 	
#titulo {
	width: 450px;
	padding-top: 30px;
	padding-left: 150px;
} 		

#contenedor{
	border: 2px solid #FFFFFF;
	width: 760px;
	background-color: #FFFFFF;
} 

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}


.menu {
	color: #4D4D4D;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1px;	
	border: 1px solid #ddd;
	text-align: center;	
	-moz-border-radius: 12px;
}

	
/* Menú Horizontal */ 
#menuarriba {
	margin-top: 2px;
	margin-bottom: 2px;	
	height : 16px;
	width: 100%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
   border-left: 1px solid white;
}
 
#nav li { /* all list items */
   position :  relative;
	float : left;
	line-height : 1.75em;
	margin-bottom : -1px;
	margin-right : -1px; 
	width: 13em; /* width needed or else Opera goes nuts */
   border-left: 1px solid white;
	font-weight: normal;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	font-weight: normal;
	font-size: 11px;		
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 15.05em;
	margin-top : -1.35em;
} 

/* Menús principales */
#nav li a, span.nolink {
	width: 13em;
	w\idth : 12em; /* not a typo, browser hack */ 
	display : block;
	color : white;
	background-color : #A9B83C;
		
	font-weight: bold;
	text-decoration : none;
/*	border : 1px solid #ccc; */
	border-right: 1px solid #ccc;
	border-top: 0.05px dotted #ccc;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : #1A1A1A;
	background-color: #E7E7E7;
	border-right: 1px solid white;
	border-top: 0.05px solid white;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.buscar {
	padding-top: 12px;
	padding-bottom: 12px;	
	text-align : center;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF;
/*	border-bottom: 15px solid #57C057;	*/
}

.dep {
	margin-left: 10px;
	font-size: 11px;
	color: #4BAE4B;	 
}

.enc_tram a {
	padding-left: 50px;
	padding-right: 50px;	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #545454;	 
	background: #E4D742;	
	-moz-border-radius: 12px;
}

.enc_tram a:hover {
	text-decoration: underline;
}

.cuerpo_tram {
	border: 1px solid #ddd;
	-moz-border-radius: 12px;
	background: #FFFFFF;
}

.cuerpo_tram h5 {
	font-size: 14px;
	font-weight: normal;	
	line-height: 16px;
	padding-left: 10px;
}

.cuerpo_tram h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4356A3;
}

.cuerpo_tram li {
	font-size: 13px;
	font-weight: normal;	
	margin-left: -15px;
}

.cuerpo_tram td {
	border: 1px solid #D8D8D8;
}

.boton {
	color: #666666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;	
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFFFFF;
	padding: 3px;
	text-align: left;
}

.boton td {
	text-align: left;
}

.boton:hover {
	background: #FFFFFF;
	text-decoration: none;	
	color: #333333;
}
