body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial;
	font-size:14px;
}

#paxina {
	width:960px;
	height:1px;	
	margin:auto;
	text-align:left;	
}

#cabezallo {
	width:960px;
	height: 176px;
	background-image:url(../imaxes/cabezallo.png);
	clear:both;
}

#contido {
	float:left;		
	padding-left:50px;
	padding-right:50px;
	padding-bottom:10px;
	clear: both;		
	margin: auto;
	background-image:url(../imaxes/paxina.png);	
}

#pe {
	width:960px;
	height: 47px;		
	background-image:url(../imaxes/pe.png);
	clear:both;
}

#pe p {
	padding-top:25px;
	padding-left:50px;
	line-height:20px;
	float:left;
}

#logos {
	margin: 0px 50px;
	padding: 0px 100px 0px 100px;
	vertical-align:top;
	border: 0px;
	background-color: transparent;
	text-align: center;
}

h1 {
	color: #d6222f;
}	

h2 {
	font-size:20px;
	color:#d6222f;
	font-weight:bold;
}

a {
	font-weight:bold;
	color:#d6222f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:link img, a:visited img, a:hover img {
border: none;
text-decoration: none;
}

b {
	color:#d6222f;
}

table.taboa {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.taboa th {
	border-width: 4px 4px 4px 4px;
	padding: 5px 15px 5px 15px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: rgb(144, 142, 143);
	color: #fff;
	text-align: center;
}
table.taboa td {
	border-width: 4px 4px 4px 4px;
	padding: 15px 15px 15px 15px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: rgb(222, 222, 222);
}
table.recursos {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 245, 238);
	border-color: rgb(214, 34, 47);	
}
table.recursos td {
	border-width: 4px 4px 4px 4px;
	padding: 5px 15px 5px 15px;
	border-style: solid solid solid solid;
	border-color: rgb(214, 34, 47) rgb(214, 34, 47) rgb(214, 34, 47) rgb(214, 34, 47);	
}

/* Menú superior */
/* Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/* Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.menu{
	position: relative;
	margin: auto 1px auto 1px;
	background: url(../imaxes/menug_bg.gif) repeat-x;
	height: 60px;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	color:#000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold; 
	height: 60px;
	text-align: center;
	cursor: pointer;	
}

.menu li a b{
	float: left;
	display: block;
	color:#000;	
	padding: 2px 14px 0 14px; /*Padding of menu items*/
}

.menu li.activo a, .menu li a:hover{
	color: #fff;
}

.menu li.activo a b, .menu li a:hover b{
	color: #fff;
}				

.menu ul{
	list-style-type: none !important;
}
