body {
	background-color: #cccccc;
	text-align: center;
	margin:50px 0px;
	padding:0px;
}
#portada {
	width:385px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	border: #41746d 1px solid;
	font-size: 12px;
	overflow: hidden;
	overflow-y: auto;
	color: #47545b;
	font-family: trebuchet ms,arial,verdana,helvetica;
	background-color: #f2f3ef;
}
#portadalink a {	 
background-color: rosybrown;
color: #ffffff;
}				
#portadalink a:hover {
	background-color: #f2f3ef;
	color: rosybrown;
	text-decoration: none;
}

a {
	font-weight: bold; 
	color: rosybrown; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#valign {
	margin-top: -230px; 
	left: 0px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 50%
}
#contenedor {
	margin: 0 auto;
	overflow: hidden;
	width: 600px;
	position: relative;
	height: 458px
}
#texto {
	border-right: #41746d 1px solid;
	padding: 4px;
	border-top: #41746d 1px solid;
	font-size: 12px;
	left: 0px;
	overflow: auto;
	overflow-x: hidden;
	border-left: #41746d 1px solid;
	width: 345px;
	color: #47545b;
	border-bottom: #41746d 1px solid;
	font-family: trebuchet ms,arial,verdana,helvetica;
	position: absolute;
	top: 0px;
	height: 447px;
	background-color: #f2f3ef;
	text-align: left;
}
#imagen {
	left: 364px; width: 225px; position: absolute; top: 215px; height: 240px; border: 1px solid #421a05;
}
#imagen img {
	border-left-color: #421a05; border-bottom-color: #421a05; border-top-color: #421a05; border-right-color: #421a05
}
#titulo {
	font-size: 11px; left: 415px; overflow: hidden; color: rosybrown; font-family: arial; letter-spacing: 2px; position: absolute; top: 195px
}

#menu {
	left: 364px; width: 225px; position: absolute; top: 0px; height: 150px	
}

#menu a {
	border-right: #cccccc 2px solid;
	padding-right: 2px;
	border-top: #cccccc 2px solid;
	display: block;
	padding-left: 2px;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: #cccccc 2px solid;
	width: 221px;
	color: #ffffff;
	padding-TOP: 2px;
	border-bottom: #cccccc 2px solid;
	font-family: arial;
	background-color: rosybrown;
	text-align: center; 
	text-decoration: none
}
#menu a:hover {
	background-color: #f2f3ef;
	color: rosybrown;
}
.header {
	font-weight: bold;
	font-size: 19px;
	font-style: italic;
	font-family: georgia,arial,verdana,helvetica;
	letter-spacing: 5px
}
td {
	font-size: 12px;
	color: #000000;
	font-family: trebuchet ms,arial,verdana,helvetica;
	text-align: left
}
.disclaimer {
	font-size: 10px;
	font-family: trebuchet ms,arial,verdana,helvetica;
	text-align: center
}

input, textarea, select
 	   {color: black;
 	   background-color: #f2f3ef;
       font-size: 10px;
       text-decoration: none;
       font-family: verdana; 
       border-width: 1px;
       border-style: solid;
       border-color: black}
	   
/* Error/success msg colours on forms */
p.error, p.success {
	font-weight: bold;
	padding: 10px;
	border: 1px solid;
}
p.error {
	background: #ffc0c0;
	color: #900;
}
p.success {
	background: #b3ff69;
	color: #4fa000;
}
/* Fin error/success msg colours on forms */