/* Estilos */
body {
font: 1em "Trebuchet MS", arial, helvetica, verdana, bitstream vera, sans-serif;
color:#404040;
background: url(../imgns/bg.gif);
}

img {border:0px;}

acronym {cursor:help;}

a {
color:#0000ff;
text-decoration:none;
border-bottom:1px #0000ff dotted;
}

a:hover{
text-decoration:none;
border-bottom:1px #ffffff;
}

a:visited {color:#640167;
text-decoration:none;
border-bottom:1px #0000ff dotted;}

a:visited:hover {
text-decoration:none;
border-bottom:1px #ffffff;}


/* Divs  */
#contenedor {
	width: 80%;
	margin: 0 auto;
}

/* Menú  */
#menu {
float: left;
width: 130px;
text-align:center;
background-color:#FFFFFF;
padding: 10px;
border: #0000ff 1px dotted;
}
#menu ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

.sinborde {border-bottom:1px #ffffff solid;}

.subrayado {
text-decoration: underline;
font-weight: bold;}

.margeninferior
{
margin-bottom: 25px;
}

h1{
margin:0;
color:#0000ff;
font: 180% "Century Gothic";
font-weight:lighter;
}

.h1_span {
font-size: 90%;
color:#000000;
}

h2 {
color:#0000ff;
font-size:18px;
width: 70%;
font-weight:lighter;
border-bottom:1px #0000ff solid;
padding-bottom: 4px;
}

#subtitulo{
margin-top: 10px;
margin-bottom: 25px;
}

#subtitulo h2{
font: smaller "Trebuchet MS", Verdana, Arial, Helvetica, bitstream vera, sans-serif;
border: none;
width: 100%;
color:#404040;
}

/*Buscar  */
#buscar {
float: right;
text-align:center;
}

/*Contenido  */
#contenido {
max-width:700px;
margin-left: 175px;
background-color:#FFFFFF;
border: #0000ff 1px dotted;
padding: 20px;
}

/*Pie  */
#pie {
background-color:#EEEEEE;
border-top:3px #999999 solid;
padding: 5px;
text-align:center;
font-size:smaller;
}

#pie ul
{
list-style:none;
margin:0;
padding-left:0;
padding-bottom: 10px;
}

#pie li
{
display: inline;
list-style-type: none;
}

/* Calendario  */
.divcalendario1  {
text-align:center;
margin-bottom: 25px;}

.calendario {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #8080ff;
	border-right: 1px dotted #0000ff;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;
}

caption {
	margin: 0;
	padding: 0;
	background: #000080;
	color: #fff;	 
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000040;
	background: #D9E2E1;
	border-right: 1px solid #0000c0;
	border-bottom: 1px solid #0000c0;
	border-top: 1px solid #0000c0;
}

td {
	border-right: 1px solid #0000c0;
	border-bottom: 1px solid #0000c0;
	text-align: center;
}

td a {color: #000040;}

td.activo {
	color: #000040;
	background: #c0c0ff;
	cursor:help;
}

td a:visited {
	color: #000040;
}

td a:visited:hover {
	background: #eeeeee;
}

td.activo:hover {
	background: #eeeeee;
}

/* Formularios */
.cien {width:80%;}

label {
    display: block;
	margin: 2px 4px 6px 4px;
}

fieldset {
	padding:10px 15px;
	margin:0px 0px 20px 0px;
	border: #0000ff 1px dotted;
}

legend {
	padding:0px 10px;
	font-variant: small-caps;
	font-weight: bold;
	color:#666;
	background-color: #fff;
}

input, textarea {
color:#666;
border: 1px solid #0000ff;
}

select {
color:#000;
border: 1px solid #0000ff;
}

option:hover {
color:#fff;
background-color: #666;
}

input.enviar:hover {
border: 1px solid #e0e0fe;
}