@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a{ outline:none;}

.separa {
	width:100%;
	clear:both;
}

/*-----------------------------------------------------------*/

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	margin:0 auto;
	background:#E8E8E8 url(../images/bg_repeat.jpg) repeat-x;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#666;
	font-size:12px;
}
.width-page{ width:908px; }
#main{
	margin:0 auto;
	width:1000px;
	min-height:558px;
	background:url(../images/bg.jpg) no-repeat;
}
#header{
	margin:0 auto;
	height:145px;
	text-align:left;
	background:url(../images/bg_nav.jpg) no-repeat 0 96px;
}
		#logo{
			width:268px;
			height:37px;
			background:url(../images/logo.png);
			text-indent:-9999px;
			display:block;
			position:relative;
			top:33px;
			left:30px;
			float:left;
		}
		#claim{
			width:258px;
			height:28px;
			background:url(../images/claim.png);
			text-indent:-9999px;
			display:block;
			position:relative;
			top:47px;
			right:30px;
			float:right;
		}
		#ad-telefono{
			width:116px;
			height:14px;
			background:url(../images/telefono.jpg);
			position:relative;
			text-indent:-9999px;
			top:76px;
			right:38px;
			float:right;
			z-index:100;
		}
#cuerpo{
	margin:0 auto;
	padding:0;
}
	
	#contenido{
	margin:0 auto;
	float:left;
	text-align:left;
	background: url(../images/bg_body.png) repeat-y;
	padding-bottom:30px;
	}


/*---------------------------------------------------------------
estilos para el pie
----------------------------------------------------------------*/
#pie{
color:#647686;
background:url(../images/bg_pie.jpg);
text-align:left;
margin:0 auto 40px auto;
position: relative;
clear:both;
height:120px;
} 
#pie h3{color:#333; font-size:16px; margin-bottom:10px;}
#pie p{	margin:3px 0;}
#pie a{	color:#647686; text-decoration:none; border-bottom:1px dotted #B40100;}
#pie a:hover{ border-bottom:none; color:#0F567E;}
#borde-pie{height:20px; background:url(../images/borde_pie.jpg); margin-top:5px;}

/* fin estilos del pie */
