﻿/* ----------------------- CSS ----------------------- */

/*
 *  Acerca  :  category_7  :  Red
 *  Budismo :  category_8  :  Orange
 *  Que     :  category_9  :  Yellow
 *  Medios  :  category_10 :  Green
 *  Sitios  :  category_12 :  Blue
 *
 */

* {
	margin:  0;
	padding: 0;
	border: 0px;
}
body {
	margin : 0 auto;
	/*padding: 0 auto;*/
	background: url(../images/_frame/bg.gif) repeat-x 0 0;
	font-family: Arial,Helvetica,sans-serif;




}
.clear { clear: both;}

a { text-decoration: none; }
a:link    { color: #000000; }
a:visited { color: #666666; }
a:hover   { color: #ff9329; text-decoration: underline;}
a:active  { color: #ff9329; }

li { list-style-type: none; }


/*==============================================================================*/
/*                               container                                      */
/*==============================================================================*/


#container {
	margin : 0 auto;
	/*padding: 0 auto;*/
	background: url(../images/_frame/bg-bottom.gif) repeat-x 0 100%;
}
#head, #cover, #body, #foot {
	margin : 0 0 0 30px; 
	/*padding: 0 auto;*/
	width: 900px;
} 
#head {
	height: 63px;
	position: relative;

}
#cover {
	height: 120px;

}
#cover #cover_photo {
	width: 180px;
	height: 120px;
	float: left;
}
#cover #contributors {
	width: 716px;
	height: 120px;
	margin-left: 180px;
	position: relative;

}
#body {
	/*display: table;*/
	background: url(../images/_frame/bg-left.gif) repeat-y 0 0;
	overflow:visible;
}
#body #left_column {
	width: 176px;
	float: left;
	padding: 0 2px;
}


#left_column #banner{
	width: 170px;
	margin: 20px 0;

}

#body #function {
	width: 710px;
	height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	/*margin: 10px 0px 20px 180px;*/
	margin: 10px 0px 20px 0px;
	/*padding-right: 0;*/
	float: left;

}


#body #contents {
	width: 505px;
	float: left;
	padding: 0 10px 10px 10px;
	margin: 10px 0px 20px 0px;
}


#body #right_column {
	width: 185px;
	/*margin-left: 715px;*/
	margin-left: 0px;
	float: left;
}


#foot {
	height: 59px;
	background: url(../images/_frame/bg-bottom.gif) repeat-x 0 100%;
	display: table;
}

#foot #footmenu {
	width: 450px;
	height: 25px;
	margin: 20px 0 0 450px;

}





/*---------------------- head ----------------------*/

#head h1 {
	width: 469px;
	height: 48px;
	position: absolute;
	top: 12px;
}
#head h1 a {
	display: block; 
	width: 469px;
	height: 48px;
	text-decoration: none;
	
}
#head #header_menu{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#head #header_menu li{
	list-style-type: none;
	float: left;
}
#head #header_menu li a{
	margin-left: 30px;
	color: #333333;
	text-decoration: none;
}
#head #header_menu li a:hover{
	text-decoration: underline;
}

/*---------------------- cover ----------------------*/

#cover #contributors h2{
	width: 120px;
	position: absolute;
	top: 10px;
	left: 22px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;

}

#cover #contributors a {
	width: 230px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	top: 12px;
	right: 0;
	text-indent: 13px;
	background: url(../images/_frame/base.gif) no-repeat 0 -148px;

}
#cover #contributors a:hover {
	text-decoration: underline;

}
#cover #contributors table{
	width: 681px;
	height: 70px;
	position: absolute;
	bottom: 12px;
	left: 22px;
}
#cover #contributors table td.contrib_image { width: 67px; }
#cover #contributors table td.contrib_title { width: 157px; padding: 0 8px 0 5px;}

#cover #contributors table a {
	width: auto;
	height: 70px;
	display: block;
	text-indent: 0px;
	position: relative;
	top: 0;
	left: 3px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: none;
	vertical-align: top;
}

#cover #contributors table a:hover   { color: #ff9329; text-decoration: underline;}

#cover #contributors table td .ctitle {
	margin-bottom: 6px;
}
#cover #contributors br {
	line-height: 5px;
}

/*---------------------- left_column ----------------------*/

#left_column .numbertitle h2 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0 0 3px;
}
#left_column .numbertitle h3 {
	color: #ff8f34;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 8px 0 0 3px;
}



#left_column #left_menu li {
	margin-top: 18px;
	list-style-type: none;
}
#left_column #left_menu li.active {
	background: url(../images/_frame/leftmenu-bicon.gif) no-repeat 0 8px;
}

#left_column #left_menu li a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	margin-left: 12px;
}

#left_column #left_menu li a:link {
	color: #000000;
}

#left_column #left_menu li a:hover {
	color: #000000;
	text-decoration: underline;
}
#left_column #left_menu li a:visited {
	color: #000000;
}

#left_column #left_menu li.active a{
	color: #000000;
	text-decoration: none;
}
#left_column #left_menu li.active a:hover {
	color: #000000;
	text-decoration: underline;
}

/*---------------------- left_column sub----------------------*/


#left_column #left_menu li li {
	width: 150px;
	margin: 5px 0 0 12px;
	background: url(../images/_frame/leftmenu-sicon.gif) no-repeat 0 4px;
}

#left_column #left_menu li li a{
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
#left_column #left_menu li li a:link{
	color: #000000;
}
#left_column #left_menu li li a:hover {
	color: #ff9329;
	text-decoration: underline;
}
/*
#left_column #left_menu li li a:active {
	color: #ff9329;
	text-decoration: none;
}*/
#left_column #left_menu li li a:visited {
	color: #666666;
}

#left_column #left_menu li li.active {
	background: url(../images/_frame/leftmenu-sicon-on.gif) no-repeat 0 4px;
}


#left_column #left_menu li.active li a{
	text-decoration: none;
}

#left_column #left_menu li.active li a:hover{
	color: #ff9329;
	text-decoration: underline;
}

#left_column #left_menu li.active li.active a {
	color: #ff9329;
}



/*---------------------- cover_photo_credit ----------------------*/


#left_column #cover_photo_credit h3{
	color: #666666;
	font-style: italic;
	margin: 30px 0 30px 3px;
	font-size: 11px;
	font-weight: normal;
}

/*---------------------- banner ----------------------*/
#left_column #banner {
	margin: 40px 0px;

}
#left_column #banner li{
	width: 170px;
	height: 28px;
}
#left_column #banner li#b01 {
	background: url(../images/_frame/base.gif) no-repeat 0 0;
}
#left_column #banner li a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
	margin-left: 35px;
}
#left_column #banner li a:hover{
	color: #ff9329;
	text-decoration: underline;
}


/*---------------------- Breadcrumbs ----------------------*/


#body .Breadcrumbs {
	font-size: 12px;
	margin: 20px 0 12px 0px;
	text-align: left;
	color: #7c2882;
	text-indent: 10px;
}

#body .Breadcrumbs a {
	text-decoration: none;
 }


/*---------------------- function ----------------------*/

#body #function form{
	display: inline;
}
#body #function a{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#body #function a:hover {
	color: #666666;
	text-decoration: underline;

}


/*---------------------- right_column ----------------------*/

#right_column h2 {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;

}
#right_column #latest_issue {
	width: 180px;
	margin: 0 0 0 5px;
	padding: 0 0 40px 0;
}
#right_column #latest_issue a {
	display: block;
	width: 155px;
	background: url(../images/_frame/bg_issue.png) no-repeat 10px 0;

}
#right_column #latest_issue .ie{
	width: 135px;
	height: 175px;
	margin: 0 0 0px 10px;
}

#right_column #latest_issue .h3title {
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin:10px 0 0 10px;

}



#right_column #recent_feature_topics {
	width: 180px;
	height: 300px;
	margin: 0 0 0 5px;

}
#right_column #recent_feature_topics li{
	margin-bottom: 10px;

}
#right_column #recent_feature_topics a{	
	display: block;
	width: 150px;
	font-size: 12px;
	font-weight: normal;

}
#right_column #recent_feature_topics a:hover   { 
	text-decoration: underline;
}

#right_column #recent_feature_topics li {
	background: url(../images/_frame/base.gif) no-repeat 0 -204px

}

#right_column #recent_feature_topics .recent_list { 
	width: 150px;
	display: table;
	line-height: 16px;
	margin-left: 15px;
	padding-top: 2px;

}

#right_column #recent_feature_topics .recent_link { 
	width: 150px;
	margin: 20px 0;
	background: url(../images/_frame/base.gif) no-repeat 0 -263px ;
}

#right_column #recent_feature_topics .recent_link a{ 
	width: 137px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 13px;

}
#right_column #recent_feature_topics .recent_link a:hover{ 
	text-decoration: underline;
}


/*---------------------- footmenu ----------------------*/


#footmenu ul {
}
#footmenu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-left: 30px;

}
#footmenu li a {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

}
#footmenu li a:hover {
	text-decoration: underline;
}



#contents h3 {
	width: 490px;
	color: #000000;
	margin: 0 0 5px 10px;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;

}


#body #contents h4 {
	font-size: 16px;
	color: #333333;
	margin: 1em 0px;
	padding-left: 10px;

}
#body #contents h5 {
	font-size: 14px;
	margin: 0.5em 13px;
	color: #333333;
}

#body #contents h6 {
	font-size: 12px;
	margin: 1em 13px;
	color: #888888;
}

#body #contents p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 1em 13px;
	color: #333333;
}
#body #contents img {
	display: block;

}

#body #contents #block_1 .colum_2 ul {
	padding-left: 15px;
}
#body #contents ul {
	margin: 0.5em 20px 1em 2.5em;
}
#body #contents ol {
	margin: 0.5em 20px 1em 2.5em;
}
#body #contents li {
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	color: #333333;
	list-style-type: disc;

}
#body #contents table {
	margin: 1em 15px;
	color: #444444;
	border: solid 1px #444444;
	border-collapse: collapse;
	font-size: 12px;
}
#body #contents table td,
#body #contents table th {
	border: solid 1px #444444;
	padding: 5px;
}
#body #contents table th {
	background-color: #dddddd;
}



#body #contents .imgLeft {              
	float: left;
	text-align: left;
	padding: 5px 12px;
}
#body #contents .imgRight {             
	float: right;
	text-align: left;
	display: table;
	padding: 5px 12px;

}
#body #contents .imgCenter {            
	margin: 5px auto;
	text-align: left;
	display: table;
}
#body #contents .photographer {       
	color: #0000aa;
	font-style: italic;
	text-align: left;
}
#body #contents .caption {            
	margin-top: 5px;
	padding: 3px 0 3px 0;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-align: left;
}


#body #contents .reference {       
	color: #666666;
	font-style: italic;
	font-size: 11px;
	padding: 3px 0 3px 0;
	text-align: left;
	line-height: 13px;



}
#body #contents .episode {


}
#body #contents .picGroup {          
	margin: 5px auto;
	/*padding: 0 auto;*/

}
#body #contents .picGroup .pic1 {         
	float: left;
	display: table;
	padding-right: 15px;
}
#body #contents .picGroup .pic1 img { 
}
#body #contents .picGroup .pic2 {         
	display: table;
}
#body #contents .picGroup .pic2 img {
}




#body #contents em {
	font-style: italic;
}

#body #contents strong {
	font-weight: bold;
	color: #000000;
}
#body #contents .normal {
	font-style: normal;
}
#body #contents .weight_n {
	font-weight: normal;
}
#body #contents .interview_f {
	color: #ff9329;
	font-weight: bold;
}
#body #contents .interview {
	color: #000000;
	font-weight: bold;
}
#body #contents .textCenter{
	text-align: center;

}
#body #contents .textRight {            
	text-align: right;
}
#body #contents .note {               
	border: solid 2px #ffcc66;
	background-color: #ffffcc;
	padding: 8px;
}
#body #contents .date {               
	color: #6666ee;
	margin: 1em 0 1em 0;
	font-weight: bold;
	display: block;
}

#body #contents .poem {
	width: 430px;
	margin-left: 30px;
	text-align: left;
	position: relative;
}
#body #contents .poem p {
	display: block;
	padding: 0;
	margin: 0;
}
#body #contents .poem .textRight {
	font-size: 12px;
	color: #333333;
	margin-bottom: 15px;
}

#body #contents hr {
	width: 200px;
	margin: 10px 0;
	display: block;
}

#body #contents .on_link {
	color: #ff9329;
	text-decoration: underline;
}


#body #contents .author {
	font-size: 20px;
	margin: 0 0 30px 10px;
}

#body #contents .quote {
	width: 280px;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #666666;
	text-align: left;
	margin: 20px auto;
	padding: 5px;
}
#body #contents .prof {
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #666666;
	text-align: left;
	margin: 20px auto;
	padding: 5px;
	display: table;

}

*+html body #body #contents .prof {     /*IE7*/
	float: left;
}
#body #contents .intro {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin: 0 auto 20px auto;
}

#body #contents .square {
	background: url(../images/_frame/base.gif) no-repeat 0 -318px ;
	padding-left: 15px;
	display: table;
	margin-bottom: 10px;

}
#body #contents .square p{
	margin: 0;
}











/*------------------------google--------------------------------*/

#body #function #search {
	padding-left: 20px;
}
#body #function #search,
#body #function #search form,
#body #function #search form fieldset {
	display: inline;
}
/*------------------------Ajax Search--------------------------------*/


#body #function #search #ajaxSearch_form{
	line-height: 16px;
	height: 18px;
}
#body #function #search #ajaxSearch_input{
	border: 1px solid #aaaaaa;
	width: 115px;
	line-height: 16px;


}
#body #function #search #ajaxSearch_submit{
	border: 1px solid #aaaaaa;
	height: 18px;
}




#body #contents .more {               
	text-align: right;
	margin-bottom: 1em;
}
#body #contents span.more {           
	font-weight: bold;
	font-style: italic;
}

/*--------------------------------------------------------------------*/

#body #contents .new {               /* New */
	padding-left: 30px;
	background: url(../img/_frame/icon_new.gif) no-repeat 0 50%;
}
/*--------------------------------------------------------------------*/
#body #contents .column {           
	display: table;
}
#body #contents .columnL {          
	float: left;
	width: 265px;
}
#body #contents .columnL img {      
	margin-bottom: 3px;
}
#body #contents .columnR {          
	margin-left: 265px;
	width: 370px;
	text-align: justify;
	padding-top: 1px;
}
/*--------------------------------------------------------------------*/
#body #contents .goTop {           
	width: 505px;
	clear: both;
	position: relative;
	height: 40px;
}
#body #contents .goTop a {          
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	width: 100px;
	height: 12px;
	background: url(../images/_frame/base.gif) no-repeat 0 -78px;
	position: absolute;
	top: 0;
	right: 0px;
	overflow: hidden;
}
#body #contents .goTop a:hover {           
	background: url(../images/_frame/base.gif) no-repeat 0 -90px;
}

#body #contents .goPrevorNext {
	width: 505px;
	clear: both;
	position: relative;
	height: 40px;
}
#body #contents .goPrevorNext .prev{
	width: 255px;
	position: absolute;
	text-align: left;
	left: 0px;
}
#body #contents .goPrevorNext .next{
	width: 255px;
	position: absolute;
	text-align: right;
	right: 0px;
}

#error .error_box {
	width: 600px;
	margin: 50px auto 0 auto;
	background-color: #ffffff;
/*	border: solid 1px #ae155d;*/
}
#error h1 {
	margin: 30px 0 0 40px ;
	padding: 0 20px;
	line-height: 2em;
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
	background-color: #000cff;
/*	border-bottom: solid 10px #ae155d;*/
}
#error p {
	margin: 20px 60px;
	color: #666666;
	font-size: 0.8em;
}
#error a {
	text-decoration: none;
}




