/*
 * custom styleshit for Glosario Notarial.
 */


/* No language setting by now */
#languages {
	display: none;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small!important;
    background-color: #FFFFFF;
}

#head #logo {
	background: url('../media/images/head.png') no-repeat;
}

#head #logo h1 { 
	display: none; 
}

#sections {
	background: url('../media/images/options.background.png') bottom no-repeat;
	padding-bottom: 250px;
}

h2#letter {
	padding: 6px 0 4px 8px;
	color: white;
	border: none;
    font-size: 160% !important;
	border-bottom: 2px solid #FF9000;
	height: 23px;
	font-weight: bold;
	background: white url(../media/images/title_letter.background.png) top left no-repeat;
}

h1 {
	font-family: Arial Narrow;
	font-size: 220%;
	font-weight: bold;
    padding-bottom: 20px;
}

#content>h2#letter {
	height: 1em;
}

#sections span {
	font-family: "Arial Narrow";
	font-size: 130%;
	font-weight: bold;
	width: 1em;
	border: 1px solid #CCD6E4;
	margin: 0 .1em .3em 0;
	color: #E0D3C0;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

	#sections div span {
		display: block;
		float: left;
	}

	#sections a {
		color: #003273;
	}

	#sections span.current {
		background-color: #FF9000;
	}
	
		#sections span.current a {
			color: white;
		}

#sections>div>.letter {
	display: block;
	float: left;
	width: 2em;
}

#sections form#search {
	font-size: 80%;
	padding: .2em;
	border: 1px solid #CCD6E4;
	float: none;
	clear: both;
	display: table;
	background-color: white !important;
	margin: 0;
}

dl {
	margin: 0 0 0 2em;
}

dl dt {
	margin: 0 0 0 0;
	font-weight: bold;
    background: white url('../media/images/li_style.png') no-repeat;
    background-position: 7px left;
    padding-left: 1em;
}

dl>dt {
    background-position: left 7px;
}

dl dt em {
	font-weight: normal;
}

dl dd {
	margin: 0 0 3em 0;
    padding-left: 1em;
}

#sections #contact {
	text-align: center;
	margin-top: 2em;
}

span.volver {
	display: block;
	padding-bottom: 10px;
}

span.volver a {
	float: right;
}
/* bug explorer lines */
ul.actions li {	
	line-height: 3em !important;
}

#info {
	border-top: 0px;
}