/******************************************************************************************************************/
/*************************** ESTILOS GENÉRICOS DE LA PARTE ESTÁTICA DE LA WEB 	     ******************************/
/******************************************************************************************************************/

	body{
		background-repeat:repeat-x;
		margin:10px 0 0 0;
	}


	h1{
		color:#839040;
		border-bottom:1px dotted #839040;
		font-family:Tahoma;
		font-size:22px;
		font-weight:bold;
		margin-top:3px;
		margin-bottom:8px;
	}
	
	h2{		
		color:#839040;
		font-family:Tahoma;
		font-size:18px;
		font-weight:bold;
		margin-top:3px;
		margin-bottom:3px;
	}
	h3{		
		color:#a8b46c;
		font-family:Tahoma;
		font-size:16px;
		font-weight:bold;
		margin-top:3px;
		margin-bottom:3px;
	}

/*********************************************************/
/***************	ESTILOS LINKS		******************/
/*********************************************************/



	a{
		color:gray;
		font-weight:normal;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border-bottom:1px dotted #a21b18;
	}
	
	a:hover{
		color:gray;
		font-weight:normal;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border-bottom:3px solid #a21b18;
	}

	
	a.normalLink{
		color:gray;
		font-weight:bold;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border:0px;
	}
	
	a.normalLink:hover{
		color:gray;
		font-weight:bold;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:underline;
		border:0px;
	}
	
	a.menuLink{
		color:gray;
		font-weight:bold;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border:0px;
	}
	
	a.menuLink:hover{
		color:gray;
		font-weight:bold;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border-bottom:2px solid #a21b18;
	}


	a.submenuLink{
		color:gray;
		font-weight:normal;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border-bottom:1px dotted #a21b18;
	}
	
	a.submenuLink:hover{
		color:gray;
		font-weight:normal;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:underline;
		border-bottom:3px solid #a21b18;
	}
	
	a.submenuLinkSelected{
		color:gray;
		font-weight:bold;
		font-family:Tahoma,Verdana;
		font-size:12px;
		text-decoration:none;
		border-bottom:2px solid #a21b18;
	}
	
	
	
	
	
	

	#mainDiv{
		
		/*background-image:url('../images/back/backGreen.jpg');*/
		background-repeat:repeat-x;
		width:930px;
		padding:0px 20px 20px 20px;		  
		/*Para centrado horizontal*/
		margin: 0 auto;
		
	}
	
	#titleDiv{
		padding-left:10px;
		padding-right:10px;
	}
	
	#contentDiv{
		background-color:white;
		width:100%;
		height:100%;
		text-align:left;
	}
	
	
	.texto{
		margin-left:10px;
		margin-right:15px;
		color:gray;
		font-family:Verdana,Arial;
		font-size:12px;
		line-height:22px;	
		text-align:justify;
	}
	
	.resaltar{
		color:#555555;
		font-weight:bold;
		font-style:italic;
	}
	
	/*********************************************************/
	/************************ MENU    ************************/
	/*********************************************************/

	#menuTopBar{
		background-color:white;
		width:100%;
		height:100%;
		font-family:Verdana;
		font-size:12px;
		color:gray;
		font-weight:bold;
		text-align:center;
	}
	
	#menuTopBar #menuTopOptions{
		background-color:#cdcdcd;
	}

 	.menu1Option{
 		background-color:#cdcdcd;
 		text-align:center;
 		width:16%;
 	}
 	
 	/*********************************************************/
	/************************ TITULOS ************************/
	/*********************************************************/

	.espacio20{
		padding-left:20px;
	}
	.espacio25{
		padding-left:25px;
	}
	
	.espacio100{
		padding-left:100px;
	}
	
	/*********************************************************/
	/**************************** PIE ************************/
	/*********************************************************/
	
	#footerDiv{
		
		border-top:1px dotted #839040;
		color:#555555;
		height:30px;
		text-align:left;
		font-family:Verdana;
		font-size:11px;
	}	
