@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
h1 {
	background-image: url(cabecera.jpg);
	height: 100px;
	width: 962px;
}
h2 {
	font-size: 24px;
}
h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	font-size: 20px;
}
#contenedor {
	margin: auto;
	width: 962px;
}
#idiomas {
	font-size: 12px;
	text-align: right;
}
#contacto {
	text-align: right;
	font-size: 12px;
}
#actualidad {
	float: left;
	width: 300px;
}
#obra {
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
}
#biogrfia {
	float: left;
	width: 300px;
}
