html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color: #929292;
	color: #444;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.fontloadingcont {
	font-size: 15px;
	font-weight: bold;
	color:#000;
}

.fontloadingcont p {
	margin:0;
	padding:0
}

#cargando {
	width: 600px;
	padding-top:20px;
	text-align:center;
	position: absolute;
}

#cargando img {
	margin:0;
	padding:0
}

a {
	color: #ac2f29;
	text-decoration:none;
	font-weight:normal
}

a:visited {
	color: #ac2f29;
	text-decoration:none
}


a:hover {
	color: #8496B3;
	text-decoration: underline;
}

h1 {
	font-size: 16px
	font-family: Arial;
	color: #0067a4;
	margin: 0;
	padding-bottom: 8px;
	font-size: 20px;
}

h2 {
	font-size: 14px;
	font-family: Arial;
	color: #62C916;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0;
}

h3 {
	font-size: 15px;
	font-family: Arial;
	margin: 0px 0 10px 0;
}

h4 {
	font-size: 12px;
	font-family: Arial;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

h5 {
	font-size: 11px;
	font-family: Arial;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}


p  {
	margin: 0;
	padding-bottom: 8px;
	font-size:12px;
	line-height: 18px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

img {
	border: none;
}

#wrapper {
	margin: 20PX auto;
	width: 980px;
	text-align: left;
	background-color: #FFF;
}

#head {
	background-color: #F0F8FA;
	height: 140px;
	color: #606d82;
	background-image: url(../imagenes/psi-gestion.jpg);
}

#head div {
	float: left;
	clear: right;
	height: 65px;
	margin: 0 0 20px150px;
}

#logo {
	width: 185px;
}

#logo a {
	display: block;
	padding: 46px 0 0 14px;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
}



#body {
	float: right;
	margin-top: 3px;
	width: 775px;
	clear: both;
	background-color: #FFF;
	padding: 0px;
	margin: 5px;
}

#visual {
	height: 166px;
	background-image: url(../imagenes/visual.jpg);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 760px;
	margin: 20px 0;
}



#threecells {
	clear: both;
}

#threecells div {
	float: left;
	width: 224px;
	height: 250px;
}

#threecells a {
	display: block;
	width: 162px;
	height: 48px;
	margin-bottom: 10px;
}

#threecells span {
	display: none;
}

#cell_1 {
	width: 162px;
	padding-right: 15px;
}

#cell_1 a {
	background-image: url(../imagenes/3colls_p1.jpg);
}

#cell_2 {
	width: 162px;
	padding: 0 15px 0 15px;
	border-left: 1px solid #AACCD5;
	border-right: 1px solid #AACCD5;
}

#cell_2 a {

}

#cell_3 {
	width: 162px;
	padding-left: 15px;
}

#cell_3 a {
	background-image: url(../imagenes/3colls_p3.jpg);
}

#side {
	width: 185px;
	background-color: #EAF4F6;
	height: 100%;
	padding: 10px 0 0 0;
}

.menu{
	padding: 0;
	margin: 0px 0 20px 0;
}

.menu a {
	text-decoration: none;
	display:block;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
}

.menu ul li a {
	margin-top: 8px;
	padding: 0 15px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #AACCD5;
	border-bottom: 1px solid #AACCD5;
	background-image: url(li1a.gif);
	background-position: 13px 5px;
	background-repeat: no-repeat;
}

.menu ul li ul li a {
	margin-top: 0;
	height:19px;
	line-height: 19px;
	font-weight:normal;
	text-transform: capitalize;
	background-image: url(li2.gif);
	background-color: #DEECF0 ;
	background-position: 13px 5px;
	background-repeat: no-repeat;
	border-top: 1px solid #EEF5F7;
	border-bottom: 1px none #EEF5F7;
}

.menu ul li ul li a:hover {
 background-color:#0079b2;
 color:#FFFFFF
}

.menu ul li ul li ul li a {
	background-color: #C2DCE3;
	background-image: none;
	padding: 0 0 0 30px;
}

.menu li li li li a {
	padding-left: 36px;
}

.menu ul li ul li ul li ul li a {
	background-color: #A1CEDB;
	background-image: none;
}

.menu-active {
	 background-color:#0079b2;
 	color:#FFFFFF;
	padding: 3px 0 3px 15px;
		
}

#foot {
	clear: both;
	padding: 1em;
	background-color: #000;
	font-size: 12px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	background-image: url(../imagenes/fondo-pie.gif);
}

#top_nav {
	display: none;
	padding-left: 185px;
	background-color: #DEECF0;
	height: 20px;
}

#foot a {
	color:#009900
}

#foot a:visited {
	color:#009900
}

.logos {
	margin:0 0 20px 0;
	width:248px;
	float:left
}

#nav-horizontal {
	float:left;
	width:750px;
	margin:0 0 40px 0;
	color: #8496B3;
	font-weight: bold;
}


#nav-horizontal ul {
	list-style:none;
	margin:0;
	padding:0
}

#nav-horizontal ul li {
	float:left;
	padding:0 5px
}

/*********************Internas**************************/

#internos-left {
	float: left;
	width: 560px;
	margin: 20px 0;
}
#internos-right {
	float: left;
	width: 205px;
	margin: 20px 0 20px 10px;
}


.placa-right-celeste {
	background-color:#f8f8f8;
	padding:5px;
	margin: 0 0 10px 0;
}


/******************************Form********************************/

.col1-contacto {
	width:150px;
	float:left
}

.col2-contacto {
	width:400px;
	float:left;
	height: 50px;
}

form {
	margin:40px 0 0 0
}

.input {

	width:350px}

.input-text {
	height:160px
}

.boton {
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #000;
	background-color:#0079b2;
	font-size:10px;
	padding:5px
}


/***********************Form descargas************************/

#fcf2 input, #fcf2 textarea {
background: #deecf0;
border:1px solid #0079b2;
padding:2px;
width:350px
}

#fcf2 input:hover, #fcf2 textarea:hover {
background: #eaf4f6;
border:1px solid #3D5686;
}

#fcf2 input:focus, #fcf2 textarea:focus {
background: #eaf4f6;
border:1px solid #3D5686;
}

#boton {
	
	font-weight:bold;
	border:1px solid #000;
	background-color:#0079b2;
	font-size:10px;
	padding:5px;
	width:50px
}
