/* ------------------------------reset----------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	cursor: pointer;
}
body {line-height: 1; cursor: pointer;}
ol, ul {list-style: none;}
textarea {font:inherit;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* recordar poner un estilo para el foco */
:focus {outline: 0;}

/* recordar destacar los inserts de alguna manera */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* las tablas siguen necesitando el 'cellspacing="0"' */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* algunos estilos universales útiles */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-stroke: 0.2px;
}

a {
    text-decoration: none;
    color: #36c;
}
a:hover {
    text-decoration: underline;
}

pre {
    background-color: #fff;
    border: .1em solid #ccc;
    margin: 2em 0;
    padding: 1em;
    overflow: auto;
}

body {font-family:arial, helvetica, sans-serif; line-height: 20px;}

.contenedor {
    width:730px;
    margin:20px auto;
    text-align: center;
}

.contenedor hr {
    width:600px;
    margin:40px auto;
}

.contenedor .titulo {
    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    margin:20px auto;
}

.lista-egresados {
    margin:20px auto;
    width:650px;
    border-collapse: separate;
    border-spacing:3px;
}
.lista-egresados td {
    width:50%;
    background-color: #f8f8f8;
    text-align:left;
    font: 12px Helvetica, Arial, sans-serif;
    padding:3px;
	cursor: pointer;
}

.lista-egresados td span.foto-nuevo {
    font-size: 11px;
    font-weight: bold;
    color:#fff;
    position: relative;
    border-radius: 5px;
    border: 1px solid #749a02;
    background-color: #91bd09;
    cursor: pointer;
    padding: 0 3px;
}
.lista-egresados td span.foto-nuevo img {
    position: absolute;
    display: none;
    left:44px;
    top:0px;
    max-height: 240px;
    max-width: 200px;
    z-index:100;
	cursor:pointer;
}
.lista-egresados td span.foto-nuevo:hover img {display: block;cursor:pointer;}

.foto-promocion {position:relative; cursor: pointer;}
.foto-promocion img {position:relative; width:730px; max-width:730px; z-index:1;cursor: pointer;}

.foto-promocion .lista-etiquetas {position:absolute; z-index:2;cursor: pointer;}
.foto-promocion .lista-etiquetas .etiqueta {position:absolute;cursor: pointer;}
.foto-promocion .lista-etiquetas .etiqueta:hover .nombre {visibility:visible;cursor: pointer;}
.foto-promocion .lista-etiquetas .etiqueta .cuadro {
    background-color: #fff;
    opacity:0;
    filter:alpha(opacity=0);
	cursor: pointer;
}
.foto-promocion .lista-etiquetas .etiqueta .nombre {
    visibility: hidden;
    text-align: center;
    margin-top: 4px;
    padding:0 6px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #000;
    white-space:nowrap;
	cursor: pointer;
}
