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

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	background:#DAD9D8;
	margin:0 auto;
}
#head{
	height:276px;
	margin:0 auto;
	background: url(../images/head_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	#head-base{
	width:1220px;
	height:276px;
	background:url(../images/head_bg1.jpg) no-repeat bottom;
	margin:0 auto;
	text-align:left;
	}
		a#logo{
		position:relative;
		display:block;
		background-image:url(../images/logo.jpg);
		width:420px;
		height:60px;
		left: 169px;
		top: 45px;
		text-indent:-9999px;
		}
		
		a#soporte{
		position:relative;
		display:block;
		background-image:url(../images/soporte.jpg);
		width:132px;
		height:91px;
		left: 900px;
		top: 35px;
		text-indent:-9999px;
		}
		a#soporte:hover{
		background-position:0 -91px;
		}
		
#cuerpo{
	margin:0 auto;
	padding:0;
}
	#contenido{
	margin:0 auto;
	background:url(../images/body_top.jpg) top repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
		#content-base{
		width:1000px;
		margin:0 auto;
		}
			#content-base2{
			width:1000px;
			/*background:url(../images/body_box.jpg) repeat-x top;*/
			float:left;
			position:relative;
			padding-bottom:20px;
			}
				#titseccion{
				color:#E18700;
				font-size:30px;
				height:35px;
				}
				.subtitseccion{
				color:#666666;
				font-size:18px;
				margin-bottom:15px;
				}

		/*estilos para el pie*/
		#pie{
			background: #E8E8E8 url(../images/footer_bg.jpg) repeat-x top; 
			margin:0 auto;
			height:80px; 
			clear:both;
		}
		#texto-pie{
			width:950px;
			margin:0 auto;
			font-size:12px; 
			color:#999999; 
			padding-top:22px;
		}
		#texto-pie a{
			color:#666666; text-decoration:none;
		}
		#texto-pie a:hover{
			text-decoration:underline;
		}
		#texto-pie .license{
			float:left; margin-left:22px;
		}
		#texto-pie .stdweb{
			float:left; margin-left:50px;
		}
		#texto-pie .credits{
			float:right; margin-right:22px;
		}
		/* fin estilos del pie */
