@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
	/*opacity:0.3;*/
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:0px 0px 0px 0px;
}
 
#inner {
	width: 468px;
	height: 120px;
	margin-left: -234px;  /* WIDTH dividido 2 */
	position: absolute;
	top: -60px;          /* HEIGHT dividido 2 */
	left: 50%;
	background:none;
	/*opacity:0.9;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0px 0px 0px 0px;
}

.txt-titular {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 1.2em;
	margin-top: 10px;
}

.txt-bajada {
	font-family: “Georgia”, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.txt-body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.6px;
	line-height: 1.5em;
}

.imagen-border {
	border: 1px solid #DFDFDF;
}

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#crumbs {
	border:1px solid #dedede;
	height:2.3em;
}

#crumbs li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#777;
}

#crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#777;
}

#crumbs li a:hover, #crumbs li a:focus {
	color:#dd2c0d;
}
