/* CSS */
/* Daniel Alcon Lopez 2006 */

html,body{
	margin:0;
	padding:0;
}
body{
	font: 11px/17px verdana,sans-serif;
	color: #585858;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: white;
}

/* ELEMENTS */
a{
	text-decoration: none;
	cursor:pointer;
}
a:link{
	color: #6666cc;
}
a:active {
	color: #6666cc;	
}
a:hover {
	color: #6666cc;
	text-decoration: underline;	
}
p{
	font-size: 11px;
	margin: 5px 0 10px;
}
p a{
	color: #6666cc;
	text-decoration: none;
}
p a:hover{
	color: #6666cc;
	text-decoration: underline;
}


/* LAYOUT BASICO */

div#header{
	height: 180px;
	/*border-bottom: 1px dotted #333366;*/
	position: relative;
}
div#lang{
	position: absolute;
	top: 20px;
	right: 0;
}
#header img{
	position: absolute;
	top: 25px;
}
#header img#imagotipo{
	margin-left: -94px;
}

div#inhalt{
	float: left;
	width: 480px;
	background: white;
	margin: 0;
	padding: 0;
}
div#side{
	float: right;
	width: 230px;
	margin: 10px 0 0;
	padding: 0 0 10px;
	/*background-color: #f1f1f1;*/
}
div#footer{
	margin: 20px 0 0;
	padding: 10px 0;
	height: 30px;
	text-align: left;
	border-top: 1px dotted #333366;
}
br.clear{
	clear: both;
}
.footer{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

/* -------- */

h1, h2, h3, h4, h5{
	margin: 10px 0 4px;
	font-weight: normal;
	/*color: #336ea5;*/
	color: #262262;
	/*color: #235b9a;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-family: lucida, helvetica, arial, sans-serif;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 22px;
	margin: 12px 0;
}
h2.top_space{
	margin-top: 20px;
}
a h3{
	color: #9a9a9a;
}
a h4{
	color: #bbb;
}
#inhalt a:hover{
	text-decoration: none;
}
a:hover h3{
	color: #262262;
}
a:hover h4{
	color: #262262;
}
h3{
	font-size: 18px;
}
#side h3{
	font-size: 16px;
}
#inhalt h3{
	padding-top: 10px;
	border-top: 1px dotted #bbb;
}
#inhalt #proyectos h3{
	font-size: 16px;
	border-top: 1px dotted #e4e4e4;
	line-height: 20px;
}
h4{
	font-size: 16px;
}
h5{
font-size: 14px;
}
hr{
	color: transparent;
	background: transparent;
	border: none;
	margin: 10px 0;
	border-top: 1px dotted #333366;
}
#inhalt p{
	padding-left: 10px;
}
ul{
	list-style-type: disc;
	margin-top: 10px;
}
ul.none{
	list-style-type: none;
}
li{
	margin: 5px 0 8px 20px;
}
#side hr{
	height: 1px;
	border: none;
	/*border-top: 3px double #fff;*/
	border-top: 1px dotted #bbb;
	margin: 0;
}

form#formular label{
	float: left;
	clear: left;
	display: block;
	width: 75px;
	margin-top: 6px;
}
form#formular input{
margin: 3px 0;
}
form#formular input[type="text"], form#formular input[type="password"]{
width: 135px;
}
form#formular input.almargen{
	margin-left: 75px;
}
#side p, #side label{
font-size: 10px;
}
#side label, #side input{
color: #585858;
}
table#pub{
margin-top: 10px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
table#pub th{
background-color: #ececec;
}
table#pub td, table#pub th{
font-size: 10px;
padding: 0 2px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#encuentro1_content ol{
	list-style-type: decimal;
}
#encuentro1_content li{
	font-size: 14px;
}
#encuentro1_content ol.pto{
	margin-left: 20px;
}
#encuentro1_content ol.pto li{
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#encuentro1_content ol.norm li{
	font-size: 11px;
}
#encuentro1_content li ol li{
	font-size: 11px;
}
#encuentro1_content ol ol{
	margin-left: 10px;
	list-style-type: lower-latin;
}
#encuentro1_content ol ol ol{
	margin-left: 20px;
	list-style-type: lower-roman;
}
#encuentro1_content ol ol ol ol{
	margin-left: 30px;
	list-style-type: decimal;
}
#side ul{
list-style-type: none;
}
#side ul li{
font-size: 10px;
margin: 3px 0;
}

/* MENU */
#navegacion ul{
	position: absolute;
	top: 130px;
	left: 0px;
	list-style: none;
}
#navegacion ul li{
	list-style: none;
	float: left;
	padding: 3px 15px;
	padding-top: 5px;
margin: 0;
margin-right: 25px;
	font-size: 1em;
}
#navegacion ul li.active{
	background-color: #262262;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#navegacion ul li.active a{
	color: #fff;
	font-weight: bold;
}
#navegacion ul li a{
	display: block;
}

table{
width: 100%;
}
table td{
vertical-align: top;
border-bottom: 1px dotted #ccc;
padding: 2px 0;
word-wrap: break-word;
}
table td.left{
color: #777;
width: 140px;
}
div.asociados img{
float: left;
width: 74px;
padding: 3px;
border: 1px solid #ddd;
margin-left: -94px;
}
div.asociados div{
margin-left: 10px;
}
div.asociados{
float:left;
clear: left;
margin-bottom: 10px;
padding: 10px 0;
width: 100%;
}
div.asociados h4{
margin: 0 0 5px;
}