@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial,Helvetica, sans-serif;
	color: #333333 ;
}
img {
	border: none;
	vertical-align:top;
}
img.right {
	float: right;
}
img.left {
	float: left;
}

.clear {
	clear:both;
	height: 0px;
	width: 0px;
}

p {
	color: #FFFFFF;
	font-size: 12px;
	margin:  3px 0 10px 0;
}

a, a:link, a:visited {
	color: #333333;
	text-decoration:none;
	font-size:12px
}
a:hover{
	color: #990000;
	text-decoration:none;
}
a.color, a.color:link, a.color:visited{ color:#FF9900}
a.color:hover{ color: #FACD2E}

h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold; padding:0; margin:0
}
h2{padding:0 0 0 10px; color:#FFFFFF; font-weight: lighter; font-size:22px; margin:10px 0
}
h3 { font-size:16px; font-weight:lighter; color:#333333; margin: 5px 0 5px 10px;
}

.textFlechas{ height:80px; line-height:80px; padding:0 0 0 10px; color:#FFFFFF; font-weight: lighter; font-size:22px
}

/*-------TOP----------*/
#topcontent {
	width:964px;
	margin: 0 auto;
}

#top {
	width:952px;
	margin:0 6px;
	background: url(../images/default/top_sombra_h.gif) bottom repeat-x; height:132px
}
.slogan{
	float:right;
	margin:31px 20px 0 0
}
.logo{
	margin: 11px 0 0 10px; 
	float:left;
}
#menu {
	 height:28px;
	 float: left;
	 padding: 104px 0 0 80px;
}
#menuTab{ 
	background:url(../images/default/menu_center.gif) repeat-x bottom; 
	display:block; 
	height:28px; float:left; list-style:none;
}
#menuTab li{ height:28px; line-height:28px; float:left;}



/*-------BOTTOM----------*/
#bottom{
	background:url(../images/default/bottom_dg.jpg) repeat-x top;
	height:37px;
	font-size:12px;
	padding-left:37px;
	clear:left 
}
#bottom a{
	height:37px;
	line-height:37px
}
#bottom a:hover{
text-decoration:underline;
}

/*-------FOOTER----------*/
#footer{
	background: url(../images/default/footer_center.jpg) repeat-x top;
	height:33px;
	clear:left
}
#footer p{
	color:#333333;
	height:33px;
	line-height:33px;
	float:left;
	padding-left:20px
}
#footer p a, #footer p a:link, #footer p a:visited{
text-decoration: none; color:#990000}
#footer p a:hover{
text-decoration:underline; color: #82000A
}

