
/** Fichero principal de estilos
*Proyecto: CESINEL 13 de marzo 2007 San Humberto
*@Autor: Bernardo Alemany
*/

/*generales de diseņo*/

body {
    background-color:#FFFFFF;
    margin:0px;
    padding:0px;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
  }


table {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

/*de los textos*/

.domicilio {
    font-size: 0.65em;
    color: #005C8C;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
  }


.cabecera {
    background-color: transparent;
    color: Black;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    height: 20;
    font-weight: bold;
  }


.menu {
    background-color: #F7A435;
    color: White;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
  }


.formul {
    background-color: #92C0A9;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
  }


.titulo {
    font-size: 14px;
    color: #005C8C;
    font-weight: bolder;
    text-decoration: none;
    text-align: right;
    vertical-align: top;
    height: 20;
  }


.subtitulo {
    font-size: 11px;
    color: #E66F33;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
  }


.texto {
    font-size: 12px;
    color: #262626;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
  }


.destacado {
    font-size: 10px;
    color: #E66F33;
    font-weight: bolder;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    letter-spacing: 1;
  }


.legal {
    font-size: 9px;
    color: #838383;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    letter-spacing: 1;
  }
.aviso {
    font-size: 9px;
    color: #838383;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    letter-spacing: 1;
  }

/*capas */

.capamenu {
    width: 150;
    height: 17;
    position: relative;
    text-align: center;
    /**cursor: hand;
    */margin-top: 2;
    font-weight: bolder;
  }


.subcapasubmenu {
    width: 150;
    height: 17;
    position: relative;
    text-align: center;
    cursor: hand;
    margin-top: 2;
  }


.boton {
    background-color : #F7A435;
    height : 100px;
    width : 160px;
  }

.sborde {
	height: 23px;
	width: 200px;
	text-align: center;
	position: absolute;
	border-width: 1;
	background-color: #FFD093;
	right: 0px;
	top: 0px;
	padding-top: 4px;
	max-width: 400px;
	float: right;
}

.contt {
	left: 0px;
	width: 190px;
	text-align: right;
}

.borde {
	border: solid;
	border-color: Black;
	border-width: 1;
	height: 23px;
	_height: 25px;
	width: 400px;
	position: relative;
	padding-top: 4px;
	margin-top: 3px;
}

.tborde {
	border: solid;
	border-color: Black;
	border-width: 1;
	height: 28px;
	width: 400px;
	text-align: center;
	position: relative;
	margin-top: 30px;
	font-weight: bold;
	padding-top: 6px;
}


.cuadro {
	position: relative;

}
.pie {
	position: relative;
	height: 40px;
	width: 100%;
	bottom: 0px;
	border-top-style: solid;
	border-top-color: #F7A435;
	border-top-width: 2px;
	_padding-top: 6px;
}

/*de los enlaces*/

a.enlaces {
    font-size: 12px;
    text-decoration: none;
  }


a.enlaces:hover {
    text-decoration: underline;
  }


a.enlaces:visited {
    text-decoration: none;
  }


a.opcion {
    background-color: transparent;
    color: #005C8C;
    font-size: 11px;
    height: 20px;
    text-decoration: none;
  }


a.opcion:hover {
    background-color: white;
    filter:alpha(opacity= 80);
  }


a.subopcion {
    background-color: transparent;
    color: #005C8C;
    font-size: 10px;
    height: 20px;
    text-decoration: none;
  }


a.subopcion:hover {
    background-color: White;
    color: #005C8C;
    font-size: 10px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
  }

/**
*Fin del fichero
*/
