@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fondo_corto_annarodriguez_blog.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
.textoidioma {
	font-size: 12px;
	color: #FFF;
	font-weight: lighter;	
}
.botonesdelosproyectos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 2pt;
}
.botonesmenuprincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 1pt;
}
.botonessubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFF;
	text-align: justify;
}
.titularprojecte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #C03;
}
.datosproyecto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #C03;
}
.textoproyectos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	position: static;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #C03;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.colorbotonesrojo {
	color: #C03;
}

