﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial;
	color: #58585a;
}
a {
	text-decoration: none;
	color: #58585a;
	font-weight: bold;
}
a:hover {
	color: black;
}
 
.linkdescarga:hover {
	background-color: yellow;
}
p {
	margin-bottom: 15px;
}
#wrap {
	width: 905px;
	background: url(../img/background-paper.jpg) transparent repeat-y 0 0;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#back-top, #back-bottom {
	width: 905px;
	height: 9px;
	margin: 0 auto;
}
#back-top { 
	background: url(../img/background-top.jpg) transparent no-repeat 0 0;
	margin-top: 32px;
}
#back-bottom { 
	background: url(../img/background-bottom.jpg) transparent no-repeat 0 0;
	margin-bottom: 32px;
}	

#cabecera {
	display: block;
}

#zapas {
	margin: 15px 10px 0 0;
}
#pixelarte {
	width: 14px;
	height: 122px;
	position: fixed;
	bottom: 45px;
	left: 50%;
	margin-left: 460px;
}
.hidden {
	display: none;
}
.w304 {
	width: 300px;
	float: left;
}
#container {
	margin-left: 300px;
}
#logohome {
	display: block;
	margin-top: 50px;
	margin-left: 0px;	
}
#botonentrar {
	display: block;
	margin-top: 110px;
	margin-left: 40px;	
}	


#menu {
	width: 905px;
	height: 35px;
	margin-bottom: 15px;
}
#menu ul li{
	float: left;
	background-repeat: none;
	background-position: top left;
	height: 35px;
}
#menu ul li a{
	display: block;
	height: 35px;	
}
#menu-1 a { width:222px; background-image: url(../img/menu_01.jpg); }
#menu-2 a{  width:172px; background-image: url(../img/menu_02.jpg); }
#menu-3 a{  width:155px; background-image: url(../img/menu_03.jpg); }
#menu-4 a{  width:211px; background-image: url(../img/menu_04.jpg); }
#menu-5 a{  width:145px; background-image: url(../img/menu_05.jpg); }
#menu-1 a:hover {  background-image: url(../img/menu_over_01.jpg); }
#menu-2 a:hover  {  background-image: url(../img/menu_over_02.jpg); }
#menu-3 a:hover  {  background-image: url(../img/menu_over_03.jpg); }
#menu-4 a:hover  {  background-image: url(../img/menu_over_04.jpg); }
#menu-5 a:hover  { background-image: url(../img/menu_over_05.jpg); }
#menu-1 a.sel {  background-image: url(../img/menu_over_01.jpg); }
#menu-2 a.sel{  background-image: url(../img/menu_over_02.jpg); }
#menu-3 a.sel {  background-image: url(../img/menu_over_03.jpg); }
#menu-4 a.sel {  background-image: url(../img/menu_over_04.jpg); }
#menu-5  a.sel  { background-image: url(../img/menu_over_05.jpg); }

#submenu {
	position:absolute;
	background: url(../img/fondo_menu.png) transparent no-repeat 0 0;
	width: 148px;
	height: 77px;
	left: 250px;
	top: 115px;
	padding-top: 25px;
	padding-left: 12px;
}
#submenu2 {
	position:absolute;
	background: url(../img/fondo_menu2.png) transparent no-repeat 0 0;
	width: 188px;
	height: 68px;
	left: 670px;
	top: 115px;
	padding-top: 25px;
	padding-left: 12px;
}
#submenu a,#submenu2 a{
	font-weight: normal;
}
#submenu a:hover, #submenu2 a:hover{
	text-decoration: underline;
}

.w565{
	width: 581px;
}
.title {
	padding: 3px 0px;
	border-bottom: 1px dotted #58585a;
	margin-bottom: 10px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;	
	margin: 4px 0px;
}
.subtitle2 {
	font-size: 18px;
	margin: 4px 0px;
}
td {
	vertical-align: top;
	padding-bottom: 10px;
}
.link {
	padding: 5px 7px;
	font-size: 13px;
	font-style: italic;
	background-color: #e3e3e3;
}
#content {
	padding: 0 55px;
}
.content {
	padding-bottom: 30px;
	min-height: 250px;
}
.content .pic {
	margin-left: 1px;
	margin-top: 3px;
}
.right {
	float: right;
	text-align: right;
}
.wallpaper {
	display: block;
	float: left;
	width: 170px;
	height: 200px;
}
div.box {
	overflow: hidden;
}

input, textarea {
	padding: 5px;
	margin: 5px 0 15px 0;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	width: 300px;
}
#checkbox {
	width: auto;
}
#logos {
	padding: 0 11px;
}
#divbanner {
	width: 794px;
	padding: 0 55px;
	margin-bottom: 15px;
}
.w300 {
	width: 300px;
}
.font14 {
	font-size: 14px;
}
.m8 {
	margin: 8px 0;
}
.bb1 {
	padding: 3px 0px;
	border-bottom: 1px dotted #58585a;
}
.black {
	color: black;
}