/* Hoja de estilos para pantalla de la página NOVALIA CONSULTING */

/* Estilos generales */

html, body {
	height: 100%;
	width: 100%;
}

body{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.3em;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;}



/* Fondo superior (cabecera, fondo de body) y fondo del menú según la sección*/

/* WEB */
#web {
	background-image: url(../images/ff-web.gif);
	background-repeat: repeat-y;
	width: 570px;
	text-align: left;
	margin: auto;
	padding: 0;
	text-align: justify;
	}

/* Cabecera */

#cabecera_inicio {
	background: url(../images/ff-cabecera-top.gif) top no-repeat;
	text-align: left;
	height: 31px;
}

#cabecera {
	background: url(../images/ff-cabecera-top.gif) top no-repeat;
	text-align: left;
	padding-top: 30px;
	padding-left: 50px;
}
#cabecera ul {
	float: right;
	}
#cabecera ul li {
	display: inline;
	}
	
#pie {
	background: url(../images/ff-pie-top.gif) no-repeat;
	padding-top: 35px;
	padding-bottom: 20px;
	font-size: 90%;
	color: #ADADAD;
	}
#pie a {
	color: #006AC0;
	}
#pie a:hover {
	text-decoration: none;}

/* HOME */
#contenido_home {
	margin-left: 15px;
	width: 543px;
	}
#contenido_home h1 img{
	position: relative;
	left: 50px;
	}
#contenido_home h2 img {
	position: relative;
	margin-top: 45px;
	}
#contenido_home p {
	margin: 60px 0;
	text-align: center;
	}
#clearAll {
	clear: both;
	height: 1px;
	font-size: 1px;
	}
#pie_home {
	background: url(../images/ff-pie-top-home.gif) bottom no-repeat;
	height: 31px;
	}
	
/* CONTENIDOS GENERALES */

body#novalia #tit_pagina{
	clear: both;
	margin-top: 10px;
	background: url(../images/tit-novalia.jpg) no-repeat top;
	}
body#novalia #tit_pagina h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 35px;
	height: 70px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;}
	

body#servicios #tit_pagina{
	clear: both;
	margin-top: 10px;
	background: url(../images/tit-servicios.jpg) no-repeat top;
	}
body#servicios #tit_pagina h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	height: 95px;
	text-align: right;
	margin-right: 30px;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;}

body#contacto #tit_pagina{
	clear: both;
	margin-top: 10px;
	background: url(../images/tit-contacto.jpg) no-repeat top;
	}
body#contacto #tit_pagina h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 40px;
	height: 65px;
	margin-left: 68px;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;}
	
#contenido {
	padding-left: 115px;
	padding-right: 115px;	
	margin-top: 25px;
	width: 333px;
	}
#contenido ul {
	margin: 20px 0;
	}
#contenido ul li {
	background: url(../images/piti-ul.gif) left 0.4em no-repeat;
	padding-left: 10px;
	}
body#novalia #contenido {
	background: url(../images/flecha-novalia.gif) bottom right no-repeat;
	}
body#servicios #contenido {
	background: url(../images/flecha-servicios.gif) top right no-repeat;
	}
body#contacto #contenido {
	background: url(../images/flecha-contacto.gif) top left no-repeat;
	}
body#contacto #txt_contacto {
	padding-left: 50px;
	}

#contenido a {
	color: #006AC0;
	}
#contenido a:hover {
	text-decoration: none;}

#contenido form {
	background: url(../images/flecha-extranet.gif) bottom right no-repeat;
	margin: 0;
	padding: 10px 10px 20px 10px;
	border: 1px dotted #ADADAD;
	background-color: #F4F4F4;
	width: 190px;
	}

#contenido input {
	width: 100px;
	color: #666666;
	font-size: 90%;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;}


/* MENU */
	
#menu ul {
	position: absolute;
	margin-top: -15px;
	margin-left: 125px;
	}
#menu ul li {
	display: inline;
	}

/* ESTILOS GENERALES */

.destacado {
	color: #006AC0;
	}
a.adi  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ADADAD !important;
	text-decoration: none;
	font-size: 90%;
	}
a.adi:hover {
	color: #006AC0 !important;
	}