/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; padding:2px 5px; color:#000000;}
a:active { text-decoration: none; padding:2px 5px; color:#000000;}
a:visited { text-decoration: none; padding:2px 5px; color:#000000;}
a:hover {
text-decoration: none;
background-color:#fffc00;
padding:2px 5px;
color:#000000;
}

#llcont {
background-color:transparent;
height:97px;
position : relative;
width:145px;
}

#llcont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 97px;
}

#llcont ul li {
	float: left;
	display: block;
	height: 97px;
	margin:0px;
	text-indent: -9999px;
}

#llcont ul li a {
	display: block;
	height: 97px;
	background: url(../img/amparoespana_titlegraphic.gif) 0 0 no-repeat;
	outline: 0;
}

#llcont ul li.logolink a {width:145px;background-position: 0px 0px;}
#llcont ul li.logolink a:hover {width:145px;background-position: 0px 0px;}



#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	font-weight:bold;
}

#content {
    height: 100%;
    margin: 7px 0 0 190px;
    top: 0;
}

.container {
    padding: 0px 5px 25px 15px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#img-container a.thickbox {
    float: left;
}
#img-container a:link {
    color: #000000;
    padding: 0;
    text-decoration: none;
}
#img-container a:hover {
    background-color: #999999;
    color: #000000;
    padding: 0;
    text-decoration: none;
}
#img-container a.thickbox img {
    border: 3px solid #FFFFFF;
    height: 100px;
    margin: 2px;
}
#TB_window a:hover, #TB_window a:active {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #FFCC00 !important;
}

li.active a:link {
    background-color: #FFFC00;
}