﻿body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top:2px;
}


td img
        {
            display: block;
        }
        .Estilo1
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        .Estilo2
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        .Estilo4
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        .Estilo5
        {
            font-size: 18px;
            font-weight: bold;
            color: #F49602;
            font-style: italic;
        }
        .Estilo6
        {
            font-size: 12px;
            font-weight: bold;
            font-style: italic;
            color: #F39300;
        }
        .Estilo7
        {
            font-size: 12px;
            font-weight: bold;
            font-style: italic;
            color: #F7A700;
        }
        .Estilo9
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
        }
        .Estilo10
        {
            color: #FF0000;
            font-weight: bold;
            font-size: 14px;
        }
        .Estilo11
        {
            font-size: Medium;
            font-weight: bold;
            color: #F49602;
            font-style: italic;
        }


.menu
{
	text-transform:capitalize;
	text-align:center;
	
}
.grid
{
	background-image:url(imagenes/secciones.jpg);
}
.numeric
{
    background-image:url(imagenes/numeric.jpg);
    width:18;
    height:19;
}    
.colornoticia
{
	color: Black;
	font-family:Verdana;
	}

input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.atitle {
	color:White;
	font-size:11px;
	font-style:normal;
	text-decoration: underline;
}
.normal
{
	border: 1px solid maroon;
	padding-left:3px;
	}
.title {
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
	background-color: maroon; 
	color: #FFFF66;
	text-align:left;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #660000; font-style: oblique; text-align:center;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #990000;
  color: #FFFF66;
}
A 
{
	text-decoration:none;
	color:Black;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:underline;
}

#UpdateProgress1
{
      width: 200px; background-color: #ffff71; 
      bottom: 0%; left: 0px; position:absolute;
      border-right: gray 1px solid; border-top: gray 1px solid; 
      border-left: gray 1px solid; 
}
.largefont
{
	font-size:large;
}
.image
{
    background-image:url(imagenes/noticias.gif);
}
.headertr
{
    background-image: url(imagenes/bgtr.gif); 
    background-repeat: repeat-x;
    }
    /*Modal Popup*/
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/*begin creating the tabs */
.menu {
	margin-left: 20px;
	background: url(img/tab_bg.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	width:100px;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 20px;
	background-repeat:repeat-x;
	width: 250px;
	font-size:11px;
	text-align: center;
}

/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(img/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	/*background: url(img/background_drop_menu.jpg) repeat #8C9FB4;*/
	border: 1px solid #c7c7c7;
	border-bottom: none;
	color: #ffffff;
	font-size:11px;
	width:120px;
	font-family:Arial;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
	z-index: 100;
}
