/* CSS Document */

/*Index*/
#bodyindex {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/bg_feditt2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:none;
}
/*Todos los html*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:none;
}

legend{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#336699;
}

#data{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*El iframe dentro del index*/
#framemain {
	width:560px;
	height:1140px;
	margin-right:0px;
	border:none;
	}

/*Div dentro de los html que se cargan en el frame*/
#divframes{
	position:absolute;
	left:1px;
	top:-2px;
	width:515px;
	height:970px;
	max-width:530px;
	max-height:1000px;
	padding-left:5px;
	background:none;

}

a { color: #3399cc; text-decoration: underline; }
a:hover { color: #336699; text-decoration: none; }

#tb_menu{
	text-align:center;
	width: 193px;
	height: 397px;
}

.Estilo1 {
color:#336699;
}

.Estilo2 {
font-size:14px;
font-weight:bold;
}

h1{
font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#336699;
}

h2{
font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
}

#contenido{
vertical-align:top;
width:550px;
padding-left:0px;
padding-right:0px;
}

#td_menu{
width:175px;
padding-left:20px;
}

#izq1{
border:solid;
border-color:#A5BDCB;
border-width:thin;
width:175px;
padding-left:0px;
/*background-color:#DBE2EE;
padding-left:0px;
padding-right:5px;*/
}

#izq2{
width:175px;
}

#izq3{
background-color:#DBE2EE;
padding-left:0px;
padding-right:5px;
border:solid;
border-color:#A5BDCB;
border-width:thin;
width:175px;
text-align:center;
}

#footer{
	border-top:solid;
	border-top-color:#336699;
	border-top-width:thin;
}

/*CSS Para el Menu*/
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 172px;
	text-align:center;
}
#menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("images/btn_1.jpg") center;
	border-bottom: 1px solid #004400;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: url("images/btn_2.jpg") center;
	color: #fff;
	padding-bottom: 8px;
}
/*Termina la parte del menu*/


/*Tabla Login y Eventos Proximos*/
#titulotop{
background-color:#336699;
color:#FFFFFF;
font-weight:bold;
border-bottom:solid 1px #ffffff;
}

#titulobot{
background-color:#336699;
border-top:solid 1px #3399cc;
}

#tablelogin{
border:solid 1px #336699;
color:#000000;
}

#cmdlog{
background-color:#3399cc;
color:#ffffff;
font-weight:bold;
border:solid 1px #000000;
cursor:pointer;
}

#txtbox{
border:solid 1px #336699;
color:#336699;
}

#tbeventos{
border:solid 1px #336699;
}

table.eventos td{
border:solid 1px #336699;
}
/*Termina*/