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

@font-face { font-family: "Century Gothic"; src: url(century.ttf) format("truetype"); }

html, body {
     margin: 0;
     padding: 0;
	 width:100%;
	 height:100%;
	 background-color:#ffb340;
	 background-image:url(imagenes/fondo_web.jpg);
	 background-repeat:no-repeat;
	 background-position:top;
}
li {
	margin-top:15px;
	}
li a:link{
	font: 14px "Century Gothic"; color:#000; text-decoration:none;
	}
li a:hover{
	font: 14px "Century Gothic"; color:#471745; text-decoration:underline;
	}
li a:active{
	font: 14px "Century Gothic"; color:#000;
	}
li a:visited{
	font: 14px "Century Gothic"; color:#000;
	}

#fdencabezado {
	width: 100%;
	background-color: #7d1d6b;
	position: absolute;
	height: 140px;
	border-bottom-style:dashed;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}
#encabezado {
	width: 970px;
	position: relative;
	left:50%;
	margin-left:-485px;
	z-index:19;
	height:auto;
}

#fdcontenido {
	height:auto;
	width: 100%;
	position: absolute;
	top:220px;
	background-image:url(imagenes/hoja.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	padding:0;
	margin:0;
	line-height:0;
}

#contenido {
	height: 100%;
	width: 960px;
	position: relative;
	left:50%;
	margin-left:-480px;
	display:table;	
}

#seccion {
	height:auto;
	width:745px;
	position:relative;
	float:left;
	margin-left:0px;
	text-align:justify;
	background-color:#FFF;
	font-family:"Century Gothic";
	line-height:20px;
	font-size:14px;
}

#seccion .texto {
	padding-left:20px;
}

#seccion td {
	padding:5px;
	vertical-align:top;
	}

#menu {
	height:auto;
	width:210px;
	position:relative;
	border-right-color: #999;
	border-right-style:solid;
	border-right-width:1px;
	text-align:left;
	float:left;
}

#menu a.inicio:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_inicio.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.inicio:hover{
	background-image:url(imagenes/bt_inicio2.png);
}
#menu a.trayectoria:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_trayectoria.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.trayectoria:hover{
	background-image:url(imagenes/bt_trayectoria2.png);
}
#menu a.coaching:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_coaching.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.coaching:hover{
	background-image:url(imagenes/bt_coaching2.png);
}

#menu a.cartas:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_cartas.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.cartas:hover{
	background-image:url(imagenes/bt_cartas2.png);
}


#menu a.blog:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_blog.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.blog:hover{
	background-image:url(imagenes/bt_blog2.png);
}
#menu a.contacto:link{
	display:block;
	width:210px;
	height:50px;
	background-image:url(imagenes/bt_contacto.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom:5px;
}
#menu a.contacto:hover{
	background-image:url(imagenes/bt_contacto2.png);
}

#hojasuperior {
	height: 27px;
	width: 100%;
	position: absolute;
	top:193px;
	background-image:url(imagenes/hoja_superior.png);
	background-position:center;
	background-repeat:no-repeat;
}
#hojainferior {
	height: 27px;
	width: 100%;
	position:relative;
	background-image:url(imagenes/hoja_inferior.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	display:table;
}

#socialmedia {
	position:absolute;
	width:970px;
	height:40px;
	text-align:right;
	left:50%;
	margin-left:-485px;
	top:150px;
	z-index:2;
}

#socialmedia a.facebook:link{
	height:40px;
	width:40px;
	background-image:url(imagenes/facebook.png);
	display:block;
	float:right;
	}
#socialmedia a.facebook:hover{
	background-image:url(imagenes/facebook2.png);
	}
#socialmedia a.twitter:link{
	height:40px;
	width:40px;
	background-image:url(imagenes/twitter.png);
	display:block;
	float:right;
	}
#socialmedia a.twitter:hover{
	background-image:url(imagenes/twitter2.png);
	}
#socialmedia a.blogger:link{
	height:40px;
	width:40px;
	background-image:url(imagenes/blogger.png);
	display:block;
	float:right;
	}
#socialmedia a.blogger:hover{
	background-image:url(imagenes/blogger2.png);
	}
#socialmedia a.youtube:link{
	height:40px;
	width:40px;
	background-image:url(imagenes/youtube.png);
	display:block;
	float:right;
	}
#socialmedia a.youtube:hover{
	background-image:url(imagenes/youtube2.png);
	}

#precarga {
	display:none;
	}