@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
*{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	}

#container{
	width:800px;
	margin:auto;
		background:url(images/bg_contents.jpg) repeat-y right;
	}
	
#izquierda{
	width:250px;
	float:left;
	background:url(images/bg_menu.png) top no-repeat;
	position:relative;
	}
	
#izquierda #logo{
	display: block; /* no necesario pero es mejor especificarlo */
    background:url(images/logo_asociacion_puente.gif);
    width: 155px;
    height: 143px; /* tamaño del logo */ 
	position:relative;
	top:40px;
	left:40px;
	}	
	
#izquierda #logo a{
    display: block;
    width: 100%;
    height: 100%; /* para que se vea en IExplorer*/
    text-indent: -9999px;
	overflow:hidden;
}	

#izquierda	#menu{
	width:240px;
	text-align:right;
	margin-top:60px;
	margin-bottom:60px;
	}
	
#izquierda	#menu li{

	}
	
#izquierda	#menu a{
	line-height:24px;
	text-decoration:none;
	padding-right:16px;
	display:block;
	color:#333333;
	}
	
#izquierda	#menu a:hover{
	color:#fff;
	background: url(images/back_boton.gif) right repeat-y;
	}
	

#inicio #izquierda	#menu a.inicio{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#sobre #izquierda	#menu a.sobre{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#cursos #izquierda	#menu a.cursos{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#actividades #izquierda	#menu a.actividades{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#eventos #izquierda	#menu a.eventos{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#servicios #izquierda	#menu a.servicios{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#voluntariado #izquierda	#menu a.voluntariado{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}
#contacto #izquierda	#menu a.contacto{	background: url(images/back_boton.gif) right repeat-y; color:#fff;}





	

#derecha{
	width:550px;
	float:left;
	margin-left:-10px;

	}
	

#derecha #contenidos{
	padding: 10px 25px;
	}	
	
#derecha #contenidos a{
	color:#674f7e;
	}	
	

#derecha #contenidos p{
	line-height:20px;
	margin:10px 0;
	}		
	

#derecha #contenidos h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#7e6991;
	font-size:18px;
	line-height:22px;
	text-align:right;
	}	
	
#derecha #contenidos h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#7e6991;
	font-size:18px;
	line-height:22px;
	}	
	
#derecha #contenidos h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#7e6991;
	font-size:16px;
	line-height:22px;
	margin-top:25px;
	border-bottom:1px dashed #7e6991;
	}	
	
	
#derecha #contenidos	a:hover.horario{
	background:#674e7e; 
	}	
	
#derecha #contenidos	a.horario{
	text-align:center;
	margin:auto;
	background:#7e6991; 
	color:#fff; 
	font-size:16px; 
	padding:4px 10px; 
	text-decoration:none;
	font-weight:bold;
	}
	
/*TABLA HORARIOS*/	

#horarios{
	padding:4px;
	border:0;
	padding:0;
	margin:0;
	}
	
#horarios th{
	background:#7e6991;
	color:#FFFFFF;
	padding:4px;
	width:150px;
	}
	
#horarios td{
	padding:4px;
	border:1px solid #CCCCCC;
	}
	
#horarios h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#7e6991;
	font-size:16px;
	line-height:22px;
	margin-top:25px;
	}	



#derecha #contenidos strong{
	color:#7e6991;
	font-size:14px;
	}		
	
#derecha #contenidos #lista{
	line-height:20px;
	margin-top:40px;
	margin-left:40px;
	list-style-image: url(images/vineta.gif);
	margin-bottom:40px;
	}	
	
#derecha #contenidos .flotarizquierda{
	float:left;
	margin: 0 10px 10px 0;
	}
	
#derecha #contenidos .flotarderecha{
	float:right;
	margin: 0 0 10px 10px;
	}
	



#derecha #contacto  input, textarea{
	border: 1px solid #999999;
	font-size:12px;
	padding:4px;
	margin:4px;
	}

#derecha #contacto  select{
	border: 1px solid #999999;
	font-size:12px;
	margin:4px;
	}	

	
	
#footer{
	width:790px;
	clear:both;
	background: url(images/bg_footer.gif) no-repeat left #7e6991;
	color:#FFFFFF;
	height:65px;
	text-align:center;
	padding: 10px 5px;
	line-height:18px;
	}
