@charset "utf-8";
body {
	background-color: #333333;
	margin: 15px;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.subtitulo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	color: #CCCC33;
}
a.subtitulo:hover {
	color: #FFFFFF;
}
.texto2 {
	font-size: 10px;
	color: #999999;
}


.linea {
	color: #CCCC33;
	margin: 0px;
}
.link3 {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
a.link3:hover {
	color: #0099FF;
}
#news {
	background-image: url(../images/header_news.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 17px;
	color: #CCCC33;
	font-style: italic;
}
.texto {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
a{
	text-decoration:none;
}
h1, h2, h3 {
	margin: 0px;
}
.tablados {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F08C02;
	border-left-color: #F08C02;
}
.tablados2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}.menu {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
