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

	Hoja de estilos; Composición
	Autor: Eloísa  // 

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

/* =Import
------------------------------------------------------------------ */

/* Eliminamos los estilos por defecto del navegador */
@import url(reset.css);

/* =Composicion
------------------------------------------------------------------ */

body {
	background-color:#000063;
	border:0;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	line-height:20px;
	margin:0;
	padding:0;
	text-align: center;
}
img {
	border:0;
}

#top_bg {
	background-color:#666699;
	height:43px;
	background-image: url(images/top_bgb.png);
	background-repeat: repeat-x;
}

.heading {
	height:13px;
	padding:7px;
	
	margin-bottom:-10px;
	font-size:13px;
}

#header, #bottom_links {
	display: block;
	width: 100%;
}

#header {
	background-color:#27a683;
	height:151px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}

.grof {
	float:left;
}

.logo {
	margin-top:33px;
	margin-left:87px;
	float:left;
}

.navigation  {
	font-family:"Century Gothic";
	color:#020279;
	font-size:12px;
	clear:both;
}

.bajada {
	float:right;
	margin-right:30px;
	margin-top:10px;
}

.fb {
	float:right;
	margin-right:-140px;
	margin-top:20px;
}

a {
	text-decoration: none;
}

.navigation a:link {
	color:#020279;
	text-decoration:none;
}

.navigation a:active { 
	color:#020279; 
	text-decoration:none; 
}

.navigation a:visited { 
	color:#020279; 
	text-decoration:none; 
}

.navigation a:hover { 
	color:#ffffff; 
	text-decoration:none; 
}

a:link {
	color:#65978B;
	text-decoration:none;
}

a:active {
	color:#65978B;
	text-decoration:none;
} 

a:hover {
	text-decoration:underline;
	color:#3c4b50;

}
a:visited { 
	color:#65978B;
	text-decoration:none; 
}

.wrapper {
	display: block;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}


#main_content {
}

ul, ol, li {
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	color:#cbdadf;
	list-style-position: inside;
}
h1 {
	font-size:24px;
	color:#27a683;
	font-weight:normal;
	border-bottom:1px dotted #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

h2 {
	font-size:16px;
	color:#000042;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size:14;
	color:#cbdadf;
	font-weight:bolder;
}

hr {
	color:#294374;
	padding:0px;
	margin:0 0 10px;
}

#left_column {
	margin-top:50px;
	margin-bottom:30px;
	float:left;
	width:330px;
	-moz-box-shadow: 0px 0px 7px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 7px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 7px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
}


#left_column_internal {
	float:left;
	width:320px;
	height:auto;
	margin-top:45px;
	text-align: center;
}

.bio {
	width:232px;
	text-align: justify;
	font-size: 12px;
}

#left_column_internal .img {
	width: 233px;
	border: #FFF groove;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
}

#left_column_internal .imgTx {
	width: 114px;
	border: #FFF groove;
	margin-left:90px;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
}	

#left_column_internal .imgPs {
	width: 233px;
}	
	
#right_column {
	float:left;
	width:570px;
	height:auto;
	margin-left:30px;
	margin-top:40px;
	text-align: justify;
	line-height: 25px;
}
#right_column_internal {
	float:left;
	width:570px;
	height:auto;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:25px;
	text-align: justify;
}

#right_column_internal h2 {
	font-size:16px;
	color:#27a683;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

#right_column a{
	color:#65978B;
	text-decoration:none;
}
#right_column a:hover{
	color:#fff;
	text-decoration:underline;
}	
	
#center_column_internal {
	float:left;
	width:910px;
	height:auto;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:25px;
}

#bottom_links {
	height:243px;
	clear:both;
	background-color: #27a683;
	background-image: url(images/bg_blinks.jpg);
	background-repeat: repeat-x;
}
#bottom_links p {
margin:0px;
padding:0px;
}

#internal_footer {
	background: url(images/bottom_bg3.png) top repeat-x;
	height:80px;
	padding-top:40px;
	clear:both;
}

.footer {
	text-align:center;
}
.footer_internal {
	text-align:center;
}

#quicklink_box1 {
	z-index:0;
	float:left;
	width:240px;
	height:147px;
	margin-top:50px;
	margin-left:10px;
	padding:10px;
	text-align:justify;
	font-size:12px;
	background-color:#669;
	border-bottom:dotted 1px #136973;
	border-top:dotted 1px #136973;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
}

#quicklink_box2 {
	z-index:0;
	float:left;
	width:240px;
	height:147px;
	margin-top:50px;
	margin-left:70px;
	padding:10px;
	text-align:justify;
	font-size:12px;
	background-color:#669;
	border-bottom:dotted 1px #136973;
	border-top:dotted 1px #136973;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
	}
#quicklink_box3 {
	z-index:0;
	float:left;
	width:240px;
	height:147px;
	margin-top:50px;
	margin-left:70px;
	padding:10px;
	text-align:justify;
	font-size:12px;
	background-color:#669;
	border-bottom:dotted 1px #136973;
	border-top:dotted 1px #136973;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
	}
	
.resp_holotrop {
	z-index:1;
	position: absolute;
	float:left;
	margin-top:-27px;
	margin-left:100px;

}
.perspectiva_sufi {
	z-index:1;
	position: absolute;
	float:left;
	margin-top:-27px;
	margin-left:100px;
}
.calendario {
	z-index:1;
	position: absolute;
	float:left;
	margin-top:-27px;
	margin-left:100px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 250px;
	padding: 0; 
	margin: 0 0 0 8px;		
	display: inline;
	list-style:none;
}	
#sidebar ul.sidemenu {
	text-align: left;
	list-style:none;
	margin: 0px 4px 8px 0; padding: 0;
	text-decoration: none;
	line-height:13px;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	list-style:none;	
	background-image: none;	
	color: #ffffff;
	list-style-type: none;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #3c4b50;	
	list-style:none;
}

#indent {
padding:0 0 0 15px;
margin:0;
list-style:none;
}

/* ------------Calendario--------------- */	

#calendar {
	float:left;
	width:270px;
	height:250px;
	margin-top:20px;
	margin-left:10px;
	padding:10px;
	text-align: left;
	font-size:13px;
	background-color:#669;
	border-bottom:dotted 1px #136973;
	border-top:dotted 1px #136973;
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE9, Chrome 10+ */
}
