/* CSS Document */

*,html{
	padding:0px;
	margin:0px;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	background-image:url(../images/bg_gutizi2.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#eceffb;
	color:#656970;
}

img{
	border:0px;
}

p{
	padding:0px 0px 15px 0px;
	font-size:1em;
	line-height:1.7em;
}

a{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	text-decoration:underline;
}

em{
	font-style:italic;
}

h2, h3, h4{
	font-size:1em;
}

h1 .oculto, h2 .oculto{
	position:absolute;
	top:-6000px;
}


/***************************************************************************************/

.clear{
	clear:both;
}

/***************************************************************************************/

#contenedor{
	width:760px;
	margin:20px auto 0px auto;
}

#cont_gutizi{
	padding:60px 0px 0px 275px;
}
h1#capa_gutizi{
	width:360px;
	height:170px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	/*margin:0px auto 0px auto;*/
	/*background-position:280px 20px;*/
	/*float:left;*/
}
h1 a{
	/*width:201px;*/
	width:360px;
	height:170px;
	display:block;
	cursor:pointer;
}
h1 #entrar1{
	width:360px;
	height:170px;
	display:block;
	background-image:url(../images/entrar.gif);
	background-position:260px 70px;
	background-repeat:no-repeat;
}


#cont_fuerte{
	padding:60px 0px 0px 265px;
}
h2#capa_fuerte{
	width:380px;
	height:220px;
	background-image:url(../images/fuerte_png.png);
	background-repeat:no-repeat;
	/*float:left;*/
}

h2 a{
	width:380px;
	height:220px;
	display:block;
	cursor:pointer;
}
h2 #entrar2{
	width:380px;
	height:220px;
	display:block;
	background-image:url(../images/entrar.gif);
	background-position:280px 110px;
	background-repeat:no-repeat;
}

/*#entrar1, #entrar2{
	opacity: 0;
}*/
