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

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	margin:0 auto;
	background:url(../images/bg_body.jpg) 0 95px repeat-x #3E609D;
}
#cuerpo{
	margin:0 auto;
	min-height:906px;
	padding:0;
	background:url(../images/bg.jpg) no-repeat center 95px;
}
	#header{
	height:95px;
	background:url(../images/header_bg.jpg) repeat-x #E6E6E6;
	}
		#head-content{
		width:885px;
		margin:0 auto;
		text-align:left;
		}
		a#logo{
		display:block;
		background:url(../images/logo.jpg) no-repeat;
		width:315px;
		height:95px;
		}
	#contenido{
	width:885px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:40px;
	}
			#content-principal{
			width:885px;
			float:left;
			margin:3px 0 0 0;
			}
				#sidebar{
				width:180px; 
				float:left;
				margin:0;
				padding:0;
				}
					#logo{
					width:179px;
					height:63px;
					background:url(../images/logo.gif);
					text-indent:-9999px;
					display:block;
					}
					#telefono{
					width:181px;
					margin-top:170px;
					background:url(../images/txt_llamenos.gif) no-repeat;
					color:#879CBE;
					font-size:14px;
					padding-top:30px;
					}
					#num-tel{
	width:159px;
	height:19px;
	background-image:url(../images/telefono.gif);
	margin-top:20px;
	text-indent:-9999px;
					}
#num-fax {
	width:159px;
	height:19px;
	background-image:url(../images/fax.gif);
	margin-top:10px;
	text-indent:-9999px;
}
		/* fin estilos del pie */
#num-movil {
	width:159px;
	height:19px;
	background-image:url(../images/movil.gif);
	margin-top:10px;
	text-indent:-9999px;
}
#num-skype {
	width:159px;
	height:19px;
	background-image:url(../images/skype.gif);
	margin-top:10px;
	text-indent:-9999px;
}
#num-skype a {
	width:159px;
	height:19px;
	background-image:url(../images/skype.gif);
	text-indent:-9999px;
	display: block;
}
				#content{
				width:645px; 
				float:right;
				margin:0 0 30px 0;
				padding:0;
				}

		/*estilos para el pie*/
		#pie{
		font-size:11px;
		color:#E0E7F3;
		clear:both;
		height:30px;
		border-top:1px dotted #9DB3D9;
		padding-top:5px;
		}
		#pie a{
			color:#E0E7F3;
		}
