/* CSS Document */

body {
	background-image: url(../irudiak/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0;
}
#container {
	width: 900px;
	height: auto;
	text-align: left;
	margin: auto;
}
p {
	text-align: justify;
}
#idiomas {
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #333333;
	text-align: right;
	margin-right: 10px;
	height: 20px;	
}
#idiomas a:link, #idiomas a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#idiomas a:hover {
	color:#99FF00;
	text-decoration: none;
}
#cabecera {
	float: left;
	width: 100%;
	height: 200px;
}
.logo {
	float: left;
	width: 306px;
	margin-top: 35px;
}
.banner {
	width: 593px;
	float: left;
	
}
#menu {
	width: 300px;
	float: left;
	font-size: 90%;	
	font-family: "Trebuchet MS", Arial, Verdana;
}
.op {
	height: 18px;
	width: 260px;
	border-bottom: 1px dotted #000000;
	margin-top: 10px;
	margin-left: 20px;
}
.op a:link, .op a:visited {
	background-image: url(../irudiak/fondomenu00.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;	
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;	
}
.op a:hover {
	background-image: url(../irudiak/fondomenu01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;	
	color: #009966;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
}
#contenido {
	width: 583px;
	font-family: "Trebuchet MS", Arial, Verdana;
	float: right;
	font-size: 85%;
}
#contenido a:link, #contenido a:visited {
	color: #0066CC;
	text-decoration: none;
}
#contenido a:hover {
	color: #006666;
	text-decoration: none;
}
h1 {
	font-size: 125%;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #000000;
	padding-left: 25px;
	background-image: url(../irudiak/fondoh1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	color: #284529;
}
.der {
	float: right;
	margin: 10px;
	width: 300px;
	height: 220px;
}
.centro {
	width: 100%;
	margin: auto;
	float: left;
	height: auto;
}
#pie {	
	width: 100%;
	float: left;	
	height: 25px;
	color: #284529;
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../irudiak/fondo_pie.gif);
	padding-top:3px;
	margin-top: 15px;	
	text-align: center;
}
#pie a:link, #pie a:visited {
	color: #284529;
	text-decoration: none;
}
#pie a:hover {
	color: #0033CC;
	text-decoration: none;
}

	

	