/* CSS Document */
BODY {
	background-color: #CCCCCC;
	margin: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 65%;
}

strong{
	color:#A50021;
}

input{
	border: 1px black;
	border-style: solid;
	font-size: 90%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
}

textarea{
	border: 1px black;
	border-style: solid;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
}

em {

}

a {
	text-decoration : none;
	color: white;
}
a:hover {
	text-decoration : underline;
	color: white;
}

a.especial {
	text-decoration : none;
	color: #000000;
}
a.especial:hover {
	text-decoration : underline;
	color: #000000;
}

td{
}
td.especial{
	color:#000000;
}

h1 {
	font-size: 105%;
	color:#A50021;
	letter-spacing : 1px;
} 

h2 {
	font-size: 85%;
	color:#A50021;
	letter-spacing : 2px;
	font-style: italic;
	text-align: center;
} 

h1 strong{
	font-weight: bold;
}

h1 a {
	text-decoration : none;
	color: white;
}
h1 a:hover {
	text-decoration : underline;
}


#especial {
	color: white;
	background-color : #939598;
	padding: 5px;
	font-size: 90%;
} 

#especial strong{
	font-weight: bold;
	font-size: 99%;
	letter-spacing : 2px;
}

#especial a {
	text-decoration : none;
	color: white;
}
#especial a:hover {
	text-decoration : underline;
	color: white;
}
		#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 0px solid gray;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-width : 1px;
	border-color : #666666;
}

		#banner {
	padding: 0px;
	margin-bottom: 0px;
	height: 87px;
	background-image : url(img/top.jpg);
}
		#top1 {
	float: left;
	width: 152px;
	margin: 0;
	padding: 0px;
	background-color: rgb(235, 235, 235);
	background-image : url(img/cercador.gif);
	height: 87px;
}
		#top2{
	padding: 0px;
	margin: 0;
	margin-left: 152px;
	height: 87px;
	background-image : url(img/top2.jpg);
}

		#content {
			padding: 0px;
			margin-left: 152px;
			margin-right: 155px;
			background-color: gray;
		}

		#sidebar-a {
	float: left;
	width: 152px;
	margin: 0;
	padding: 0px;
	height: 330px;
	background-color: rgb(220, 221,223);
}

		#sidebar-b {
			float: right;
			width: 155px;
			margin: 0px;
			padding: 7px;
			padding-top: 0px;			
			height: 330px;
			background-color: rgb(235, 235, 235);
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0px;			
			background-color: rgb(213, 219, 225);
		}

		#credits {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: right;
}