/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/* hacks varios, adivinen para q browser */
html, body, #contenedor {
     min-height: 100%;  /* alto minimo FF y Safari */
     width: 100%;
     height: 100%; /* alto minimo para IE Windows */
     margin: 0;
     padding: 0;
	 background: transparent url(../imagenes/fd_pagina.gif) center repeat-y;
	}
html > body #contenedor {
    height: auto; /* con este hack escondemos el min-height de IE */
	} 
/* fin hacks varios */

body {
	background: transparent url(../imagenes/fd_pagina.gif) center repeat-y;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica;
	font-size: 12px;
    background-color: #FFF;
    color: #069;
	margin: 0 auto;
	width: 725px;
    }
a:link  {
	color: #039;
}
a:hover {
	color: #069;
	background-color: #9CF;
	text-decoration:none;
}
a:visited {
	color: #069;
}
h1 {
	background-image:url(../imagenes/fd_h1.jpg);
	background-repeat:no-repeat;
	color: #036;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	margin: 20px 0;
	padding-left: 30px;
	text-align:left;
}
h2 {
	font-size: 150%;
}
p {
	margin-bottom: 25px;
}
/* LAYOUT */
#contenedor {
	min-height: 100%;
}

#principal {
   height: auto;
    padding-bottom: 25px;  /* con este  padding el pie nunca toca el contenido */
    width: 724px;
    margin: 0 auto;
	}
#cuerpo {
	padding: 0 30px;
}

.col1, .col2, .col3 {
	float: left;
	width: 200px;
	display:inline;
}
.col1, .col2 {
	margin-right: 32px;
}
.col3 {
	float:right;
	}
#pie {
	background-image: url(../imagenes/fd_pie.jpg);
	background-repeat: repeat-x;
	clear:both;
	color: #003;
	font-size: 11px;
    padding-right: 15px;
    text-align: right;
	min-height: 30px;
	width: 711px;
	}
/*#demoOnline {
	float: right; 
	top: 227px; 
	width: 163px; 
	position:absolute; 
	z-index: 100;
}*/

/* IDs */
#valido {
	float:right;
	font-size: 9px;
	color: #036;
	text-decoration:none;
}
/* CLASES */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
.clearfix {display: block;}
/* End hide from IE-mac */

ul.lista {
    list-style: none;
}
ul.lista li {
	padding-left: 30px;
	background-image: url(../imagenes/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	line-height: 1.25em;
	margin-bottom: 25px;
}

.pieFoto {
	font-size: 12px;
	background: transparent url(../imagenes/ptos_amarillos.jpg) left top repeat-y;
	padding-left: 20px;
	margin: 15px 0;
}

.titAmarillo {
	color: #EB2;
	font-weight: bold;
}
.imgThumb {
	border: 7px solid #D4E5ED;
	height: 132px;
	width: 184px;
	}
.clearfloat {
	clear:both;
	font-size: 1px;
	height:0;
	line-height: 0px; }
