/* CSS Document */

a{
	color:#0066CC;
	text-decoration:underline;
	font-weight:bold;
}
#der{
	margin:0 0 0 0;
	height:100%;
}
#cont{
	color:#000000;
	background-color:#CCCCCC;
	height:100%;
}

#texto{
	width:550px;
	padding-bottom:100px;
}

#texto h1{
	font-size:15px;
	color:#990000;
}

#texto h2{
	font-size:11px;
	color:#0066CC;
}

#menu{
	text-align:left;
	background-color:#FFFFFF;
}

#left{
	width:84px;
	float:left;
}
#der{
	width:915px;
}

#fotos img{
	border:0;
	margin:0 0 10px 0;
}

#fotos{
	float:left;
	clear:both;
	margin:0 20px 0 -10px;
}

#content{
	float:right;
}

#flechas{
	width:9px;
	float:left;
	text-align:left;
	height:16px;
	margin:5px 0 0 4pt;
	padding:3px 0 0 0;
	background-color:#EFEEEE;
}

#up{
	margin:0 0 3px 0;
	text-align:center;
}

#down{
	margin:0 0 0 0;
	text-align:center;
}

#scroll{
	float:left;
	width:9px;
	height:230px;
	clear:both;
	margin:0 15px 0 0;
	background-color:#EFEEEE;
}

#desplaza{
	background-color:#FF0000;
}

#menu table{
	border:0px;
}


#content a.fuente{
	color:#0066CC;
	font-weight:normal;
	text-decoration:none;
}

#content a{
	color:#990000;
	text-decoration:none;
}


