body {
	margin:0px;
	width:100%;
	}
#container {
	float:left;
	margin:0px 2px;
}
.logo {
	width:100%;
	TEXT-ALIGN: center;
	margin-bottom:2px;
}
.img_izq{
	margin: 0px 5px 5px 0px;
	float: left;
	}
#sep_top {
	float:left;
	width:100%;
	BACKGROUND-COLOR: #CCCCCC;
	height:4px;
}
H2 {
	float:left;
	padding:2px;
	font: bold 24px Arial;
	MARGIN: 0px 0px 4px;
	COLOR: #006699;
	BACKGROUND-COLOR: #CCCCCC;
	WIDTH: 98%;
}
H2 a{
	COLOR: #006699;
	text-decoration:none;
}
H2 a:hover{
	COLOR: #000;
}
H3 {
	float:left;
	font: bold 22px Arial;
	margin-bottom:6px;
	WIDTH: 100%;
}
ul {
	float:left;
	width:98%;
	list-style-type: none;
	padding:0px 0px 4px 0px;
	margin:0px 0px 2px 0px;
	font: normal 22px Arial;
}
#portada ul {
	border-bottom: 1px solid #000;
}
li {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
#seccion li {
	border-bottom: 1px solid #000;
	padding-bottom:5px;
	margin-bottom:5px;
}
li A {
	WIDTH: 98%;
	display:block;
	margin:0px;
	padding:0px;
	color:#000;
	text-decoration:none;
}
li A:hover {
	text-decoration:none;
	color:#006699;
}
#portada ul li {
	float:left;
	width:50%;
}
#portada ul li A:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#006699;
}
#tit {
	float:left;
	width:100%;
	font: bold 22px Arial;
}
#desc {
	float:left;
	width:100%;
	font: normal 18px Arial;
}
#texto {
	font: normal 16px Arial;
}
#nota {
	float:left;
	width:100%;
	border-bottom: 1px solid #000;
	padding-bottom:5px;
	margin-bottom:5px;
}
.footer {
	FONT-SIZE:14px;
	WIDTH: 98%;
}
#regular {
	float:right;
	width:150px;
	text-align:right;
}
a.a2 { 
	text-decoration: none;
	color:#000;
}
a:hover.a2 {
	text-decoration: underline;
	COLOR: #006699;
}