/* CSS Document */

/* ---- RESET ----- */

body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, form, input, legend, fieldset, object, embed, param{
 margin:0;
 padding:0;
}

ul li, ol li{list-style-type:none;}

img{
 border:0;
}

.limpia{
float:none;
display:block;
clear:both;
}

fieldset{
border:0;
}

a{color: #666; text-decoration:none ;}
a:hover{color:#000;text-decoration:underline;}

a.ilune{
	display: block;
	background: url(images/www.ilune.com.gif) no-repeat 0 0;
	text-indent: -50000px;
	height: 20px;
	overflow: hidden;
}

a.ilune:hover{
	background: url(images/www.ilune.com.gif) no-repeat 0 -20px;
}



h2{font: bold 18px/20px Arial, Helvetica, sans-serif; color: #328828; margin-bottom: 8px; letter-spacing: 1px}
h3{font: normal 15px/18px Arial, Helvetica, sans-serif; color: #328828; margin-bottom: 8px;}

p.text_right{text-align:right;}
p.text_center{text-align:center;}

.green{color: #328828;}

.floatLeft{float:left;}
img.floatLeft{margin-right: 10px;}

.floatRight{float:right;}
img.floatRight{margin-left: 25px;}

				
/* ----- ESTRUCTURA ------ */


body{
	font: normal 15px/20px "Times New Roman", Times, serif;
	color: #000;
}

/* ESTRUCTURA GENERAL: contenedores */

#wrapper{
	width: 860px;
	margin: 25px auto;
	background:#FFF url(images/bg.gif) repeat-y 0 0;
	overflow: hidden;
}


	#header{
		width: 800px;
		background: url(images/bg_top.jpg) no-repeat 0 0;
		height: 75px;
		padding: 0 30px;
	}
		
		h1{
			display: block;
			background: url(images/h1.jpg) no-repeat bottom left;
			text-indent: -50000px;
			width:338px;
			height: 75px;
			overflow: hidden;	
			float: right;
			margin-right: 25px;
		}
					
		
	/* ESTRUCTURA GENERAL */
		
	#content{
		width: 800px;
		background: url(images/bg_center.jpg) repeat-y 0 0;
		padding: 60px 30px;
		overflow: hidden;
	}
		
		/* COL1 */
		
		#col1{
			width: 255px;
			padding-left: 25px;
			float: left;
		}
			
			/* Navegacion principal */
						
			ul#navmain{
				margin:0 0 80px 0;
				text-transform: uppercase;
				color: #000;
			}
				
				ul#navmain li{
					margin-bottom: 30px;
				}
				
					ul#navmain li a{
						display: block;
						height: 20px;
						text-indent: -50000px;
						overflow: hidden;
					}
					
					ul#navmain li.current a{
						background-position: 0 -40px;
					}
					
					li#nav_inicio a{background: url(images/navmain/inicio.gif) no-repeat 0 0;}
					li#nav_inicio a:hover{background: url(images/navmain/inicio.gif) no-repeat 0 -20px;}
					
					li#nav_redessociales a{background: url(images/navmain/redes-sociales-y-jovenes.gif) no-repeat 0 0;}
					li#nav_redessociales a:hover{background: url(images/navmain/redes-sociales-y-jovenes.gif) no-repeat 0 -20px;}
					
					li#nav_web20 a{background: url(images/navmain/que-es-la-web-2.0.gif) no-repeat 0 0;}
					li#nav_web20 a:hover{background: url(images/navmain/que-es-la-web-2.0.gif) no-repeat 0 -20px;}
					
					li#nav_desayunos-formativos a{background: url(images/navmain/desayunos-formativos.gif) no-repeat 0 0;}
					li#nav_desayunos-formativos a:hover{background: url(images/navmain/desayunos-formativos.gif) no-repeat 0 -20px;}
					
					li#nav_profesor a{background: url(images/navmain/el-profesor.gif) no-repeat 0 0;}
					li#nav_profesor a:hover{background: url(images/navmain/el-profesor.gif) no-repeat 0 -20px;}
					
					li#nav_contacto a{background: url(images/navmain/contacto.gif) no-repeat 0 0;}
					li#nav_contacto a:hover{background: url(images/navmain/contacto.gif) no-repeat 0 -20px;}
					
				
						
		/* COL2 */
		
		#col2{
			float: right;
			width: 450px;
			margin-right: 60px;		
		}	
		
			#col2 p{
				margin-bottom: 8px;
				text-align: justify;	
			}
						
					 #col2 ul, #col2 ol{
					 	margin: 5px 20px;
						text-align: left;
					 }
					 
					 	#col2 ol li{
							list-style-type: lower-alpha;
							margin-bottom: 5px;
						}
						
						#col2 ul li{
							list-style-type: disc ;
							margin-bottom: 5px;
						}
						
		
		/* FORMULARIO */
		
		form.contacto{}
		
		form.contacto input, form.contacto textarea{
			border: 1px solid #ccc;
			padding: 3px;
			font: italic normal 12px/15px "Times New Roman", Times, serif;
		}
		
			form.contacto label{
				font: normal 13px/18px "Times New Roman", Times, serif;
			}
			
			form.contacto input.button{
				border: none;
				background-color: #328828;
				color: #FFF;
				font-style: normal;
			}
			
			form.contacto input.disabled{background-color: #ccc;	color: #000;}
				
			div.validation-advice{color: #CC0000; font-weight: bold; font-family: "Courier New", Courier, monospace;}
					
		
/* FOOTERs - PIEs */		
		
	#footer{
		width: 800px;
		background: url(images/bg_bottom.jpg) no-repeat bottom left;
		height: 79px;
		overflow: hidden;
		padding: 0 30px;
		font: normal 11px/15px Georgia, "Times New Roman", Times, serif;
	}
	
			#footer p{
				float: left;
				width: 600px;
				text-align: right;
				margin-top: 17px;
				padding-left:23px;
			}
			
			#footer ul{
				float: right;
				margin-top: 17px;
				width: 140px;
				margin-right: 25px;
				
			}
			
				#footer ul li{
					float: right;
					padding-left: 15px;
				}
	

