@charset "utf-8";
/* CSS Document */


html, body
{
    margin:0;
    padding:0;
    background-image:url(../images/bgpagina.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
}
p { margin:20px 0 !important; line-height:16px !important; }
ul { margin:5px !important; padding:0 0 0 20px !important; list-style:disc; line-height:14px; }
ul li { margin:10px 0; }
a { color:#F60; text-decoration:none; } 
a:hover { color:#000; text-decoration:underline; } 
.clear {	clear:both; }


#pagina
{
    margin:0 auto;
    width:873px;
}

#header
{
    position:relative;
    clear:both;
    padding:0;
    margin:0;
}

#logo
{
    float:left;
    /*background-image:url(../images/logoup.png);
    background-repeat:no-repeat;*/
    height:70px;
    /*margin-top:27px;*/
    margin-bottom:39px;
    width:505px;
}
#logo-ing
{
    float:left;
    background-image:url(../images/logoup-ingles.png);
    background-repeat:no-repeat;
    height:70px;
    margin-top:27px;
    margin-bottom:29px;
    width:505px;
}
#logo-ing a {
    display: block;
    height: 46px;
    text-indent: -9999px;
    width: 505px;
}

#logo a
{
    /*
    display:block;
    height:46px;
    text-indent:-9999px;
    width:505px;*/
}
#idiomas
{
    color:#F00;
    font-weight:bold;
    position:absolute;
    right:0;
    bottom:70px;
}

#idiomas a 
{
    color:#666666 !important;
    font-weight:normal;

}


#idiomas a:hover
{
    color:#C60 !important;
    text-decoration:none;
}



#redes
{
    color:#666666;
    /*margin-top:27px;*/
    margin-bottom:29px;
    float:right;
}
#redes span
{
    padding-top:9px;
    margin-right:10px;
    float:left;
}

#redes a
{
    /*
    display:block;
    height:35px;
    width:35px;
    background-image:url(../images/redes.png);
    background-repeat:no-repeat;
    text-indent:-9999px;
    float:right;*/
}
#redes a.facebook { background-position:0 0; }
#redes a.facebook:hover { background-position: 0 -35px; }

#redes a.twitter { background-position: -35px 0; }
#redes a.twitter:hover { background-position: -35px -35px; }

#menusup
{
    background-image:url(../images/bgmenu.jpg);
    background-repeat:repeat-x;
    background-color:#FFF;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 1px 1px 3px #BFBEBE;
    height:39px;
    padding:7px 0;
    text-align:center;
}

#menusup .portlet, #menusup .portlet-content
{
    margin-top: -5px !important;
    padding: 0 !important;
    border: 0 !important;

}

#menusup ul
{
    margin:0 auto;
    list-style:none;
    width:830px;
}

#menusup ul li
{
    height:25px;
    font-size:16px;
    border-right:#F00 1px solid;
    float:left;
}

#menusup ul li:last-child
{
    border-right:0;
}

#menusup ul li > a
{
    height:17px;
    display:block;
    margin: 0 15px 10px 15px;
    text-decoration:none;
    color:#000;
    padding:5px;
}


#menusup ul li > a:hover
{
    color:#FFF;
    background-color:#F00;
    border-radius:5px;
}


#promo
{
    margin-top:14px;
    width:873px;
}

#promo > div
{
    margin-right:7px;
    background-color:#E1E1E1;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 1px 1px 3px #BCBCBC;
    height:334px;
    width:167px;
    float:left;
	padding-bottom: 10px;
}

#promo > div h3
{
    color:#EB0013;
    font-size:16px;
    text-transform:uppercase;
    margin:0 0 9px 0;
    min-height:46px;
}
#promo > div.proenlace img
{
    box-shadow: 1px 1px 3px #BCBCBC;
}
#promo > div.proenlace p
{
    margin-top:5px !important;
}
#promo > div.proenlace a.linkMas
{
    text-decoration:none;
    margin-top:5px;
    display:block;
    color:#FFF;
    background-color:#EB0013;
    padding-left:20px;
    padding-top:5px;
    border-radius: 0 1em 1em 0;
    height:25px;
    width:81px;
}

#promo > div.proenlace a.linkMas:hover
{
    background-color:#D50000;
}

#promo > div.proenlace:last-child
{
    margin-right:0;
}

.margenpromo
{
    margin-top:15px;
    margin-left:12px;
    margin-right:12px;
}



#cuerpo
{
    text-align:justify;
    margin-top:50px;
    padding:0;
}
.margentop10 {	margin-top:10px !important; }

#cuerpo h2
{
    color:#EB0013;
    text-transform:uppercase;
    font-size:20px;
    font-weight:normal;
    margin:10px 0;
}

#cuerpo h3
{
    color:#EB0013;
    font-size:16px;
    font-weight:normal;
    margin:0;
}

#cuerpo .colizq
{
    float:left;
    width:570px;
    padding:0 12px;
}




#cuerpo .colizq a.linkrojo
{
    display:block;
    text-align:center;
    padding:2px 5px;
    text-decoration:none;
    color:#FFF;
    background-color:#F00;
    border-radius:5px;
    width:70px;
    float:right;
    clear:right;
}

#cuerpo .colizq a.linkrojo:hover
{
    background-color:#B70000;
}

#cuerpo .coldere
{
    background-image:url(../images/bgcoldere.png);
    background-repeat:repeat;
    float:right;
    padding:12px;
    width:220px;
    border-radius:10px;
}

#cuerpo  .coldere img
{
    border:0;
    width:199px;
    height:196px;
}

#cuerpo img
{
    box-shadow: 1px 1px 3px #BCBCBC;
}

#newsunion img
{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    box-shadow: 1px 1px 3px #BCBCBC;
}
#newsunion p
{
    margin:2px 0;
}

#newsunion div.itemnews
{
    clear:both;
    min-height:93px;
    margin-bottom:30px;

}

#newsunion h3
{
    color:#EB0013;
    font-size:20px;
    font-weight:normal;
    text-decoration:underline;
    margin:0;
}


#footer
{
    position:relative;
    border-top:2px solid #E1E1E1;
    color:#333333;
    margin-top:20px;
    padding:1px 12px;
    width:849px;
    font-size:11px;
}

#copy
{
    position:absolute;
    top:8px;
    right:12px;
}

#copy a
{
    color:#EB0013;
    font-weight:bold;
    text-decoration:none;
}
#copy a:hover
{
    color:#AE0000;
}


#derechos
{
    position:absolute;
    bottom:2px;
    right:12px;
    color:#999;
    text-align:justify;
    font-size:9px;
}

.letraroja
{
    color:#EB0013;
    font-weight:bold;
    font-size:13px;
}

table.tablas
{
    border:1px solid #FFF;
    text-align:justify;
    vertical-align:top !important;
}


table.tablas2
{
    text-align:justify;
    vertical-align:top !important;
    width:190px;
}

table.tablas th
{
    padding:1px 5px;
    border:1px solid #FFF;
    background-color:#666;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}

table.tablas td
{
    padding:10px;
    border:1px solid #CCC;
}


.anchototal
{
    width:850px !important;
}


#googlemap
{
    margin-top: 60px;
    float:right;
    width:440px;
}

/* FORMULARIO DE CONTACTENOS */

#contacto
{
    float:left;
    width:400px;
}
#contacto table
{
    width:400px;
}

#contacto input[type="text"], #contacto select
{
    margin:3px;
    width:190px;
}

#contacto select
{
    margin:3px;
    width:195px;
}



#contacto select
{
    margin:3px;
    width:195px;
}


#contacto textarea
{
    margin:3px auto;
    width:330px;
}

/* FIN FORMULARIO DE CONTACTENOS */



ul.semilleros
{
    list-style:none;
}

ul.semilleros li
{
    background-image:url(../images/bullet.png);
    height:15px;
    background-repeat:no-repeat;
    padding-left:30px;
}



ul.semilleros li:hover
{
    background-position:0 -15px;
}


ul.semilleros li a
{
    color:#000;
}


ul.semilleros li a:hover
{
    color:#C00;
}

.enlaces_mas {
	bottom: 0;
	position: absolute;
	padding-bottom: 10px;
	
}