* {
	margin: 0;
	padding: 0;
}
body {
	margin: 2px 0 0 2px;
	background-color: #FFF;
	color: #333;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 12px;
	font-size: 2.8em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span {
	display: block;
	font-weight: normal;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding: 0 0 8px 0;
}
p a {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.clearboth {
	clear: both;
}
.none {
	display: none;
}

/* CABECERA ---------------------------*/
#cab_secc {
/*	float: left;*/
}
#cabecera_secc {
/*	float: left;*/
	margin-bottom: 3px;
	width: 992px;
	height: 74px;
	background: #C00;
	border-bottom: 1px solid #900;
}
#cabecera_secc img {
	float: left;
	margin-right: 218px;
	height: 47px;
}
#cabecera_secc #tit_secc img {
	float: right;
	height: 26px;
}
#cab_secc h1 {
	margin: 0;
}
.cab_img_1024 {
	margin-right: 30px !important;
}

/* CONTENIDO ----------------------*/
#contenido {
	margin: 40px 0 0 100px;
	/**/padding-bottom: 3em;
}
.fotopie {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 40px 0;
}
.fotopie p {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#contenido a {
	color: #666;
}
#contenido a:hover {
	color: #C00;
}
#contenido img {
	border: 1px solid #666;
}
.logos {
	clear: both;
	width: 855px;
	text-align: right;
}
.logos img {
	margin-left: -1px;
}

/* PIE ----------------------------------------*/
#pie {
	clear: both;
	height: 4em;
	padding: 20px 10px;
	background: #FFF url(../img/hr.gif) repeat-x 0 top;
	color: #6B6B7D;
	font-size: .9em;
	text-align: center;
	line-height: 1.6em;
}
#pie a {
	font-weight: bold;
	color: #6B6B7D;
}
#pie a:hover {
	text-decoration: underline;
}

/* COLOCA PIE AL FONDO ---------------- */
html {
height: 98.8%;
}
body {
width: 992px;
height: 98.8%;
}
#todo_menos_pie {
position: relative;
min-height: 98.8%;
}
* html #todo_menos_pie {
height: 98.8%;
}
#contenido {
padding-bottom: 7.5em;
/*	overflow: auto;*/
}
#pie {
position: relative;
margin-top: -7.5em;
}