/* CSS */

html,
body {
	margin: 0 0 30px 0;
	padding:  0;
	background-color: #FFF;
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	/*font-size:80%;*/
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6;
	color: #999999;
	min-width: 800px;
}
body {
	background: transparent URL(../img/background.jpg) repeat-x 0 380px ;
}
body.interior {
	background: transparent URL(../img/background.jpg) repeat-x 0 200px ;
}

p {
	font-size: 10px;
	color: #999999;
	line-height: 19px;
}
a:hover {
	text-decoration: none;
}
/*strong.destacado {
	color: #e2b260;
}

ul {
	margin:  20px 0 0 0;
	padding: 0;
  	list-style-type: none;
  	font-size: 13px;
}

.centrado {
	text-align: center;
}*/


/*Links pie de pagina*/

a.entrar{
font-family:"Lucida Grande",Verdana,Arial,sans-serif;
color:#013567;
text-decoration:none;
}

a.entrar:hover{
text-decoration:underline;
font-size:10px;
}

a.lilval{
font-family:"Lucida Grande",Verdana,Arial,sans-serif;
font-size:10px;
color:#999;
text-decoration:none;
}

a.lilval:hover{
	text-decoration:underline;
}



/* h1-h2-h3 */

h1	{
	text-align: center;
	text-indent: -99999px;
	/*background: transparent URL(../img/logoekilaterHQW.png) no-repeat 0 50%;*/
	width: 350px;
	height: 169px;
	display: block;
	margin:  0 auto;
	padding: 50px 0 20px 0;
}
h2	{
	text-indent: -99999px;
	/*background: transparent URL(../img/text.png) no-repeat 0 50%;*/
	width: 547px;
	height: 66px;
	display: block;
} 
h2.title2-small	{	
	font-size: 14pt;
} 
h3{
	font-size: 16px;
	color: #8e8e8e;
	margin: 0;
	font-weight: 100;
}


/* Contenido */


#contenedor {
	margin:  0 auto;
	/*margin-top:50px;*/
	width: 630px;
	/*height:500px;*/
	/*background-image:url(../img/bg-panel.png);*/
	/*background-repeat:no-repeat;*/
}


body.interior #contenedor {
	width: 900px;
}


#contenido {
	margin: 48px 0 10px 0;
	text-align: center;
	width: 800px;
}


body.interior #contenido {
	float: left;
}


#bg_cont {
	padding: 20px 0 240px 0;
	clear: both;
	
	width: 630px;
	height:180px;
	background-image:url(../img/bg-panel.png);
	background-repeat:no-repeat;
}


/*Pie de pagina*/

#pie {
	text-align: center;
	clear: both;
}


























