/*Reseto*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size: medium;
	text-align: center;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
*{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

/*Estilos generales*/
html {
	margin: 0;
	padding: 0;
	border: 0px solid #333;
}
body{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0 auto;
	width: 100%;
	background: #fff;		
	color:#333333;
}
#contenido{
	width:958px;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	font-size:1.1em;
	text-align: center;
}

#cabecera{
	background:url("../images/cabecera_bg.jpg") no-repeat scroll 0 0 #FFFFFF;
	border:0 solid #FFFFFF;
	float:left;
	font-size:0.9em;
	width:958px;
	height: 229px;
}

#cabecera h1 {
	display: none;
}


/* CUERPO */
#cuerpo{
	width: 958px;
	background: #fff;
	float: left;
	margin:0;
	margin-bottom:5px;
	padding-bottom:10px;
	text-align: center;
	
}

#cuerpo .menu ul li {
	display: inline-block;
	text-align: center;
	width: 115px;
   margin: 15px 25px;
}

*:first-child+html #cuerpo .menu ul li {
	display: inline;
}

#cuerpo .menu ul li h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5790c0;
	padding-bottom: 8px;
}

#cuerpo .menu ul {
	margin: 0 auto;
}

#cuerpo .menu ul.menu-uno {
   width: 333px;
	padding-top: 35px;
}

*:first-child+html #cuerpo .menu ul.menu-uno {
   width: 330px;
}

#cuerpo .menu ul.menu-dos {
	width: 669px;
}

*:first-child+html #cuerpo .menu ul.menu-dos {
   width: 660px;
}

#pie{
	background:url("../images/nautica.jpg") no-repeat scroll 0 0 #FFFFFF;
	border:0 solid #FFFFFF;
	float:center;
	font-size:0.9em;
	width:958px;
	height: 229px;
}

#pie h1 {
	display: none;
}
