@charset "iso-8859-1";	 

body {scrollbar-arrow-color: #6495ed;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	margin:50px 0px;
	padding:0px;
}		

a:link {color: #6495ed; text-decoration: underline; cursor: help}
a:visited {color: #6495ed; text-decoration: underline; cursor: help}
a:hover {color: #87ceeb; text-decoration: none; cursor: help}
a:active {color: #87ceeb; text-decoration: none; cursor: help}

img {border: 0px;}

#portada {
	width:385px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	border: 1px dotted #6495ed;
	font-size: 12px;
	overflow: hidden;
	overflow-y: auto;
	color: #47545b;
	font: 11px tahoma;
}
#portadalink a {
	font: 22px georgia;
	width: 180px;
	color: #ffffff;
	background-color: #6495ed;
	text-align: center; 
	text-decoration: none
}			
#portadalink a:hover {
	background-color: #ffffff;
	color: #87ceeb;
}

#contenedor	{
	position: relative;
	margin: 0 auto;
	width: 370px;
	height: 400px;
	text-align: left;
}			

#texto {
	  position: absolute;
	  width: 300px;
	  height: 350px;
	  left: 10px;
	  top: 12px;
	  border: 1px dotted #6495ed;
	  padding: 15px;
	  font:11px tahoma;
	  overflow: auto;
	  overflow-x: hidden;
}
	  
#menu {position: absolute;
	  width: 185px;
	  height: 125px;
	  left: 350px;
	  top: 298px;
}
#menu a {
	border-bottom: 1px dotted #6495ed;
	padding-right: 2px;
	display: block;
	font: 11px tahoma;
	padding-bottom: 2px;
	width: 180px;
	color: #6495ed;
	background-color: #ffffff;
	text-align: center; 
	text-decoration: none
}
#menu a:hover {
	background-color: #87ceeb;
	color: #ffffff;
}
	  
#titulo {position: absolute;
		width: 180px;
		height: 35px;
		left: 352px;
		top: 100px;
		color: #6495ed;
		text-align: center;
		font:22px georgia;
}
#subtitulo {
		text-align: center;
		font:11px georgia;
}
	  
#inferior {
		position: absolute;
		width: 525px;
		height: 15px;
		left: 10px;
		text-align: center;
		top: 425px;
		border-bottom: 1px dotted #6495ed;
		font: 9px tahoma;
}	 

input, select, textarea {background-color: #ffffff;
       font: 9px tahoma;
       text-decoration: none;
       border: 1px dotted #6495ed;
}