body
{
    color: #4a4a4a;
    background: #FEFEFE;
    font-size: 95%; /*font-size:80%;*/
    line-height: 1.45em;
    margin: 0 auto;
}

body, input, select, textarea
{
    font-family: Calibri, "Gill Sans" , "Trebuchet MS" , sans-serif;
}

img
{
    border: none;
}
a
{
    border: none;
    color: #a23782;
    outline: 0;
    text-decoration: none;
}
a:link, a:visited, a:active
{
    border: none;
    outline: 0;
    border-bottom: 1px dotted #d287c2;
}
a:hover
{
    border: none;
    color: #922772;
    outline: 0;
    border-bottom: 1px dotted #a24792;
}
a:focus
{
    border: none;
    outline: 1px dotted #ccc;
}
#contenedor
{
    text-align: left;
    overflow: hidden;
    margin: auto;
    padding: 0;
    width: 950px;
    border: none;
}

#contenedor li > a
{
    border-bottom: 1px dotted #eee;
}

#contenedor li > a:hover
{
    color: #d6108d;
    border-bottom: 1px dotted #A24792;
}

#contenedor li > a:visited
{
    border-bottom: 1px dotted #fee;
}

#contenedor p
{
    margin: 0.1em 0;
    line-height: 1.3;
}
#contenedor_columnas_superior
{
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid eee;
}
#contenedor_columnas_inferior
{
    width: 100%;
    border-top: 1px solid #ddd;
    height: auto;
}

/* Menu izquierdo principal */

#columna_menu
{
    float: left;
    width: 25%;
    margin-left: 0em;
}

.main-menu h2
{
    font-weight: normal;
    margin: 0.5em 0em 0.4em 0em;
    color: #111;
}

.main-menu ul
{
    list-style-type: none;
    padding: 0px 0px 0px 1.25em;
    margin: 0px 0px 1.25em 0px;
}

.main-menu ul li
{
    padding: 0.1em 0em;
}

.main-menu ul li a
{
    color: #222;
    font-weight: 400;
    font-size: 1.05em;
    border-bottom: none !important;
}

.main-menu ul li > a:hover
{
    color: #A24792;
    border-bottom: 1px dotted #ddd !important;
}


#columna_campanhas
{
    position: relative;
    top: -7px;
    float: right;
    width: 706px;
    height: 311px;
}

#columna_comunicacion
{
    width: 21.5%;
    float: right;
}

#columna_actualidade
{
    float: left;
    width: 51%;
    overflow-x: hidden;
}

#columna_accesos_directos
{
    float: left;
    margin-left: 0em;
    width: 25%;
    margin-right: 0.25em;
}
#accesos_directos ul
{
    padding-top: 0.3em;
    padding-left: 0em;
    margin-left: 0em;
}

#accesos_directos ul li
{
    margin-bottom: 0.6em;
    list-style-type: none;
    text-decoration: none;
}
#accesos_directos ul li a, #redes_sociales ul li a
{
    text-decoration: none;
}
#accesos_directos ul li a:hover
{
    text-decoration: underline;
}

#columna_comunicacion #novas_portada
{
    font-size: 0.95em;
}
#columna_comunicacion > h2
{
    font-weight: normal;
    margin: 0.5em 0em 0.4em 0em;
    color: #111;
}

#columna_comunicacion #novas_portada .imagenNoticia
{
    margin: 0.5em 0em 0.35em 0em;
}

#columna_comunicacion #novas_portada .play
{
    margin: -4.2em 0em 1.4em 5.7em;
}

#novas_portada a
{
    color: #333;
    border-bottom: none;
    line-height: 1.35em;
}

#novas_portada a:hover
{
    color: #d6108d;
}

#novas_portada .nova
{
    padding-bottom: 0.5em;
}

#novas_portada .separator
{
    width: 20%;
    height: 2px;
    border-bottom: 2px dotted #888;
    margin-bottom: 0.5em;
}
.main-menu .separator {
    width: 20%;
    height: 2px;
    border-bottom: 2px dotted #888;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}


#novas_portada .verMais
{
    margin-top: 1em;
    font-size: 0.9em;
}


/* Pilulas */
#contenedor_pilulas
{
    width: 706px;
    float: right;
    margin-top: 20px;
}

#contenedor_pilulas .pilula
{
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    padding: 0em 0.96em;
    width: 19.76%;
    height: 7.5em;
    overflow: hidden;
    background-color: #fcfcfc;
}

#contenedor_pilulas .pilula a {
	margin: 0px;
	padding: 0px;
	border: none;
}

#contenedor_pilulas .pilula.last {
	margin-right:0px;
	border-right: none;
}

#contenedor_pilulas .pilula:hover {
	/*background-color: #d6108d;*/
	background-color: #f8f8f8;
	cursor:pointer;
}
#contenedor_pilulas .pilula:hover h3
{
	color: #222;
}
#contenedor_pilulas .pilula:hover p 
{
    color: #555;
}
.pilula h3
{
    margin: 1em 0em 0.25em 0em;
    text-transform: uppercase;
    font-weight: normal;

    color: #333;
    font-size: 0.95em;
}

.pilula p
{

    color: #666;
    font-size: 0.9em;
}
