/* index y parte de rojadirectav1 */

html {
        width: 100%;
        /* height: 100%;*/
        }
body {
        background-color: #FFFFFF; 
        color: #008000;
        margin: 0px 0px 0px 0px;
        width: 100%;
        /* height: 100%; */
        text-align: center;
		font-size: 15px;
		font-family: verdana, Helvetica, sans-serif;
        }
table { color:#075a64; font-family: verdana; font-size: 9pt; }

a:link,a:active,a:visited {
        color: #FF0000;
        }
a:hover {
        color: #660000;
        }
a.nav {
        color: #bd6f09;
        font-size: 12px;
        }
a.white {
        color: #FFFFFF;
        }
a.grey {
        color: #008000;
        }
a.white:visited {
        color: #FFFFFF;
        }
a.green {
        color: #d20808;
        font-weight: bold;
        font-size: 14px;
        }
a.green:visited {
        color: #d20808;
        font-weight: bold;
        font-size: 14px;
        }
a.green:hover {
        color: #d20808;
        font-weight: bold;
        font-size: 14px;
        }
div.small {
        font-size: 11px;
        }
td.small {
        font-size: 11px;
        }

/* Codigo propio, Agenda de la index.php */
.cuadroagenda {
	width:500px;
	background:#d5d8e0;
	border-right:1px solid #d5d8e0;
	font-size: 12px;
}
.cuadroagenda .light {
line-height:15px;
background:#e7e8ed;
padding:1px;
}
.cuadroagenda .dark {
line-height:15px;
background:#ffffff;
padding:1px;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 0px;
	background-color:ffffff;
	color:#008000;
	width:99%;
	padding:20px;
	text-align:center;
	font-size: 18px;
	font-family: verdana, Helvetica, sans-serif;
	border: 3px outset #d5d8e0;
}
/.adagenda{
	cursor:pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#e7e8ed;
	color:#000000;
	width:394px;
	padding:1px;
	text-align:center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px outset #d5d8e0;
	height: 50px;
	overflow: hidden;
	z-index: -1;
}*/
#inadagenda{ 
	position:relative; 
	top:-5px; 
}
#buscar{ 
	position:absolute; 
}
.submenu{
	margin-bottom: 1.0em;
	width: 99%;
	font-size: 14px;
	background-color:#cdcdcd;
}
.tvinternet{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	background-color:#d20808;
	font-size: 14px;
	color:#FFFFFF;
	width:99%;
	padding:2px;
	text-align:left;
	border: 1px outset #d20808;
}
.tvinternet a:link { color: #FFFFFF }
.tvinternet a:visited { color: #FFFFFF }
.tvinternet a:hover { color: #FFFFFF }
.tvinternet a:active { color: #FFFFFF }
.tvinternet .fuente2 {
	font-size: 10px;
	color: #FFFFFF;
    font-weight: bold;
	}
/*.scrollagenda {
	height: 800px;
	width: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:2px;
	border: 1px outset #d5d8e0;
}



/* Fin codigo propio */
