html { overflow-y: scroll; }

*:focus {outline: none; }
*::-moz-focus-inner { border: none; }	
* {	margin: 0; }

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E5E5E5;
}	

img {
	border:none;
}

a:link {text-decoration: none;color: #2B64A4;}
a:visited {text-decoration: none;color: #2B64A4;}
a:hover {text-decoration: none;color: #2B64A4; text-decoration:underline;}
a:active {text-decoration: none;color: #2B64A4;}

H1 {
	font-size: 1.6em;
	color: #6491D2;
	font-weight: bold;
	background-image: url(../img/arm.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	letter-spacing: -0.025em;
	background-position: left top;
	text-indent: 15px;
	height:32px;
	background-repeat: no-repeat;
	margin-top:20px;
	margin-bottom:30px;
}

H2 {
	font-size: 18px;
	color: #4479CA;
	font-weight:normal;
	letter-spacing: -0.025px;
	display: block;
	height: 30px;
	line-height: 30px;
}

H3 {
	font-size: 16px;
	color: #4479CA;
	font-weight: normal;
	letter-spacing: -0.025px;
	display: block;
	height: 28px;
	line-height: 28px;
}

p {
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 20px;
	margin-bottom:12px;
}

#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 960px;
	margin-left: -480px;
}
	
#encabezado {
	background-image:url(../img/tira.png);
	background-repeat:repeat-y;
	height: 84px;
	height: 100px;
}

#scrollimg1 {
	background-image:url(../img/barra.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 400px;
	left: 280px;
	position:absolute;
}

#borde1 {
	background-image:url(../img/borde.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 400px;
	left: 280px;
	position:absolute;
}

#logo {
	position: absolute;
	display: block;
	left:28px;
	top:10px;
	width: 200px;
	height:48px;
}

#casco {
	position: absolute;
	display: block;
	left:885px;
	top:9px;
	width: 44px;
	height:48px;
	opacity:0.7;
}

#slogan {
  position: absolute;
	display: block;
	color:#FFF;
	left:30px;
	top:68px;
	line-height:28px;
	font-size:15px;
	height:28px;	
	text-shadow: 1px 1px 3px #666;
}

#social {
	position: absolute;
	left:818px;
	top:70px;
}

#medio {
	background-image:url(../img/fondo.png);
	background-repeat:repeat-y;
	padding-left:15px;
}

#menu {
	width:170px;
	float:left;
	background-image:url(../img/fondomenu.png);
	background-repeat:repeat-y;
	height:100%;
}

#menu ul {list-style:none;margin:0;padding:0;}
#menu li {
	color: #5F92CF;
	width: 170px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	text-align: left;
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EFF5;
	display: block;
}
	
#menu li a {
	color: #5F92CF;
	text-decoration: none;
	padding-left: 15px;
	display: block;
}
	
#menu li a:hover {
	background-color: #4E86CB;
	color: #FFFFFF;
}

#menu #armadura {
	background-image: url(../img/fondoarmadura.png);
	background-repeat:no-repeat;
	left: 0px;
	width: 170px;
	height:500px;
	padding-left: 15px;
}

.imglink a {
	opacity:0.7;
}

.imglink a:hover {
	opacity:1;
}

#contenido {
 	width:700px;
	display:inline-block;
	padding-left:30px;
	padding-right:30px;	
	background-color:#FFFFFF;
	min-height:560px;
}

#base {
	background-image:url(../img/base.png);
	background-repeat:no-repeat;
	height: 70px;
}

#pie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	position:relative;
	left: 15px;
	height: 40px;
	width: 930px;
	color:#888;
	text-indent:30px;
	line-height:38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#F0F0F0;
	background-image:url(../img/fondomenu.png);
	background-repeat:no-repeat;
	background-size:cover;
}

input, select, textarea{
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
	height: 22px;
}

.fotoder {
	float:right;
	margin-left:30px;
	margin-bottom:10px;
}

.fotoizq {
	float: left;
	margin-right:30px;
	margin-bottom:10px;
}

.texticon {
	width:64px;
	height:64px;
	display:inline-block;
	float:left;
	margin-right:15px;
}

hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #F3F3F3;
	height:6px;
	margin-bottom: 12px;
}

.nota {
	color:#999;
	font-size:13px;	
}

.gris {
	color:#666;
}

#tconsulta {
	display:none;
}
