@charset "utf-8";

body {
	margin-top: 0px;
	margin-left: 0px;
}

#contenedor {
	width: 800px;
	text-align: right;
}
#contenido_dos {
	width: 640px;
	height: 520px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
#contenido_uno {
	width: 720px;
	text-align:left;
	
}

#menu {
	height: 200px;
	width: 200px;
}
.texto {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif
	
	
}
a:link {
	color: #063;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
	font-size: 22px;
	line-height: normal;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color:  #062;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
}
#nuevo_art {
	width: 330px;
	float: left;
}
#nuevo_art2 {
	width: 300px;
	float: right;
}
.titulo {
	text-align: center;
	font-size: 26px;
}

