/* - - - - - - - - - - - - - - - - - - - - -

Título : IOA
Autor : kravier.com

Descripción : ioa.css

Creado : 01 de abril, 2009

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px;
	color: #999;
	background-color: #12334c;
		
	
}
body {
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

a:hover {
	color: #fff;
}
h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #fff;
}

h2 {
	margin-top: 0px;
	font-size: 14px;
	color: #fff;
}

p {
	margin: 0px;
}


/****** TOP ******/

#top {
	height: 75px;
	background-color: #fff;
	padding-top: 20px;
}

#cabecera {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div.logo {
	width: 480px;
	float: left;
}

/****** MENU ******/

#menu {
	width: 405px;
	float: left;
	padding-top: 35px;
}

/****** BOTON INICIO ******/

div.boton1  {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_inicio.gif);
	background-repeat: no-repeat;
}

div.boton1 a {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_inicio.gif);
	background-repeat: no-repeat;
}

div.boton1 a:hover {
	background-image: url(../gfx/botones/b_inicio_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON IOA ******/

div.boton2 {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_ioa_over.gif);
	background-repeat: no-repeat;
}

div.boton2 a {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_ioa.gif);
	background-repeat: no-repeat;
}

div.boton2 a:hover {
	background-image: url(../gfx/botones/b_ioa_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON CURSOS ******/

div.boton3 {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_cursos_over.gif);
	background-repeat: no-repeat;
}

div.boton3 a {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_cursos.gif);
	background-repeat: no-repeat;
}

div.boton3 a:hover {
	background-image: url(../gfx/botones/b_cursos_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON CONTACTOS ******/

div.boton4 {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_contactos_over.gif);
	background-repeat: no-repeat;
}

div.boton4 a {
	width: 100px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_contactos.gif);
	background-repeat: no-repeat;
}

div.boton4 a:hover {
	background-image: url(../gfx/botones/b_contactos_over.gif);
	background-repeat: no-repeat;
}

/****** FOTO ******/

#random {
	height: 400px;
	background-color: #12334c;
}

#foto {
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

/****** CONTENIDO ******/

#contenedor {
	background-color: #275476;
}

#contenido {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
}

/****** COLUMNA 1 ******/

#columna1 {
	width: 600px;
	float: left;
}

#noticias {
	width: 600px;
}

div.espacio {
	width: 600px;
	height: 20px;
	clear: both;
}

/****** COLUMNA 2 ******/

#columna2 {
	width: 300px;
	float: left;
}

div.fotito {
	width: 135px;
	float: left;
	padding: 5px;
	background-color: #eee;
}

div.separador_fotito {
	width: 300px;
	height: 10px;
	clear: both;
}


/****** BOTTOM ******/

#bottom {
	height: 100px;
	clear: both;
	background-color: #12334c;
}

#footer {
	width: 920px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #275476;
	font-size: 11px;
}

#footer p {
	padding: 20px 0px 0px 0px;
}

#footer a {
	color: #275476;
}

#footer a:hover {
	color: #fff;
}

div.firma {
	float: left;
}
