@charset "UTF-8";
/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "img/transparente.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));}

body {
	background-color:#000000;
	margin:0px;
	text-align:center;
}

#contenedor {
	width:964px;
	border:0px dashed #FF0000;
	text-align:center;
	margin-top:8px;
}

#contenedor_home {
	width:964px;
	border:8px solid #ec6e00;
	text-align:center;
}

#idioma {
	width:964px;
	border:none;
	text-align:left;
	padding:8px 0;
}

#logo {
	width:964px;
	border:none;
	text-align:right;
	padding:0 0 30px 0;
}

#menu {
	width:916px;
	border:none;
	background-color:#FE3C00;
	padding:8px 24px;
}

#contenido {
	width:916px;
	border:none;
	background-color:#d8d7d8;
	padding:24px;
	text-align:left;
}

#contenido-flash {
	width:964px;
}

#pie {
	width:916px;
	border-top:4px solid #ec6e00;
	padding:8px 24px;
	text-align:center;
}

.margenes {
	padding:24px 0 0 24px;
}

.margenes-izda {
	padding:0 0 0 24px;
}

.logos {
	padding-left:8px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 2px;
	padding:2px;
	border: 1px solid #bbbbbb;
	background-color: #ebeaeb;
}

