/*
    Document   : style_noticias
    Created on : 20/05/2014, 17:14:24
    Author     : Sammy Guergachi <mariano.torres at inkubic.com.ar, metorres at ulp.edu.ar>
    Description:
        Hoja de estilos que se aplica al modulo de noticias implementado en www.ulp.edu.ar
*/

/**************  FUENTES  **************/
@font-face {
    font-family: 'HelveticaLTStdCondensed';
    src: url('helveticaltstd-cond_0.eot');
    src: url('helveticaltstd-cond_0.eot') format('embedded-opentype'),
         url('helveticaltstd-cond_0.woff') format('woff'),
         url('helveticaltstd-cond_0.ttf') format('truetype'),
         url('helveticaltstd-cond_0.svg#HelveticaLTStdCondensed') format('svg');
}
@font-face {
    font-family: 'Helvetica_Condensed';
    src: url('../fonts/helveticaneueltstd_hvcn.eot');
    src: url('../fonts/helveticaneueltstd_hvcn.eot') format('embedded-opentype'),
        url('../fonts/helveticaneueltstd_hvcn.woff') format('woff'),
        url('../fonts/helveticaneueltstd_hvcn.ttf') format('truetype'),
        url('../fonts/helveticaneueltstd_hvcn.svg#HelveticaNeueLTStd87HeavyCondensed') format('svg');
}

/**************  FLECHAS EN IMAGENES  **************/
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(25,45,77,.2);
        position: relative;
        top: 0;
        margin-left: 92%;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right:10px solid blue;
}

.arrow_box {
    position: relative;
    /*background: #88b7d5;*/
    /*height: 200px;*/
    /*border-radius: 6px;*/
    width: 100%;
    padding:0;margin:0;
    /*background: url('../img/sources/noticias.jpg');*/
}
.arrow_box img{
    width:100%;
    /*height:100%;*/
    margin:0;padding:0;
    border-radius: 0px 7px 0 0;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomleft: 7px;
    /*-moz-border-radius-bottomright: 7px;*/
    -webkit-border-radius: 0px;
    -webkit-border-bottom-left-radius: 7px;
    /*-webkit-border-bottom-right-radius: 7px;*/
}
.arrow_box:after {
    /*left: 95%;*/
    left: 352px;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
/*	border-left-color: #88b7d5;
    border-left-color: #88b7d5;*/
/*	border-right-color: #fff;
    border-right-color: #fff;*/
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f0f0f0;
    /*border-width: 15px;*/
/*	margin-top: -15px;
    margin-right: 55px;*/
}
#header_contenedor{
    background-color:#D89623;
    height:12%;
    border-radius: 6px 6px 0 0;
    margin-bottom:0px;
    padding-bottom:0px;
}
.noticia, .noticia > *{
    font-family: 'Helvetica_Condensed';
}
#noticia_content{
    height: 227px;
    background-color:#f0f0f0;
    padding: 5px;
    padding-left: 25px;
    border-radius: 0 0 7px 0;
    /*-moz-border-radius: 0px;*/
    /*-moz-border-radius-bottomleft: 7px;*/
    -moz-border-radius-bottomright: 7px;
    -webkit-border-radius: 0px;
    -webkit-border-bottom-right-radius: 7px;
}

#noticia_copete{
    color: #D89623;
    /*font-weight: bold;*/
}
#noticia_titulo{
    padding:0px 10px;
    color: #264478;
    /*font-weight: bold;*/
}
#noticia_bajada{
    color: #264478;
    font-size:15px;
    /*font-family: 'HelveticaLTStdCondensed';*/
    /*font-weight: bold;*/
}
#noticia_fecha{
    width: 100%;
    margin: 0;padding:0;
    color: #D89623;
    /*position:absolute;*/
    /*margin-top:13px;*/
    padding-top:8px;
    bottom:0;
}

.box-noticia
{
    border-bottom: 2px solid #cccccc;
    margin-left: 5%;
    width:95%;
    padding-left: 0;
    margin-top:20px;
    margin-bottom: 30px;
    font-family: 'Neue_Regular';
}

.volanta{
    color: #fff;
    padding-right:7px;
    padding-left:7px;
    font-size:11px;
    font-weight:bold;
    padding: 5px 0px 5px 10px;
    letter-spacing:0.05em;
}
.volanta-interna{
	color: #004179;
	padding-right:7px;
	padding-left:7px;
	font-size:13px;
	font-weight:bold
}
.card{
    /*background-color:#00657F;*/
    background-color: rgba(0, 130, 151, 0.8);
}
.palp, .ict{
    /*background-color: #F39D00;*/
    background-color: rgba(243, 157, 0, 0.8);
}
.idiomas{
    /*background-color: #AA437F;*/
    background-color: rgba(170, 67, 127, 0.8);
}
.pilp, .robotica{
    /*background-color: #7CB51C;*/
    background-color: rgba(124, 181, 28, 0.8);
}
.ajedrez{
    /*background-color: #D11B1C;*/
    background-color: rgba(209, 27, 28, 0.8);
}
.contextos{
    /*background-color: #C50A2F;*/
    background-color: rgba(197, 10, 47, 0.8);
}
.olimpiadas, .iesp{
    /*background-color: #009DDF;*/
    background-color: rgba(0, 157, 223, 0.8);
}
.ulp, .pie, .epd{
    /*background-color: #004179;*/
    background-color: rgba(0, 65, 121, 0.8);
}
.todos_los_chicos{
    /*background-color: #06B0CA;*/
    background-color: rgba(6, 176, 202, 0.8);
}
.icad{
    /*background-color:#E1007A;*/
    background-color:rgba(225, 0, 122, 0.8);
}
.arteyjuego{
    /*background-color:#E1007A;*/
    background-color:rgba(205,57,145, 0.8);
}
.volanta-card{
    /*color:#00657F;*/
    color:#008297;
    font-weight: bold;
    border-bottom: 1px solid #00657F;
    margin: 12px 0px 3px;
}
.volanta-palp, .volanta-ict{
    color: #F39D00;
    font-weight: bold;
    border-bottom: 1px solid #F39D00;
    margin: 12px 0px 3px;
}
.volanta-idiomas{
    color: #AA437F;
    font-weight: bold;
    border-bottom: 1px solid #AA437F;
    margin: 12px 0px 3px;
}
.volanta-pilp, .volanta-robotica{
    color: #7CB51C;
    font-weight: bold;
    border-bottom: 1px solid #7CB51C;
    margin: 12px 0px 3px;
}
.volanta-ajedrez{
    color: #D11B1C;
    font-weight: bold;
    border-bottom: 1px solid #D11B1C;
    margin: 12px 0px 3px;
}
.volanta-contextos{
    color: #C50A2F;
    font-weight: bold;
    border-bottom: 1px solid #C50A2F;
    margin: 12px 0px 3px;
}
.volanta-olimpiadas, .volanta-iesp{
    color: #009DDF;
    font-weight: bold;
    border-bottom: 1px solid #009DDF;
    margin: 12px 0px 3px;
}
.volanta-ulp, .volanta-pie, .volanta-{
    color: #004179;
    font-weight: bold;
    border-bottom: 1px solid #004179;
    margin: 12px 0px 3px;
}
.volanta-todos_los_chicos{
    color: #06B0CA;
    font-weight: bold;
    border-bottom: 1px solid #06B0CA;
    margin: 12px 0px 3px;
}
.volanta-icad{
    color: #E1007A;
    font-weight: bold;
    border-bottom: 1px solid #E1007A;
    margin: 12px 0px 3px;
}
.volanta-arteyjuego{
    color: #C5315E;
    font-weight: bold;
    border-bottom: 1px solid #C5315E;
    margin: 12px 0px 3px;
}
.titulo-portada, .titulo a{
	font-size:19px;line-height: 22px !important;
}
.titulo{font-size:26px;line-height: 32px;}

.titulo, .titulo-portada{
    font-weight:bold;
    margin-top:0px;

    color:#004179 !important;
    margin-top:13px;
}

.titulo a
{
    color:#004179 !important;
}

.titulo a:hover
{
    text-decoration: none;
}

.bajada {
    margin-top:10px;
    color:#706258;
    text-align: justify;
    margin-bottom:7px;
    font-size:13px;
    line-height:19px;
}
.bajada-interna{
	color:#706258;
    text-align: justify;
    font-size:15px;
	font-weight: bold;
}
.fecha-publicacion
{
    color:#706258;
    font-size: 12px;
}

.imagen-noticia
{
    /*margin-top: 10px;*/
}

.imagen-noticia>a>img
{
    width:100%;
}
/*---- Styles Noticias Destacadas ----*/
.volanta-destacada
{
    background-color:none;
    color: #004179;
    padding-right:7px;
    padding-left:0px;
    font-size:14px;
    /*font-weight:bold;*/
}

.titulo-destacado
{
    font-weight:bold;
    margin-top:0px;
    font-size:27px;
}

.titulo-destacado a
{
    color:#004179 !important;
}

.titulo-destacado a:hover
{
    text-decoration: none;
}

.bajada-destacada
{
    margin-top:10px;
    color:#706258;
    text-align: justify;
    margin-bottom:7px;
    font-size:16px;
    line-height:19px;
}
.redes_home{
    float: left;
    padding:0 8px;
}
@media screen and (max-width:900px) {
    .box-noticia {
        border-bottom: 2px solid #cccccc;
        margin-left: 7px !important;;
        width: 100% !important;
        padding-left: 0;
        /*margin-top: 20px;
        margin-bottom: 30px;*/
        font-family: 'Neue_Regular';
    }
}
