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

body {
	background:#b99664;
}

/* 03. Header */
#header {
	width:100%;
	margin:0px auto 0;
	height:55px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

.logo { 
	width:302px; 
	height:223px;
	position:absolute;
	left:10px;
	top:0px;
	padding:-5px;
	float:left;
	border:none;
}


#nav { 
	font-size:15px; 
	float:right; 
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:90px;
	left:290px;
	z-index:0;
}

#nav li { 
	float:left; 
	display:inline; 
	text-align:center; 
	margin: 5px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li a,nav li a:link,nav li a:visited { 
	color:#630; 
	padding: 20px 15px 7px;
	text-decoration:none;
}

#nav li a:hover {
	color:#333;
}

#nav li.current_page_item a, nav li.current_page_item a:link { 
	color:#FFC;
}

table {
	padding-left:18px;
}


/* 04. Content */

#content {
	width:980px;
	padding:200px 20px;
	position:absolute;
	left:100px;
	top:50px;
	margin:0px auto 0;
	background:url(imagenes/bgcontent1.jpg) no-repeat;
	overflow:hidden;
	z-index:3;
}


h4 { 
font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 
font-size:24px; 
font-stretch:condensed;
color:#523325;
}

p.articulos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#600;
	font-weight:bold;
}

p.articulos a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#600;
	text-decoration:none;
	font-weight:bold;
}

p.contenido {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}


/* Banners */
#banner {  
	withd:100%;
	clear:both; 
	display:block;
	
}

.banner {  
	clear:both; 
	display:block;
}

banner .wrapper { 
	width:950px; 
	height:400px;  
	padding:75px 0 30px 30px; 
	overflow:hidden; 
}


banner a { 
	color:#666; 
}

banner #unidad { 
	float:left; 
	display:inline;
	height:380px; 
}

banner #left {
	width:300px; 
}

banner #right p {
	width:300px; 
	font-size:13px;

}

banner #middle {
	width:300px; 
	height:380px;
	margin:0 5px;
	padding:0px 5px;
	
}

.tarot a:hover{
	background-image:url(imagenes/tarotok.png) no-repeat;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* Columnas */
.threecol {
	background:none;/*columna derecha */
	border-left:2px #630;
}
.threecol .colmid {
	right:33%;			/* width columna derecha */
	background:none;
	 		/* columna central color */
}
.threecol .colleft {
	right:33%;			/* width central */
	background:none;	/* izq color */
}
.threecol .col1 {
	width:27%;			/* width central contenido (with de la columna menos el pading de cada lado 50 - 2 - 2) */
	left:100%;			/* 100% + padding derecho de la central */
}
.threecol .col2 {
	width:27%;			/* Width contenido izquierda (column width minus padding on either side) */
	left:42%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:29%;			/* Width of right column content (column width minus padding on either side) */
	left:78%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}



/* Footer */
#footer { 
	width:100%; 
	clear:both; 
	display:block;
	overflow:hidden;
	padding:10px 10px 15px opx;
	margin:10px;
	min-height:800px;
}

#footer .wrapper { 
	width:930px; 
	height:700px;  
	overflow:hidden; 
}


footer p { 
	font-size:12px; 
	color:#300;
	line-height:20px;
}

footer a { 
	color:#666; 
}

#footer .unit { 
	display:inline;
	height:125px;
	padding-top:50px;
	padding-left:40px;
}

footer .left {
	width:40%;
	float:left;
	border-right:#333 thin;
}

footer .right {
	width:40%; 
	float:right;

}



footer h4 { 
	margin:5px 0 10px; 
}


.eventos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#300;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;

	color:#300;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#300;
}

/* eventos */
#evento {  
	withd:100%;
	background: url(imagenes/backeventos.jpg) no-repeat #FFF;
	clear:both; 
	display:block;
	position:relative;
	padding:150px 15px 20px 35px;
}

.evento {  
	clear:both; 
	display:block;
	padding-top:35px;
}

evento .wrapper { 
	width:930px; 
	height:2000px;  
	padding:80px  30px 30px; 
	overflow:hidden; 
}


evento a { 
	color:#666; 
}

evento .unidad { 
	float:left; 
	display:inline;
	height:225px; 
}

evento .left {
	width:700px;
	padding:45px;
	margin-left:35px;
}

p.eventot {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#630;
	line-height:20px;
	text-align:left;
}

p.eventot a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#630;
	line-height:24px;
	text-decoration:none;
	text-align:left;
}

p.eventot a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#666;
	line-height:24px;
	text-decoration:none;
	text-align:left;
}

p.instructor {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	font-weight:bold;
	line-height:18px;
}

p.instructorf {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#930;
	font-weight:bold;
	line-height:16px;
}

p.eventoh {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#630;
	line-height:24px;
}

p.eventoh a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#630;
	text-align:left;
	line-height:20px;
	text-decoration:none;
}

p.eventoh a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#666;
	line-height:20px;
	text-decoration:none;
}

p.instructorh {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	font-weight:bold;
	line-height:8px;
}

p.instructorh a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	font-weight:bold;
	line-height:8px;
	text-decoration:none;
}

p.instructorh a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	font-weight:bold;
	line-height:8px;
	text-decoration:underline;
}



/*bios */
bios {  
	withd:100%;
	clear:both; 
	display:block;
}

.bios {  
	clear:both; 
	display:block;
	padding-top:35px;
}

bios .wrapper { 
	width:930px; 
	height:500px;  
	padding:80px 0 30px 30px; 
	overflow:hidden; 
}


.tables {
	width:900px;
	padding-top:50px;
	padding-left:85px;
}

.tables td {
	margin:5px;
	border:none;
}

.tables td a {
	text-decoration:none;
	color:#333;
}

.tables td a:hover {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

evento .unidad { 
	float:left; 
	display:inline;
	height:225px; 
}

evento .left {
	width:700px;
	padding:45px;
	margin-left:35px;
	;
	
	
}

p.eventot {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#630;
	line-height:24px;
}

p.eventot a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#630;
	line-height:24px;
	text-decoration:none;
}

p.eventot a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#666;
	line-height:24px;
	text-decoration:none;
}

p.instructor {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#930;
	font-weight:bold;
	line-height:18px;
	text-align:left;
}

p.instructor a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#930;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}

p.datos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
}

p.datos a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	text-decoration:none;
}

p.datos a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	text-decoration:none;
}


p.maestro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#930;
	font-weight:bold;
	line-height:18px;
}

p.linaje {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333;
	font-weight:bold;
	line-height:21px;
}

p.linaje a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}

p.bios {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	text-align:justify;
}

p.bios ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	list-style:inside;
}


/*gente */

p.gente {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#930;
	line-height:24px;
	text-align:left;
	
}

p.gente a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#930;
	line-height:18px;
	text-decoration:none;
	text-align:left;
}

p.gente a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#666;
	line-height:24px;
	text-decoration:none;
	text-align:left;
}

.servicioh {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#630;
	line-height:20px;
	text-align:left;
	font-weight:bold;
}

.servicioh a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#630;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	text-decoration:none
}

.servicioh a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	text-decoration:none
}

.newsboldtxt
	{
		height:20px;
		float:left;
		margin:0px;
		padding-top:15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#930;
		text-align:left;
	}
.newsboldtxt02
	{
		height:5px;
		float:left;
		margin: 0px;
		padding:0 0 0 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#930;
		text-align:left;
	}
.newsboldtxt03
	{
		height:18px;
		float:left;
		margin: 0px;
		padding:0 0 0 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#930;
		text-align:left;
	}


.newstxt
	{
		float:left;
		margin:29px 0 0 0;
		padding-bottom:15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		font-weight: normal;
		color:#630;
	}
.boldtxt
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#630;
	}
	
	.boldtxt a
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#630;
		text-decoration:none
	}
	
	.boldtxt a:hover
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight: bold;
		color:#333;
		text-decoration:none
	}

