a
{
	text-decoration: none;
	color: #000000;
}

h1
{
	background: transparent url('images/corona.png') no-repeat left;
	padding: 0;
	padding-left: 38px;
	display: block;
	margin: 0;
	color: #154450;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2
{
	padding: 0;
	display: block;
	margin: 0;
	font-size: 14px;
	margin: 10px 0 5px 0;
}

img
{
	display: block;
	border: 0;
}

body
{
	margin: 0 auto 0 auto;
	font-size: 12px;
	font-family: Arial, Sans-Serif, Helvetica, serif;
}

img{ border: 0 }

table { width: 100%; border-collapse: collapse; }

table td
{
	border-spacing: 0;
	border: 0;
	padding: 0;
}

#header, #sub-header, #cuerpo, #footer
{
	min-width: 779px;
}

/*Header*/
#header .logo
{
	width: 364px;
	height: 170px;
	vertical-align: bottom;
}

#header .lenguajes
{
	width: auto;
}

#header .sol
{
	height: 103px;
	background: transparent url('images/sol.png') no-repeat center;
}

#header .ingles
{
	height: 32px;
	text-align: right;
	background-color: #b6b0c9;
	padding-right: 15px;
}

#header .ingles a
{
	text-decoration: none;
	color: #ffffff;
}

#header .espanol
{
	background-color: #98d2dc;
	height: 35px;
	text-align: right;
	padding-right: 15px;
}

#header .espanol a
{
	text-decoration: none;
	color: #000000;
}

/*Sub Header*/
#sub-header
{
	height: 207px;
	background: transparent url('images/sh.png') repeat-x left;
}

#sub-header .centro
{
	width: auto;
}

#sub-header .izquierda
{
	width: 136px;
	vertical-align: top;
	padding: 15px;
}

#sub-header .derecha
{
	width: 136px;
}

/*Cuerpo*/
#cuerpo
{
	height: 500px;
	margin-bottom: 15px;
}

#cuerpo .izquierda, #cuerpo .derecha
{
	width: 136px;
	vertical-align: center;
}

#cuerpo .izquierda
{
	background: transparent url('images/pezi.png') no-repeat top;
}

#cuerpo .derecha
{
	background: transparent url('images/pezd.png') no-repeat top;
}

#cuerpo .centro
{
	width: auto;
	border: solid 1px #000000;
	vertical-align: top;
	background: transparent url('images/menui.png') repeat-x bottom;
}

#cuerpo .menu
{
	font-weight: bold;
	background: transparent url('images/menu.png') repeat-x top;
	height: 33px;
}

#cuerpo .inicio
{
	width: 10px;
	text-align: left;
	padding-left: 15px;
}

#cuerpo .enlaces
{
	width: auto;
	text-align: right;
}

#cuerpo .enlaces a
{
	padding-right: 15px;
	text-transform: uppercase;
}

#cuerpo .contenido
{
	padding: 33px 10px 33px 10px;
	font-size: 14px;
}

/*Footer*/
#footer
{
	background-color: #0a2127;
	height: 47px;
	text-align: center;
	color: #ffffff;
}

#footer a
{
	text-decoration: underline;
	color: #ffffff;
}

#welcome
{
	background: transparent url("images/welcome_bg.png") repeat-x top;
	text-align: center;
	height: 300px;
}

#menu ul li a
{
	background: transparent url('images/camara.png') no-repeat left;
	padding-left: 25px;
	color: #285267;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

/*Galeria*/
.galeria td
{
	width: 25%;
	padding: 3px;
	text-align: center;
}

.galeria td a
{
	display: block;
	border: dashed 1px #206476;
	width: 100px;
	height: 100px;
}

.galeria td img
{
	display: inline;
	opacity: 0.7;
	filter:alpha(opacity=70)
}

.galeria td img:hover
{
	opacity: 1;
	filter:alpha(opacity=100)
}
