@import url("txtformato.css");

/* ESTILOS GENERALES */
html body {
	margin: 0px;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
td {
	text-align: left;
	vertical-align: top;
}
ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#contenedor {
	margin: 40px auto;
	border: solid 1px #000000;
	background: url(../imagenes/generales/corner.gif) no-repeat right top;
	width: 720px;
	min-height: 500px;
	vertical-align: text-bottom;
}
/* LAYOUT GENERAL */
/* PANEL DERECHO: CONTIENE BANNER DE FOTO Y PDF */
#panelder {
	position: relative;
	left: 15px;
	top:0px;
	float: left;
	clear: none;
	width: 169px;
}
#bnnfoto {
	width: 138px;
	height: 62px;
	text-align: left;
	position: relative;
	top: 0px;
	padding: 180px 15px 35px;
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 8px;
	float: left;
	clear: none;
}
#infoSS {
	width: 169px;
	position: relative;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
/* PANEL HEADER */
#panelhdr {
	position: relative;
	float: left;
	clear: right;
	width: 350px;
}
#logo {
	width: 259px;
	height: 92px;
	position: relative;
	top: 25px;
	left: 50px;
	float: left;
	clear: both;
}
#navegacion {
	width: 450px;
	margin: 47px 0px 18px 5px;
	text-align: left;
	float: left;
	position: relative;
	left: 15px;
	clear: both;
}
/* FOOTER */
#footer {
	position: relative;
	float: right;
	height: 34px;
	padding: 20px 25px 20px 0px;
}
/*CONTENIDO GENERAL */
#contenido {
	margin: 10px 35px 0px;
	float: left;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 475px;
}
/*BUSCADOR PSS*/
#bnnfoto input {
	margin-top: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #ffffff;
}
/* FOTOGRAFIAS DEL BANNER IZQUIERDO */
.bgfoto-inicio {
	background: url(../imagenes/bgs/bg-atardecer.gif) no-repeat center top;
}
