/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margen-izquierdo {
	background-image: url(imagenes/margen-izquierdo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right: 1px;
	border-color: #FFD300;
	border-right-style: dashed;
}
.fondo-centro {
	background-color: #3F3F3F;
}
.margen-derecho {
	background-image: url(imagenes/margen-derecho.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px;
	border-color: #FFD300;
	border-left-style: dashed;
}
.fondo-foto-seccion {
	background-image: url(imagenes/fondo-foto-seccion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 191px;
	padding-left: 15px;
	padding-top: 12px;
}
.txt-general {
	font-family: "Myriad Web Pro", "Trebuchet MS";
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 5px;
}
.linea-separacion {
	border-top: 1px;
	border-top-style: dashed;
	border-color: #FFD300;
}
.sombra-pie {
	background-image: url(imagenes/sombra-pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	font-family: "Myriad Web Pro", "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #FFD300;
}
.fondo-buscador {
	background-image: url(imagenes/buscador.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 81px;
}
.fondo-txt-buscador {
	background: none;
	border: 0px;
	font-family: "Myriad Web Pro", "Trebuchet MS";
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	height: 18px;
	width: 124px;
}
