/* Definición de estilos para aecof.com*/

/*Links*/

A:link {COLOR: #009933; TEXT-DECORATION: none}

A:visited {COLOR: #006600; TEXT-DECORATION: none}

A:active {color: #006600; TEXT-DECORATION: none}

A:hover {COLOR: #009933; TEXT-DECORATION: underline overline}

/* Estilo para la cabecera de nivel 1 */

H1 {font-family:Tahoma; font-size:large;color:green;text-align:center;TEXT-DECORATION: underline}

/* Estilo para la cabecera de nivel 2 */

H2 {font-family:Tahoma; font-size:medium;color:green;text-align:center}

body {
	background-color: #666666;
	font-family:Arial;
	color:black;
	font-size:small;
}
table {
}
.bordesombra {
	border-top: thin none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: thin none #000000;
}
.bordesombrabaja {
	border-top: thin none #009900;
	border-right: thin none #009900;
	border-bottom: 1px solid #009900;
	border-left: thin none #009900;
	
}
.box {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	border: 1px dashed #33CC66;
}
.fondo {
	background-image: url(img/fondo_body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	
}
.bordesombraalta {

	border-top: 1px solid #009900;
	border-right: thin none #009900;
	border-bottom: thin none #009900;
	border-left: thin none #009900;
}

