@CHARSET "UTF-8";

/*general*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

/*capas*/
#todo {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 725x;
	margin-top: -323px;
	width: 1000px;
	margin-left: -500px;
	border-style: solid ; 
	border-color: #ccc; 
	border-width: 1px;
	}
	
#barralogos {
	height: 72px;
	}
	
#barrasuperior {
	height: 10px;
	background-color: #01549A;
}

#barralateral {
	height: 550px;
	width: 150px;
	float: left;
	background-image: url(barra-lateral.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#contenedor {
	width: 840px;
	float: right;
	}
	

#bloque1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bloque2 {
	float: left;
	width: 310px;
	padding: 2px;
}

#bloque3 {
	width: 505px;
	float: right;
	margin: 0;
	padding: 0;
}


#data.scroll {
	height: 300px;
	overflow: auto;
	padding: 2px;
}



#iconos, #ayudas {

	height: 150px;
}

#iconos {
	width: 150px;
	float: left;
	} 
	
* html #iconos { display:inline;}

#data {
	width: 297px;
}
* html #data { width: 300px;}
#ayudas {
	width: 150px;
	overflow: auto;
	margin-left: 10px;
}

#barrainferior {
	height: 10px;
	background-color: #67B8E3;
	clear: both;
	}
	
#listado.scroll {
	width: 825px;
	padding:8px;
	height: 533px;
	}	
	
td.lineapuntos {
    background-image: url(../images/punto.gif);
    background-repeat: repeat-x;
        
}

#datos_berlin {

}

/*subcapas*/

.linea { border-bottom-style: solid ; 
	border-bottom-color: #ccc; 
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	 }
	 
.flota_izquierda
	{

	float: left;
}

.flota_derecha
	{

	float: right;
}
#datos_berlin
	{ 
	height: 80px;
/*
	background-image: url(logo_berlin.gif);
	background-repeat: no-repeat;
	background-position: bottom-left;
	*/
}

#datos {
	width: 430px;
	padding-top: 10px;
}

#iconos div {
		margin-top: 6px;
	margin-bottom: 6px;
}



#iconos img {
	vertical-align: middle;
}

.nivel1 {
	margin-left: 10px;
}
.nivel2 {
	margin-top: 20px;
	margin-left: 20px;
}

/*Textos*/
p.titulo {
	color: #008BBC;
	font-size: 16px;
	font-weight: bold;
}

strong {
	color: #6DAC90;
	font-size: 12px;
	
}

strong.oso {
	color: 005698;
	font-size: 14px;
	}
#barralateral, #barralateral a {
	font-style: black;
	color: #FFF;
	text-decoration: none;
}

/*Tablas*/
#iconos table tr {
	
}




/*diseño para la galeria*/
/*	h1,h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	a{color:#348;text-decoration:none;outline:none;}
	a:hover{color:#67a;} */
	.caption{
	color:#888;
	left:3px;
}
	.demo{
}
	.gallery_demo{
	padding: 0;
	margin: 0;
	float: left;
	/*
	position: relative;
	*/
}
	.gallery_demo li{
	width:40px;
	height:40px;
	border:3px double #eee;
	margin: 0 2px 2px 0;
	background:#eee;
}
	.gallery_demo li.hover{border-color:#bbb;}
	.gallery_demo li.active{border-style:solid;border-color:#222;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{
	height:260px;
	width:312px;
	float: right;
	margin-right: 5px;
}
	
	.nav{padding-top:15px;clear:both;}
	
	.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}
	
	.nav{position:absolute;top:410px;left:0;}
	img.replaced {border:3px double #eee;}
table.listado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
table.listado thead tr th {
	background-color: #CCC;
}
