@font-face{font-family:"Arial_Narrow";
	src:url("../recursos/Arial_Narrow.ttf");
}
@font-face{font-family:"GeosansLight";
	src:url("../recursos/GeosansLight.ttf");
}

body{
	background-image:url("../imagenes/motivo.png");
	background-repeat:repeat x repeat y;
	width:100%;
	height:100%;
	margin-top:0;
	margin-left:0;
}
#wrapper{
	width:100%;
	margin:auto;
}
#banner{
	position:absolute;
	position:fixed;
	width:100%;
	height:65px;
	background-image:url("../imagenes/titulo.png");
	background-repeat:repeat x;
	z-index:2;
}
#titulo{
	font-family:GeosansLight;
	font-variant:small-caps;
	font-size:25px;
	color:white;
	font-weight:bold;
	padding-top:17px;
	padding-left:5%;
}
#contenedor{
	width:1290px;
	margin:auto;
	
}

/*MENU*/
#menu{
	position:relative;
	z-index:0;
	position:fixed;
	margin-top:150px;
	width:255px;
	height:500px;
	float:left;
}

ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
	margin-left:40px;
	margin-right:0px;
}
ul.tabs li {
	z-index:0;
	margin: 0;
	cursor: pointer;
	padding: 0px 0px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	font-weight:bold;
	font-size:16px;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
	font-family:GeosansLight;
	text-align:right;
	padding-right:50px;
	font-size:20px;
}
ul.tabs li:hover {
	background:#727ba2;
	color:white;

}		
.tab{
	text-decoration:none;
	color:black;
}
ul.tabs li.active{
	background: #2238a2;
	/*border-left:2px;*/
	border: 1px solid #999999;
	color:white;

}
ul.tabs li.active:hover{
	color:white;
	background-color:#3f50a2;
}

/*CONTENIDO - PHP*/

#central{
	position:relative;
	z-index:1;
	margin-left:260px;
	margin-top:80px;
	width:700px;
	height:;
	float:left;
	background-color:;
	background-image:url("../imagenes/motivo.png");
	background-repeat:repeat x repeat y;
}
#imagen{
	float:left;
	margin-left:1%;
	margin-top:20px;
	margin-bottom:20px;
}
.informacion{
	padding-left:15px;
	padding-right:15px;
	border: 1px solid #999999;
	margin-bottom:30px;
	float:left;
	background: #FFFFFF;
	width:100%;
	height:;	
	box-shadow: 4px 0px 5px 2px #8e8e8e;
	font-size:18px;
	padding-bottom:22px;
}
.par{
		background: #eeeeee;
}
#entradilla{
	margin-top:50px;
}
h1{
	font-weight:normal;
	font-family:Arial_Narrow;
	color:#2238a2;
	font-size:35px;
	font-variant:small-caps;
}
h2{
	color:#1e1e1e;
	font-size:18px;
	font-family:Arial_Narrow;
	font-weight:normal;
	text-align:justify;
	line-height:27px;
}
#lista{
	float:left;
}
#foto_actividad{
	width:153px;
	height:153px;
	float:right;
	background-image:url("../imagenes/actividad153.png");
	margin-right:100px;
}
#derecha{
	position:relative;
	position:fixed;
	margin-top:65px;
	margin-left:1010px;
	width:240px;
	height:500px;
	float:left;
	background-color:;
}
.contacto{
	float:right;
	width:200px;
	height:100px;
	background-color:#2238a2;
	margin-top:100px;
	font-family:GeosansLight;
	color:white;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:right;
	padding-top:20px;
	border: 2px solid #999999;
	border-right:0;
	padding-right:5%;
}
.contacto:hover{
	padding-right:20px;
	width:210px;
	background-color:#3f50a2;
}
.email{
	padding-right:20px;
	width:210px;

}
#copyright{
	width:100%;
	height:25px;
	background-color:#727ba2;
	float:left;
	margin-bottom:0;
	font-family:Arial_Narrow;
	color:white;
	font-size:15px;
	padding-top:5px;
	padding-left:20px;
	font-weight:;
}
