@charset "utf-8";
/* CSS Document */
body {

}

#TopMenu 
{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:15px;
	margin-bottom:10px;


}

#Main {
	width:900px;
	position:absolute;
	background-color:#FFF;
	text-align: left;
	
	
}

div#Articulo{
	float:left;
	border-bottom:#CCC;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#Header {
	width:900px;
	border-bottom:thin;
	border-bottom-color:#3F0;
	margin-bottom: 25px;
}
.DivPub {
	float:right;
	width:220px;
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006;
	padding-left: 10px;
}

.Medio {
	float:right;
	size:100;
	top: auto;
}
.Item {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin: 5px;
	width: 300px;
	border-top-style: dotted;
	border-top-color: #393;
	border-right-color: #393;
	border-bottom-color: #393;
	border-left-color: #393;
	position: relative;
	border-left-style: solid;
	text-align: justify;
	font-size: 12px;
	
}

.Item a:link {
	text-decoration:none;
	color:#000;
	
}

.Item a:Visited{
	text-decoration:none;
	color:#000;
	
}

.Item a:Hover {
	text-decoration:none;
	color:#CCC

}


#Titulo-Portada {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #093;
}
