/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

html {
height: 100%;
}

body {
	font: 14px/1.5em "arial";
	font-family: arial;
	margin-top: 10px;
	background-color: #00477F;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	height: 100%
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: black;
}

h1 {

font-size: 24px;

}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-bottom: -5px;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
}

p {
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
}

ul, ol {
text-align: left;
font-size: 12px;
line-height: 15px;
}


/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: blue;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}

/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/
.container {
width: 90%;
margin-top: 20px;
vertical-align: top;
background-image: url(images/white_bar.gif);
background-repeat: repeat-x;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;

}

.containergallery {
margin-top: 20px;
background-image: url(images/gray_bar.gif);
background-repeat: repeat-x;
background-color:#CCCCCC;
}

.homecontainer {
width: 799px;
margin-top: 20px;
vertical-align: top;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;

}

.homebanner {
width: 799px;
vertical-align: top;
text-align: left;
height: 317px;
background-image: url(images/home.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.thanksbanner {
width: 799px;
vertical-align: top;
text-align: left;
height: 380px;
background-image: url(images/thanks.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.panel { 
width: 99%;
margin-top: 30px;
text-align: right;
padding-right: 10px;
vertical-align: top;
	}

.content { 
width: 55%;
border: #EEEEEE thin solid;
background-color:#FFFFFF;
margin-top: 30px;
padding-top: 10px;
padding-left: 10px;
padding-right: 20px;
text-align: left;
position: absolute;
left: 5%;
margin-right: 0px;
z-index: 100;
/* Mozilla ignores crazy MS image filters, so it will skip the following */

	}
	

.gallerycontent {
margin-top: 30px;
width: 96%;
margin-bottom: 5px;
padding: 10px;
border: #EEEEEE thin solid;
background-color: #FFFFFF;

}

.footer {
	width:90%;
	vertical-align: top;
	text-align: right;
	margin-top:10px;
	font-size: 10px;
	
}

.homefooter {
	width:799;
	vertical-align: top;
}

.switch {
text-align: center;
}
	
.logo { 
width: 220px;
border: #EEEEEE thin solid;
position: absolute;
left: 5%;
top: 10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/translucent.png');
z-index: 200;
	}

.logo[class] {
  background-image:url(images/translucent.png);
}

.logohome { 
width: 220px;
border: #EEEEEE thin solid;
position: absolute;
margin-left: auto;
margin-right: auto;
top: 68px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/translucent.png');
z-index: 200;
	}

.logohome[class] {
  background-image:url(images/translucent.png);
}



.logogallery { 
width: 220px;
border: #EEEEEE thin solid;
position: absolute;
left: 5%;
top: 10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/translucent.png');
z-index: 200;
	}

.logogallery[class] {
  background-image:url(images/translucent.png);
}

/* Estos son los estilos de la tabla de la galerķa */

.contenedor {
width: 100%; min-height: 100%; margin: auto; height: 100%; border: #EFEFEF 1px solid; vertical-align: top;
}

.data {
width: 30%; padding: 10px; min-height: 100%; height: 100%; position: relative; top: 0px; float: left; vertical-align: top;
}

.subpic {
width: 200px; text-align: center; margin-left: auto; margin-right:auto;

}

.suprapic {
width: 100%; border: #EFEFEF 1px solid; text-align: left; font-size: 14px; font-weight: bold;

}

* html {.contenedor:height:100%;}
	
/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/

.titlebackground {
	background-image: url(images/h1background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 43px;
	margin: 0px;
	padding-top: 5px;
	vertical-align: middle;
}

	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 500;
background: url(images/buttonon.jpg)  no-repeat;
white-space: normal;
display: block;
width: 133px;
height: 38px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 133px;
height: 38px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 133px;
height: 38px;
border: 0
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;

}

.cssnav a:hover 
	{color: #999999;}

.cssnav span
{
position: absolute;
left: 5px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 