/* Hoja de estilos CSS pedeterminada para un nuevo proyecto de aplicación Web*/

/* Estilos del apartado 'Empresa'*/
.textoEmpresa{
	font-weight: bold;
	font-size: 12px;
	color: #be4802;
	font-style: normal;
	font-family: Verdana;
}
.colorEmpresa{
	color: #be4802;
}
.colorTituloEmpresa{
	color: white;
	background-color: #be4802;
	font-weight: bold;
	font-size: 12px;
	font-style: center;
	font-family: Verdana;
}

/* Estilos del apartado 'Nuevas tecnologias'*/
.textoNuevas{
	font-weight: bold;
	font-size: 12px;
	color: #88bbff;
	font-style: normal;
	font-family: Verdana;
}
.colorNuevas{
	color: #88bbff;
}
.colorTituloNuevas{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: #88bbff;
}

/* Estilos del apartado 'Proyectos'*/
.textoProyectos{
	font-weight: bold;
	font-size: 12px;
	color: #aaaa77;
	font-style: normal;
	font-family: Verdana;
}
.colorProyectos{
	color: #aaaa77;
}
.colorTituloProyectos{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: #aaaa77;
}

/* Estilos del apartado 'Explotacion'*/
.colorExplotacion{
	color: #000066;
}
.colorTituloExplotacion{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: #000066;
}
.subtituloExplotacion{
	font-weight: bold;
	font-size: 12px;
	color: #000066;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: underline;
}

/* Estilos del apartado 'Residuos'*/
.textoResiduos{
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
	font-style: normal;
	font-family: Verdana;
}
.colorResiduos{
	color: #ff9900;
}
.colorTituloResiduos{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: #ff9900;
}

/* Estilos de la parte de gestión*/
.caja{
	font-size: 11px;
	font-family: Verdana;
}
.colorinterno{
	color: #000000;
}
.colortitulointerno{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	background-color: #000000;
}
A.tabla:link, A.tabla:visited, A.tabla:active{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
A.tabla:hover{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	text-align: center;
}

/* Index.htm */
.index{
	font-size: 11px;
	color: darkgray;
	font-family: Verdana;
	text-decoration: none;
}
A.index:link, A.index:visited, A.index:active{
	color: darkgray;
	text-decoration: none;
	font-size: 11px;
}
A.index:hover{
	color: darkgray;
	text-decoration: underline;
	font-size: 11px;
}

/* Estilos comunes a varias páginas*/
.miniCentrada{
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
}
.normalCentrada{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
}

.normalCentrada2{
	font-weight: normal;
	font-size: 16px;
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
}

.normal{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-align: justify;
	font-variant: normal;
	text-decoration: none;
}
A:link, A:visited, A:active{
	text-decoration: none;
	color: #336699;
}
A:hover{
	color: #000099;
	text-decoration: underline;
}
.especial{	
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
A.especial:link, A.especial:visited, A.especial:active{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
A.especial:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}
IMG{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}