* {
	margin: 0;
	padding: 0;
}


@font-face {
font-family:"FuenteMenu";
src:url(TrajanPro-Regular.otf) format("opentype");
}


body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(imagenes/header-bg.jpg) repeat-x top #478bb2;
	text-align: center;
}

div#wrap{
	margin: 0 auto;
	width:800px;
	text-align:left;
}

.clear{ clear:both;}

ul#nav{
	height: 250px;
	background: url(imagenes/header.jpg) no-repeat;
	font-family: Helvetica, sans-serif;
	font-size: 1.9em;
	list-style: none;
	padding-left:600px;
	padding-top:20px;
}

p{
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0.3em 0.8em 0.3em;
	color:#e4ecf0;
}

h1{
	font-size:2.5em;
	margin-bottom: 0 0 3em 0.3em;
	color:#a7d4ee;
}

ul#nav li {
	display: inline;
	padding-top:39px;

	}
	ul#nav li a{
		display:block;	
		vertical-align: bottom; /* This fixes the IE5 Win gap! */
		color:white;
		text-decoration:none;
		list-style:none;
		padding-top:21px;
		 width: 10em; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */
		
	}
	ul#nav li a:hover, ul#nav li a:active {
		text-decoration:underline;
		letter-spacing:1px;
		/*color: #96c537;*/
	}

div#main{
	padding-bottom:50px;
	}
	div#main div#izq{
		
		float:left;
		

		width:530px;
	}
	
	div#main div#der{
		float:right;
		width:260px;
		border-top: 9px solid #2976a2;
		padding-top:15px;
		font-size:90%;
		display: inline

		width:260px;
	}
	
	
	div#main div#izq div#galeria_principal{
		margin: 0 3.5em 0 3.5em;
	}
		
div#footer {
	background: #2976a2;
	color: white;
	padding: 10px 0 10px 0;
	text-transform	: uppercase;
	border-top: 1px  solid #0f2837;
	text-align: center;
}
	div#footer a{
		color:white;
		text-decoration:none;
	}
	div#footer a:hover, div#footer a:active{
		text-decoration:underline;
	}

/*-----Contenido Main----*/

#subcontenedor{
	margin-top:5px;
	background:#478bb2;
	text-align:left;
}

#subarriba{
	background: url(imagenes/top.jpg) no-repeat;
	height:14px;
}
#submiddle{
	background: url(imagenes/cont-bg.jpg) repeat-y;
	padding:0 10px 0 10px;
}
#subdown{
	background: url(imagenes/cont-bottom.jpg) no-repeat;
	height:14px;
}


/*-----Forma contacto-----*/

input, select, textarea
{
  border-left-color: #478bb2;
  border-left-style: solid;	
  border-right-color: #478bb2;
  border-right-style: solid;
  border-top-color: #478bb2;
  border-top-style: solid;
  border-bottom	-color: #478bb2;
  border-bottom-style: solid;
  color: #478bb2;
  background: #FFFFFF;	
}

.Normal
{
  border-left-color: #FFFFFF;
  border-left-style: solid;	
  border-right-color: #FFFFFF;
  border-right-style: solid;
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
}

.InReto
{
  border-left-color: #478bb2;
  border-left-style: solid;	
  border-right-color: #478bb2;
  border-right-style: solid;
  border-top-color: #478bb2;
  border-top-style: solid;
  border-bottom-color: #478bb2;
  border-bottom-style: solid;
  background-color: #478bb2;
}

hr{
	color: #2976a2;
}
