/*
*   Generics.css
*   Estilos gen�ricos (clases �nicamente).
*
*/

/*  Clases -----------------
*   Ejemplo: #id a.class <-- Class
*/

.logo_siia {
    background: url("http://www.alumnos.ugto.mx/csiia/ugui/alumnos/media/SIIA-logo-small.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 25px;
}
.credit
{
    color:#fff;
    text-align: right;
    padding-right: 10px;
}

.overflowHidden
{
    overflow: hidden;
}

.credit a
{
    color:#fff !important;
}

.grid_data{
    background-color:#F7F9FC;
    padding:5px;

    text-decoration:none;
    border: 1px solid #D4E0EF;
    border-collapse: collapse;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #555;
}

.grid_data_alternate{
    background-color:#FCFDFE;
    padding:5px;

    text-decoration:none;
    border: 1px solid #D4E0EE;
    border-collapse: collapse;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #555;
}

.importante
{
    font-weight: bolder;
}
.radioSupDerecha
{
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
}
.radioSupIzquierda
{
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}
.radioInfDerecha
{
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}
.radioInfIzquierda
{
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}
.textJustificado
{
    text-align: justify;
}
.textoCentro
{
    text-align: center;
}
.textoIzquierda
{
    text-align: left;
}
.textoDerecha
{
    text-align: right;
}
.textoMedio
{
    vertical-align: middle;
}
.oculto
{
    display: none;
}
.clickable
{
    cursor: pointer;
}
.closure.close
{
    background: url(/images/iconos/expandir.png) center center no-repeat;
}
.closure.open
{
    background: url(/images/iconos/contract.png) center center no-repeat;
}
.chain
{
    background: url(/images/iconos/link2.png) no-repeat left center;
    padding-left:20px;
}
.link
{
    background: url(/images/iconos/link.png) no-repeat left center;
    padding-left:15px;
}
.logoug{ 	margin-top:3px; 	margin-left:25px; 	float:left; 	}
.expandir { 	width:100%; 	border:#09F; 	border:medium; 	-webkit-border-radius: 8px; 	-moz-border-radius: 8px; 	border-radius: 8px; 	height:23px; 	}
.redondear { 	-webkit-border-radius: 8px; 	-moz-border-radius: 8px; 	border-radius: 8px; }
#bienvenidos{ 	height:53px; 	width:385px; 	float:left; 	position:absolute; 	top:-35px; 	background:url(/media/images/bienvenidos.png);  }
#imgSlider{ 	height:320px; 	width:409px; 	float:right; 	position:absolute; 	margin-top:-23px; 	margin-left:470px; 	/*background:url(/media/images/sliderAcademicos.png);*/  }
#slideshow {  position:relative;  height:133px; 	z-index:-1; }
#slideshow IMG {  position:absolute;  top:0;  left:0;  z-index:8;  opacity:0.0; }
#slideshow IMG.active {  z-index:10;  opacity:1.0; }
#slideshow IMG.last-active {  z-index:9; }
#imgNoticias{ 	height:320px; 	width:409px; 	float:right; 	position:absolute; 	margin-top:-53px; 	margin-left:470px; 	background);  }
#fondoMenu{ 	background:url(/media/images/fondoMenu.png) repeat repeat-x;  }