﻿*{
	margin:0;
	padding:0;	
	font-family: "Myriad Pro" , "Trebuchet MS" , sans-serif;
}
html {
	background-image: url('../img/bg.png');
}
#default-content {
    font-family: "Myriad Pro","Trebuchet MS",sans-serif;
    font-size: 16px;
    height: 527px;
    margin: 0px auto 0;
    position: relative;
}
.link-container {
    height: 368px;
    width: 212px;
	box-shadow: 0 2px 10px #a8a8a8;
	overflow: hidden;
	margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
	float:left;
    background: #FFFFFF;
}
	.link-container:hover {
		cursor:pointer;
	}
/*#btnEstudiantes {
    left:0;
}
#btnProfesores {
    left: 220px;
}
#btnAdministrativos {
    left: 440px;
}
#btnNuevoIngreso {
    left: 660px;
}*/
#divGuiaHorario {
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    left: 350px;
    position: absolute;
    top: 220px;
    width: 130px;
}
    #divGuiaHorario span {
        color: #FFFFFF;
        font-size: 17px;
    }
#divGuiaHorario:hover,
#divGuiaHorario:hover > span {
    color: #FFFFFF;
}
.noDisplay{
	display: none;
}
.imagenPortal {
	float:left;
	width: 100%;
	height: 255px;
}
#logoClass {
	margin:0 auto;
	position:relative;
	width:300px;
}
#divBienvenida {
    color: #fff;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #ee731a;
    height: 86px;
}

#divDescripcion {
	color: #a8a8a8;
    float: left;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
#divDescripcion p {		
	font-size: 14px;		
}
#divDescripcion small {
	font-size: 10px;
	width:100%;
	float:left;
}
.link-container p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
	top:50px;
    padding: 10px 20px 20px;
    text-align: center
}
.link-container a.info {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-bottom-left-radius: 17px;
    color: #000;
    display: inline-block;
    left: 159px;
    padding: 7px 14px;
    position: relative;
    text-decoration: none;
}
.link-container .mask {
    float: left;
    height: 100%;
    margin-top: -313px;
    overflow: hidden;
    width: 100%;
	opacity: 0;
    background-color: rgba(219,127,8, 0.7); 
    transition: all 0.4s ease-in-out;
}
.link-container a.info:hover {
    box-shadow: 0 0 5px #000
}
.link-container img { 
    transition: all 0.2s linear;
}
.link-container .mask:hover {
    opacity: 0.8;
}
.link-container p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.link-container:hover .imagenPortal { 
	transform: scale(1.1);
}
.link-container:hover p,
.link-container:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.link-container:hover p {
    transition-delay: 0.1s;
}
.link-container:hover a.info {
    transition-delay: 0.2s;
}

#bloquesCompanias {
    display: table;
    margin: 30px auto;
}


.classLogo {
    background-color: white;
    text-align: center;
    border-radius: 50px;
    width: 74px;
    margin-top: 243px;
    height: 73px;
    position: relative;
}

.contentLogo {
    width: 75px;margin: 0 auto;
    position: relative;
    bottom: 22px;
}

.Ulabel {
    width: 200px;
    margin-left: -63px;
    text-align: center;
    position: relative;
    bottom: 25px;
}

.Utextlabel {
    font-family: 'Futura';
    font-size: 24px;
    color: #495d69;
    letter-spacing: 2px;
}

.btnIngres {
    margin-left: -30px;
    text-align: center;
    background: #495d69;
    padding: 5px;
    width: 128px;
    position: relative;
    bottom: 20px;
}



.bntlabel {
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.Btextlabel {
     color: #495d69;
}



.logo2 {
    position: relative;
    top: 8px;
    width: 95px;
}



.label2 {
    font-size: 16px;
    color: #f2f2f2;
    margin-top: 5px;
}

.logo {
    text-align: center;
    height: 159px;
    padding-bottom: 5px;
}

.logo img {
     height: 159px;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


