/* CSS Document */
<style>
html,body{margin:0;padding:0}

body{
	font: 70% verdana,sans-serif;
	text-align:center;
	background:#fff url(../img/body_bg2.png) repeat-x;
	}
a{color: #ff0000; text-decoration:none;}
p{margin:0 10px 10px;}

h1{
	font-size: 11px;
	color:#f00;
	margin:0px 0px 30px 9px;
	width:480px;
	font-family:verdana,sans-serif;
	border-bottom: 1px dashed #f00;
	}

div#content li{
	list-style-image:url(../img/bullet_le.png);
	margin-bottom:10px;
	line-height:1.5;
	}

div#header{
	height:240px;
	background:#fff url(../img/header_bg3.jpg) no-repeat top;
	margin:0;
	}

div#container{
	text-align:left;
	background:#fff url(../img/container_bg.png) repeat-y;
	}

div#navigation{
	width:215px;
	height:75px;
	}




div#container{width:760px;margin:0 auto}

div#content{
	float:right;
	width:500px;
	padding-right:25px;
	margin-top:30px;
	}
div#content strong{
	color:#f00;
	}
div#content p{line-height:1.7;color:#444;}
div#content img.foto{padding:5px; background-color:#FFF; border:1px solid #aaa;margin:10px 0px 5px 0px}
div#navigation{float:left;width:200px}

div#extra{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#aaa;
	float:left;
	clear:left;
	width:200px;
	margin-left:35px!important;
	_margin-left:18px;
	}
div#extra{background:#fff}
div#extra p{display:block;clear:both;}
div#extra p.pequenio{font-size:21px;}

div#footer{clear:both;width:100%}
div#footer{
	height:121px;
	background: #fff url(../img/footer_bg.png) no-repeat top;
	color: #999;
	}

div#footer p{
	margin:0;
	padding:75px 40px;
	text-align:right;
	font-size:80%;}
/*clases*/
div#content li.enlace {
	color:#f00;	
	cursor:pointer;
}
span.enlace {
	color:#f00;	
	cursor:pointer;
	border-bottom:1px dashed #f00;
	width:300px;
	}

.negro {font-weight:bold;}
</style>
