html, body {
	height:100%; /* necesario para container min-height */
	background-color: #0066FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 960px;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-y;
	background-position: left;
} 

#container {
	margin: 0 auto;
	width: 960px;
	min-height: 700px;
	height:auto !important; /* estandar */
	height:100%; /* IE6 interpreta como min-height*/
	min-height:100%;
	position: relative;
}

.logo {
	margin-top:10px;
	margin-bottom:10px;}


/* INICIO CABECERAS */

h1 {
	font-size:24px;
}

h2 {
font-size:18px;
}

h3, h4, h5 {
font-size:16px;
}

/* FIN CABECERAS */


/* INICIO DESTACADO */

#destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.columna1 {
	float: left;
	display: block;
	padding-left: 45px;
}
.columna1 img {
	float:left;
	padding-right: 10px;
	margin-right: 10px;
}
.columna1 a {
	text-decoration:none;
	border: none;
}
#destacado h1 {
	font-size: 25px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#destacado h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 5px;
}

/* FIN DESTACADO */

/* CONTENIDO */

.imgder {
float:right;
margin-left:5px;
}

.imgizq {
float:left;
margin-right:5px;
}

.lista1 {
list-style-type:circle;
}

.lista2 {
list-style-type:square;
}

.lista1 li {
margin-bottom:10px;
line-height:18px;
}

#contenido {
	font-size: 14px;
	width: 600px;
	float: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 

#contenido a {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}
#contenido a:hover, #navbar a:active, #navbar a:focus {
	color: #FF6600;
	text-decoration: underline;
}

/* FIN CONTENIDO */

/* INICIO MENU SUPERIOR */

#menusup h3 {
	margin-left: 45px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
}

#menusup ul {
	margin: 0;
	padding: 0;
	margin-bottom:16px;
	margin-left: 45px;
}

#menusup li {
	list-style-type: none;
	display:inline;
}

#menusup a {
	color: #000000;
	text-decoration: none;
	background-color: #FF6600;
	line-height:36px;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #D5800;
	border-left-color: #FFCC00;
}

#menusup a:hover, a:active, a:focus {
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}


/* FIN MENU SUPERIOR */

/* INICIO MENU LATERAL */

#lateral {
	font-size: 14px;
	width: 265px;
	float: left;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 65px;
	padding-bottom: 0px;
	margin-bottom:10px;
}

#lateral p {
	padding-top:10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
}
#contacto  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#contacto a:hover, a:active, a:focus {
	color: #FF6600;
	padding: 1px;
	text-decoration: underline;
}
#navbar {
	margin: 0;
	padding: 0;
}
#navbar li {
	list-style-type: none;
	margin: 0;
}
#navbar a {
	padding-top:8px;
	padding-right:4px;
	padding-bottom:8px;
	padding-left:4px;
	margin-bottom:3px;
	color: #000000;
	text-decoration: none;
	background-color: #66CCFF;
	display: block;
}
#navbar a:hover, a:active, a:focus {
	color: #FFFFFF;
	background-color: #123c6a;
	text-decoration: none;
}

/* FIN MENU */

#debajo {
	clear: both;
}

/* CLASES ESPECIALES */
.corte {
	clear: both;
	padding-top: 4em;
}
.corte2 {
	clear: both;
	padding-top: 0.65em;
}
