/*Color del menú cuando no esta activo.*/
a.main_dnnmenu_rootitem, a.main_dnnmenu_rootitem:link, a.main_dnnmenu_rootitem:visited, a.main_dnnmenu_rootitem:active
{
	color: White;
}

/*Color del menú cuando el puntero del ratón esta encima del texto.*/
a.main_dnnmenu_rootitem:hover
{
	color:#DECCA2;
}

/* Móódulo para iconos de redes sociales */
.sociales 
{
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sociales a
{
    display: block;
    text-align: center;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////

/* Video responsivo RP*/

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}














