﻿body 
{
    background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    top: auto ; 
    font-family: Tahoma;
    font-size: 12px;
    scrollbar-3dlight-color:white; 
    scrollbar-arrow-color:white; 
    scrollbar-base-color:white; 
    scrollbar-darkshadow-color:white; 
    scrollbar-face-color:silver; 
    scrollbar-highlight-color:silver; 
    scrollbar-shadow-color:silver;
	
}
.menusistema
{
 color: white  ;  
}
#movie_up{ position:absolute; z-index:1; } #movie_down{ position:relative; z-index:0; } 

.Pie {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.Estilo1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.Estilo1men {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.style2
{
    background-color: #000000;
    border-spacing: 0px;
    border-color: Lime;
}
.Estilo1portal
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}
.mision
{
    font-family: Tahoma;
	font-size: 12px;
	color: #999999;
    
    }

.Estilo4 {
	color: #666666;
	font-family: Tahoma;
	font-size: 10px;
	
}
.Conferenciaslink {
	color: #999999;
	font-family: Tahoma;
	font-size: 10px;
	font-weight :bold;
	}
	
.Estilo4portal
{
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo4portal1
{
    color: black;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo4portal2
{
    color: #DE0127;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo4portal3
{
    color: #FFFF00;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo4portal4
{
    color: green;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo4portal5
{
    color: blue;
    font-family: Tahoma;
    font-size: 11px;
    text-align: justify;
}
.Estilo3 {
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	
}
.Menu
{
   Font-family:"Tahoma";
   Font-Size:10px;
    
}

.textbox
{
    background-color: Silver Transparent;
    border: silver 1px solid;
    color: midnightblue;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: lighter;
    width: 120pt;
    letter-spacing: 1pt;
    vertical-align: 3;
    border-top-width: thin;
    border-left-width: thin;
    border-left-color: Black;
    border-bottom-width: thin;
    border-bottom-color: Black;
    border-top-color: Black;
    border-right-width: thin;
    border-right-color: Black ;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
}
.transparente
{
  background-color : Transparent;
    border: Transparent ;
    color: Transparent;
    border-top-width: 0px;
    border-left-width:  0px;
    border-left-color: Transparent;
    border-bottom-width: 0px;
    border-bottom-color: Transparent;
    border-top-color: Transparent;
    border-right-width: 0px;
    border-right-color: Transparent ;
    border-color: Transparent;
    width :0px;
    height :0px;
}
.TEXTAREA
{
    background-color: Silver Transparent;
    border: silver 1px solid;
    color: midnightblue;
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: lighter;
    width: 120pt;
    letter-spacing: 1pt;
    vertical-align: 3;
        border-top-width: thin;
    border-left-width: thin;
    border-left-color: silver;
    border-bottom-width: thin;
    border-bottom-color: Black;
    border-top-color: Black;
    border-right-width: thin;
    border-right-color: Black;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
}
.button
{
    background-color: Silver Transparent;
    border: silver 1px solid;
    color: midnightblue;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: lighter;
    width: 80px;
    letter-spacing: 1pt;
    vertical-align: 3;
    border-top-width: thin;
    border-left-width: thin;
    border-left-color: silver;
    border-bottom-width: thin;
    border-bottom-color: silver;
    border-top-color: silver;
    border-right-width: thin;
    border-right-color: silver;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}





















#slider {
    width: 350px; /* important to be same as image width */
    height: 100px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 350px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
    width: 350px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.buttonGrabadoPrincipal
{
	text-align: left;
	
    background-color: #CC3333;
    border: black 1px solid;
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    letter-spacing: 1pt;
    vertical-align: 3;
    border-top-width: thin;
    border-left-width: thin;
    border-left-color: black;
    border-bottom-width: thin;
    border-bottom-color: black;
    border-top-color: black;
    border-right-width: thin;
    border-right-color: black;
    border-width: 2px;
    border-style: solid;
    border-color: #CC3333;
    font-weight :bold ;
}


.titulos
{
	font-family:   MS Reference Sans Serif ;
    font-size: 12pt;
    letter-spacing: 3pt;
    vertical-align: 3;
    color: white;
    font-weight:bold ;
   
	
}

