@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/background.gif);
	background-color:#999999;
	text-align:center;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
}
div.pagepart{
	width:890px;
	margin:0px auto 0px auto;
	text-align:left;
	padding:0px 15px 0px 15px;
}
#pagetop{
	background-image:url(../images/backtop.png);
	height:40px;
}
#pagebottom{
	background-image:url(../images/backbottom.png);
	height:20px;
	background-position:center bottom;
}
#page{
	background-image:url(../images/backcenter.png);
}
#header{
	background-image:url(../images/logo.jpg);
	height:115px;
}
#menu{
	/*text-align:center;*/
	padding-bottom:15px;
}
#menu ul{
	list-style:none;
	display:block;
	padding-top:0px;
	margin-top:0px;
}
li.option{
	float:left;
	padding-top:0px;
	margin-top:0px;
}
#menu a{
	color:#666666;
	padding:0px 30px 0px 30px;
	background-image:url(../images/maout.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:14px;
	font-style:italic;
}
#menu a:hover{
	color:#FF0000;
		background-image:url(../images/maover.gif);
}
#marquee{
	clear:both;
	background-image:url(../images/marquee.jpg);
	width:890px;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
}

#content{
	clear:both;
	color:#333333;
	background-image:url(../images/contentback.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:5px;
	font-size:12px;
	color:#666666;
}
#bottommenu{
	margin-top:50px;
	text-align:center;
	color:#FFFFFF;
}
#bottommenu a{
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
#bottommenu a:hover{

}
#contbottom{
	background-image:url(../images/bottom.jpg);
	margin-top:20px;
	height:165px;
}
#footer{
	text-align:center;
	font-size:10px;
	color:#666666;
	padding:10px 0px 5px 0px;
}

p.title{
	color:#FF0000;
	font-weight:bold;
}
div.flecha{
	background-image:url(../images/flecha.png);
	background-repeat:no-repeat;
	padding-left:30px;
	color:#FFFFFF;
	padding-top:5px;
	width:114px;
	height:21px;
}
