body {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	text-align: center;
	background-color: #CCCCCC;
	background-position: center center;

} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #33CC33;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;


}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-align: left;	
	line-height: 18px;	
}


/*Inicio estilos para Menús*/
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;	
	line-height: 23px;
	background-color: #33CC33;
}

.separadorMenu {
	background-image: url(../img/separadorMenuV.gif);
	background-repeat:  repeat-x;
	line-height: 3px;
}

.vinetaMenu {
	background-image: url(../img/vinetaMenuV.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: center center;
	background-color: #33CC33;

}

a:hover.menu {
	color: #006600;	
}

/*Fin estilos para Menús*/




/*Inicio estilos para Textos Varios*/

.titPagina {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #33CC33;
	text-decoration: none;
	text-align: left;	
	line-height: 35px;
}

.txtParrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;	
	line-height: 18px;
}

.titParrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;	
	line-height: 18px;
}

.txtDestacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}

.txtDatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}

.txtLinkKrama {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/*Fin estilos para Textos*/


/*Inicio estilos elementos Form*/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

form {
	margin: 0px;
}
/*Fin estilos elementos Form*/


/*Inicio estilo Fondo Lateral
.fdoLateral {
	background-image: url(../img/imgBrujula.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*/



/*Inicio estilos Página*/

.tablaBorde {
	border: 1px solid #33CC33;
}

.logotipo {
	background-image: url(../img/logoVerde.gif);
	background-repeat: no-repeat;
	background-position: center center;
	ine-height: 99px;		
}

.imgBorde {
	border: 1px solid #33CC33;
	margin-right: 10px;
}

.fdoSup {
	background-image: url(../img/fdoSup.gif);
	background-repeat: repeat-x;
}

.fdoInf {
	background-image: url(../img/fdoInf.gif);
	background-repeat: repeat-x;
}

.separadorPagina {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1px;

}

