/* CSS Document */

*{
margin:0;
padding:0;
}

html								{ overflow-y: scroll; }
html, body							{ height: 100%; }



.clear{clear:both;}

h2 {
	font:18px/18px Verdana, 'Times New Roman', Times, serif bold;
	margin:10px 0 2px 0;
	color:#fff
}

h3{ 
	color:#CCCCCC;
}
.ingles{
	font-style:italic;
	color:#CCCCCC;
}
small {
	
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}

#menucont{
	float:right;
	width: 450px;
	height: 80px;
	position: relative;
}


/* Fix up IE6 PNG Support 
img, #logo { behavior: url(css/iepngfix.htc); }*/


body {
	/* background-image:url(../imgs/fondo3.jpg);*/
	background-repeat:no-repeat;
	background-color:#000;
	font-family: "Lucida Grande", sans-serif, Arial, Helvetica ;
	font-size: 9pt;
	color:#666666;
	/*line-height: 15px;*/
}



#contenedor {
   
	width:960px; /*ancho total de la pagina*/
	/*background-color:#FFFFFF;*/
	/*margin:20px auto; 0px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/
	position: relative;
	 margin: 0px auto 0px;
	 min-height: 100%; height: auto !important; height: 100%;
}


   #container-content {
  padding-top: 20px;
   padding-bottom: 50px;
  
  }




#logo {
	
	width:300px;
	height:52px;
	}
	
#logo a:active{color:#000;}
#logo a:link{ color:#000;}
#logo a:visited{ color:#000;}
#logo a:hover{
	border-bottom-style:none;
	
}


#cont_galeria {
width:960px;
margin:30px auto 0px auto;
}

.text_block {
	float:left;
	width:400px;
	margin-right:50px;
	margin-left:85px;
	color:#999999;
	margin-top: 50px;
}

.image_block {
	border:1px solid #b5b5b5;
	float:left;
	margin-top: 50px;
	margin-left: 50px;
}

/*#footer {
    margin:0 auto;
	width:960px;
	color:white;
	padding:40px;
}*/

#footer{
	
	background-color:#000;
	
	width: 960px;
	margin: 0 auto;
	
	position:absolute;
	
	bottom: 0 !important;
    bottom: -1px;
	height: 50px;
}
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{
	color: #666666;
}
#footer-1							{
	width: 300px;
	float: right;
	margin: 10px;
}
#footer-2							{ width: 200px; float: left;  }
#footer-3							{ width: 200px; float: left; margin-right: 60px;}
#footer-4							{ width: 200px; float: left; }
#footer a							{ color: gray; }
#footer ul							{ color: gray; }

.cont_footer {
	margin-top:30px;
	float:right;
	/*border:1px solid red;/*
	
}
