@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; color:#4586AE }

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

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	margin:0 auto;
	background:#8AAFC5 url(../images/bg.jpg) repeat-x;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#666;
	font-size:12px;
}
#main{
	margin:0 auto;
	width:934px;
	background:url(../images/bg_body.png) repeat-y;
}
#header{
	height:120px;
	width:934px;
	background:url(../images/header.jpg) no-repeat 10px 0;
}
		#logo{
			width:240px;
			height:75px;
			text-indent:-9999px;
			display:block;
			position:relative;
			top:33px;
			left:30px;
			float:left;
		}
#seccion{
	background:url(../images/sub_header.jpg) no-repeat; 
	width:915px; 
	height:47px; 
	margin-left:10px;
	*margin-left:2px;
}

#cuerpo{
	width:934px;
	margin:0 auto;
	float:left;
	background:url(../images/bg_body.png) repeat-y;
}
	
	#contenido{
	margin:0 auto;
	float:left;
	text-align:left;
	}
		
		#left{
			width:223px;
			float:left;
			color:#999999;
			padding:0;
		}
		#right{
			width:705px;
			float:left;
			padding-bottom:10px;
			background:url(../images/borde_sidebar.gif) right top no-repeat;
			line-height:19px;
		}
		#right p{ margin:13px 25px 13px 0; }


		/*---------------------------------------------------------------
		estilos para el pie
		----------------------------------------------------------------*/
		#pie{
		font-size:11px;
		color:#FFF;
		background:url(../images/footer.png) no-repeat;
		text-align:left;
		margin:0 auto 40px auto;
		position: relative;
		clear:both;
		height:55px;
		width:934px;
		} 
		#pie-izq{ float:left; width:280px; margin:32px 0 0 30px; }
		#pie-der{ float:right; width:580px; margin:32px 30px 0 0; text-align:right; }
		#pie p{	margin:0;}
		#pie a{	color:#FFF;}
		#pie a:hover{ text-decoration:none;}
		
		/* fin estilos del pie */

