@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e1ddd3;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #630;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #600;
}
.rigthbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663327;
}

a:active {
	text-decoration: none;
}

.headmenu {
	font-size: 18px;
	color: #F67800;
}
.welcome_desc {
	font-size: 12px;
	color: #FF5741;
}


.footer {
	color: #630;
	font-weight: bold;
}
.footer a:link{
	color: #630;
}
.header {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 52px;
	width: 979px;
	padding-top: 100px;
}
#menus {
	padding-bottom: 19px;
	padding-right: 20%;
	padding-left: 20%;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	height: 34px;
	margin-right: 10px;
	margin-left: 10px;
}

#menus a:link{
	color: #FFF;
	text-decoration: none;
}
#menus a:visited {
	text-decoration: none;
	color: #FFF;
}

/*DETALLES*/
a.details{
float:right;
padding:5px 15px 0 0;
text-decoration:none;
font-weight:bold;
color:#f8851f;
}

.welcome {
	font-size: 14px;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: none;
}

.list{
	list-style-image: url(images/flecha.jpg);
	color: #FF7361;
	list-style-position: inside;
}
#margen{
	padding-top:93px;
}