@import url(https://fonts.googleapis.com/css?family=Oswald:400,300|Source+Sans+Pro:400,600,600italic,400italic,300italic,300);

body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #4d4d4d;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, button {
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}
img {
	max-width: 100%;
}
.tutorial {
	opacity: 1;
	position: absolute;
	right: 0;
	height: 50px;
	width: 50px;
	background-image: url(img/icon-tutorial.png);
	background-position: -122px 0;
    z-index: 99999999;
}
.tutorial:hover {
	width: 172px;
	background-position: 0 -50px; 
}
.fluidBeige img, .fluidBlanco img {
	max-width: 100%;
}
.fluidTop {
	background-color: #b8b8b8;
}
.fecha {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	padding: 5px 0;
}
.telefono {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	padding: 5px 0;
}
.telefono span.glyphicon{
	font-size: 12px;
    margin-right: 4px;
}

.col-xs-2.idioma {
    width: 250px;
}
.idioma {
	padding: 2px 15px 5px 0;
	text-align: right;
}
.idioma a {
	font-size: 13px;
	font-weight: 600;
	color: #666;
}
.idioma a:hover {
	color: #BD0932;
}
.redes {
	border-left: 1px solid #666;
	float: right;
	width: 145px;
	padding: 0;
}
.redes img {
	padding: 5px 3px;
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-filter: brightness(30) ;
	filter: brightness(30) ;
}
.redes img:hover {
	-webkit-filter: none ;
	filter: none ;
}
.fluidHeader {
	background-color: #fff;
	border-bottom: 3px solid #D9D4AF;
}
.logo {
	padding: 5px;
}
/*btn buscar*/
.buscar {
	padding-top: 4px;
}
#inputBuscar {
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    width: 0px;
}
#inputBuscar.in {
    width: 300px;
}
.btnBuscar:focus {
	outline: none;
}
.btnBuscar {
	background-color: transparent;
    border: 1px solid;
    border-radius: 50%;
    padding: 4px 7px;
    color: #67AE12;
    margin-right: 5px;
    min-width: inherit;
}
.btnBuscar:hover {
	color: #BD0932;
}
.btnBuscar i {
}
.btnBuscar:hover,
.btnBuscar:focus {
    text-decoration: none;
}
input#dnn_dnnSearch_txtSearch {
    height: 24px;
    width: 230px;
    border: 1px solid #67AE12;
}
a#dnn_dnnSearch_cmdSearch {
    background-color: #67AE12;
    color: #fff;
    padding: 4px 6px;
    font-weight: 600;
}
a#dnn_dnnSearch_cmdSearch:hover {
	background-color: #BD0932;
}
/* fin btn buscar*/
/*login*/
.LoginLink {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background-color: #67AE12;
	color: #fff;
    padding: 4px 15px;
    line-height: 1.9;
    margin: 0;
    text-transform: uppercase;
	border: 1px solid #67AE12;
}
.LoginLink:hover {
	background-color: #fff;
	color: #67AE12;
}
.UserLink {
	padding-right: 10px;
	font-size: 12px;
	color: #5A2C3B;
}
.UserLink:hover {
	text-decoration: underline;
}
.loginGroup {
	float: right;
}
ul.buttonGroup {
	margin-left: 0;
	margin-bottom: 0;
}
ul.buttonGroup li {
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid #fff;
	height: 30px;
	float: left;
	padding-top: 2px;
	background: #67AE12;
}
a#dnn_dnnUser_avatar {
	
}
a#dnn_dnnUser_avatar img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.intranet .userDisplayName a {
	padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    float: right;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 150px;
}
.intranet li.userDisplayName {
	border-right:none;
	width: 150px;
}
.intranet .userProfileImg {
    padding: 1px 7px;
}
.intranet .registerGroup a strong {
	position: relative;
    display: block;
    left: 0;
    top: 3px;
    width: 50px;
    overflow: hidden;
    font-size: 17px;
    text-indent: -999999px;
    height: 22px;
}
.intranet .userMessages strong {
    height: 100%;
    background: url('img/icon-mensajes.png') no-repeat center center;
}
.intranet .userNotifications strong {
    height: 100%;
    background: url('img/icon-notificaciones.png') no-repeat center center;
}
.intranet .userMessages a span, .intranet .userNotifications a span {
    display: inline-block;
    margin-top: 10px;
    margin-right: -20px;
    background-color: #BD0932;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    z-index: 5;
}
/*fin login*/
/*activityFeed*/
.ProfileName h3 {
	text-align: center;
    font-size: 21px;
    color: #67AE12;
    margin-top: 10px;
 
}
#UserProfileImg {
	text-align: center;
}
img.ProfilePhoto {
	border-radius: 50%;
	margin-bottom: 30px;
}
#UserProfile {
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
    margin-top: 30px;
    text-align: center;
}
#UserProfile .ProfileBio {
	margin-top: 10px;
}
#UserProfile ul {
	text-align: center;
	margin: 15px 0;
}
#UserProfile ul li {
	display: inline-block;
}
#UserProfile ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 3px 10px;
	margin: 3px;
	background: #fff;
	border: 1px solid #BD0932;
	color: #BD0932;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
#UserProfile ul li a:hover {
	background: #BD0932;
	color: #fff;
}
#dnn_ctr2490_ModuleContent {
	border: 1px solid #F0EEE1;
	border-radius: 10px;
	padding-bottom: 20px;
	background: #fff;
	position: relative;
    z-index: 6;
}
.regresarActividad {
	position: relative;
    z-index: 5;
    top: 50px;
}
.dnnActions {
	display: block;
	padding-top: 10px;
}
.dnnActions.dnnClear li {
	float: none;
	text-align: center;
}
a#dnn_ctr2490_ViewProfile_editLink, a.dnnPrimaryAction.ComposeMessage.dnnRight {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
	margin: 3px;
	background: #BD0932;
	border: 1px solid #BD0932;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
a#dnn_ctr2490_ViewProfile_editLink:hover, a.dnnPrimaryAction.ComposeMessage.dnnRight:hover {
	background: #fff;
	color: #BD0932;
}
.console.profile {
	margin-bottom: 20px;
	background-color: #F0EEE1;
}
.console.profile .console-none h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #5A2C3B;
}
.console.profile .console-mouseon {
	background-color: #D9D4AF;
} 
#dnn_colIzquierda {
    padding-bottom: 30px;
}
#journalEditor {
	margin: 30px 0 20px;
	-webkit-box-shadow: none;
    text-shadow: none;
    background-image: none;
    width: 100%;
    border: 1px solid #D9D4AF;
}
.journalTools #btnShare {
	padding: 5px 10px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    background: #67AE12;
    border-radius: 5px;
    border: 1px solid #67AE12;
}
.journalTools #btnShare:hover {
    background: #fff;
    color: #67AE12;
    border: 1px solid #67AE12;
}
#journalItems {
	padding-bottom: 30px;
}
.journalrow {
	border-bottom: 1px solid #F0EEE1;
}
#journalItems a {
	color: #BD0932 ;
	font-weight: 400;
}
p.journalfooter {
    font-size: 13px;
}
.journalrow div.journalitem p.journalfooter span {
	font-weight: 300;
	color: #F0EEE1;
}
.DnnModule-Messaging-Notifications .dnnAdminTabNav a span {
	background: #BD0932;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	border-radius: 50%;
	font-weight: 700;
}
.DnnModule-Messaging-Notifications ul.dnnAdminTabNav li a {
	background: #F0EEE1;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5A2C3B;
}
.DnnModule-Messaging-Notifications ul.dnnAdminTabNav {
	border-bottom: 1px solid #D9D4AF;
}
.DnnModule-Messaging-Notifications ul.dnnButtonGroup > li {
	background: #F0EEE1;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5A2C3B;
}
#dnn_ctr371_ViewProfile_profileOutput h3 {
	font-size: 18px;
	color: #67AE12;
	font-weight: 400;
}
.pContact ul li {
	list-style-image: url(img/bullet-rojo.png);
}
ul#dnn_ctr_EditUser_adminTabNav li:last-child {
    display: none;
}
/*fin activityFeed*/
/*tabs intranet*/
.z-accordion.green>section>h3, 
.z-accordion.green>section>h3>.z-title2 {
	background-color: #67AE12 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.z-accordion.green.z-bordered, 
.z-accordion.green.z-bordered>section>h3, 
.z-accordion.green.z-bordered>section>h3>.z-title, 
.z-accordion.green.z-bordered>section>.z-content {
	border-color: #F0EEE1 !important;
}
/*tabs intranet*/
.z-container {
	color: #4d4d4d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
/*menu*/
.fix-nav {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.fix-body {
   margin-top: 94px; 
}
.boxMenuSegundo {
	font-size: 14px;
	font-weight: 400;
	color: #858585;
	border-bottom: 1px solid #C2BDBD;
}
.menuSegundo {
	padding: 10px 0 10px 0;
}
.menuSegundo ul {
	margin-bottom: 0;
	float: right;
}
.menuSegundo ul li {
	margin-left: 8px;
}
.menuSegundo ul li span{
	padding-right: 5px;
}
.menuSegundo ul li a{
	color: #858585;
}
.menuSegundo ul li a:hover, 
.menuSegundo ul li a.active,
.menuSegundo ul li a:active {
	color: #BD0932;
}
.menu {
	font-family: 'Oswald', sans-serif;
	padding: 10px 0;
}
.navbar {
	min-height: 20px;
	margin-bottom: 0;
}
.nav>li>a {
	font-weight: 400;
	text-transform: uppercase;
	color: #67AE12;
	border-right: 1px solid #E2392E;
	border-radius: 0;
	font-size: 19px;
	padding: 0 15px;
}
.nav>li:last-child a{
	border-right: none;
}
.nav>li>a:focus, 
.nav>li>a:hover {
	background-color: #67AE12;
	color: #fff;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
	background-color: transparent;
	color: #BD0932;
}
.nav-pills li.dropdown:hover ul {
    display: block;
}
.nav-pills li.dropdown ul {
    background-color: #F0EEE1;
    font-size: 17px;
    margin: 0;
}

.nav-pills .dropdown-menu>li>a {
	color: #5A2C3B;
}
.nav-pills .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #67AE12;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #F0EEE1;
	color: #BD0932;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #F0EEE1;
	color: #BD0932 !important; 
}
.nav-pills li.dropdown b.caret{
    display: none;
}
.nav-pills>li+li {
	margin-left: 0;
}
.navbar-toggle .icon-bar {
	background-color: #BD0932;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
/*fin menu*/
/*slider*/
.slide {
	width: 100% !important;
	height: 100% !important;
}
.slider {
	padding-left: 0;
	padding-right: 0;
}
.navigation {
	margin-bottom: -100px;
	position: relative;
	top: -70px;
	z-index: 8;
}
.previousNav {
	display: none;
}
.nextNav {
	display: none;
}
.pager li.activeSlide a {
	background-color: #D9D4AF;
	color: #D9D4AF;
	border: 1px solid #BD0932;
}
.pager li>a, .pager li>span {
	padding: 0 6px;
	background-color: #fff;
	color: #fff;
	border: none;
	border: 1px solid #fff;
}
.pager li>a:hover, .pager li>span:hover {
	background-color: #D9D4AF;
	color: #D9D4AF;
	border: 1px solid #BD0932;
}
.navigation .pager ul {
	padding-left: 0;
	margin-left: 0;
}
.navigation .pager li {
	float: none;
	padding: 0px 6px 15px;
}
.pager li p {
	font-size: 1px;
    line-height: 3px;
}
/*fin slider*/
.MigadePan {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #858585;
}
.MigadePan a {
	color: #858585;
}
.fluidBlanco {
	padding: 20px;
	background-color: #fff;
}
.fluidBlanco h4 {
	font-size: 21px;
    margin-top: 40px;
}
.fluidBlanco h4:first-child {
	margin-top: 0px;
}
.linkPDF {
	color: #e2392e !important;
}
.linkPDF:hover {
	color: #67AE12 !important;
}
.linkPDF:before {
	content: url(/Portals/0/icons/pdf-icon.gif);
    margin-right: 10px;
}
.linkEnlace {
	color: #e2392e !important;
}
.linkEnlace:hover {
	color: #67AE12 !important;
}
.linkEnlace:before {
	content: url(/Portals/0/icons/enlace.png);
    margin-right: 10px;
}
.destacado1 {
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 31px;
	font-weight: 400;
	color: #5A2C3B;
	text-align: center;
	line-height: 1.2;
}
.destacado2 {
	font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #5A2C3B;
	text-align: center;
	line-height: 1.2;
}
.tituloIntranetVerde {
	font-family: 'Oswald', sans-serif;
	color: #67AE12;
	font-size: 15px;
}
.textoIntranet {
	font-size: 15px;
	color: #7B5564;
}
.fechaIntranet {
	font-size: 15px;
	color: #333333;
}
.subtituloIntranet {
	font-size: 15px;
	font-weight: 400;
	color: #7B5564;
}
.boxBoton {
	margin-top: 20px;
	margin-bottom: 10px;
}
.botonSlide {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	background: #FFAF29;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #fff;
	position: relative;
	top: -90px;
}
.botonSlide:hover, .botonSlide:focus {
	color: #FFAF29 !important;
	background: #fff;
	border: 1px solid #FFAF29;
	cursor: pointer;
}
.boton1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #67ae12;
	color: #67ae12;
	border-radius: 5px;
}
.boton1:hover {
	background-color: #67ae12;
	color: #fff;
}
.botonNaranja {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	background-color: transparent;
	border: 1px solid #FF6300;
	color: #FF6300;
	border-radius: 5px;
}
.botonNaranja:hover {
	background-color: #FF6300;
	color: #fff;
}
.botonAccion {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	background-color: #FF6300;
	border: 1px solid #FF6300;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
}
.botonAccion:hover {
	background-color: transparent;
	color: #FF6300;
}
.boton2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
	background-color: transparent;
	border: 1px solid #BD0932 !important;
	color: #BD0932 !important;
	border-radius: 5px;
}
.boton2:hover {
	background-color: #BD0932;
	color: #fff !important;
}
.boton3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
	background-color: transparent;
	border: 1px solid #BD0932;
	color: #BD0932;
	border-radius: 5px;
}
.boton3:hover {
	background-color: #BD0932;
	color: #fff !important;
}
.BotonAzul {
	border: 1px solid #005B97;
	color: #005B97;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 4px;
	font-weight: 600;
    font-size: 22px;
    font-style: italic;
    padding: 3px 7px;
}
.BotonAzul:hover {
	background-color: #001c38;
	color: #fff;
}
.linkAzul {
	color: #005B97;
	font-size: 14px;
	font-weight: 400;
}
.linkAzul:hover {
	text-decoration: underline !important;
}
#dnn_menuTransformadores {
	padding-top: 40px;
}
#menuTransformadores {
    padding-top: 40px;
}
.ingresarTransformadores {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #26A600;
    color: #fff;
    padding: 4px 15px;
    line-height: 1.9;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #26A600;
}
.ingresarTransformadores:hover {
    background-color: #fff;
    color: #26A600;
}

.nav.NavTransformadores>li>a {
	color: #26A600;
}
.nav.NavTransformadores>li>a:focus, 
.nav.NavTransformadores>li>a:hover {
	background-color: #26A600;
    color: #fff;
}
.nav.NavTransformadores>li>a.active{
	background-color: transparent;
	color: #F10015 !important;
}
.NavTransformadores .dropdown-menu>.active>a, 
.NavTransformadores .dropdown-menu>.active>a:focus, 
.NavTransformadores .dropdown-menu>.active>a:hover{
	background-color: transparent !important;
	color: #F10015 !important;
}
.nav-pills.NavTransformadores .dropdown-menu>li>a:focus, 
.NavTransformadores .dropdown-menu>li>a:hover{
	background-color: #26A600;
    color: #fff;
}
.BotonVerde {
	border: 1px solid #09A400;
	color: #09A400;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 4px;
	font-weight: 600;
    font-size: 22px;
    font-style: italic;
    padding: 3px 7px;
}
.BotonVerde:hover {
	background-color: #223e01;
	color: #fff;
}
.fluidBeige {
	min-width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #F0EEE1;
}
.fluidSoloBeige {
	background-color: #F0EEE1;
}
h2.subtitulo {
	margin-bottom: 10px;
	text-align: left;
	text-transform: inherit;
	color: #BD0932;
}
.texto2 {
	font-size: 18px;
}
.relleno {
	padding: 30px 0 10px;
}
.bordeInferior {
	border-bottom: 1px solid #ccc;
}
.fluidFooter {
	min-width: 100%;
	background: #DEDEDE;
	padding: 20px 0; 
	color: #4D4D4D;
	margin-top: 20px;
}
.logoFooter {
	padding-top: 20px;
}
.menuFooter {
	padding-top: 10px;
}
.menuFooter a{
	color: #4D4D4D;
	font-size: 13px;
	font-weight: 400;
}
.menuFooter a:hover{
	text-decoration: underline;
}
.tituloDatos {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	color: #4D4D4D;
	font-weight: 400;
}
.contenidoDatos {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;
}
.contenidoDatos a {
	color: #BD0932;
}
.contenidoDatos a:hover {
	text-decoration: underline;
}
.telefonos {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 1;
	color: #4D4D4D;
	font-weight: 400;
}
.telefonos .indicativo {
	font-size: 33px;
	padding-top: 10px;
}
.fluidExtras {
	background-color: #fff;
	font-weight: 400;
}
.extras {
	padding: 5px;
	font-size: 10px;
	color: #5A2C3B;
}
.extras a {
	color: #5A2C3B;
}
.extras a:hover {
	text-decoration: underline;
}
.extras .creditos {
	text-align: right;
}
.extras .creditos span {
	color: #C2BDBD;
	border-left: 1px solid #C2BDBD;
	padding-left: 10px;
}
.extras a.giro:hover {
	text-decoration: none;
}
.extras a.giro:hover span{
	color: #009ADA;
}
h1.seccion {
	color: #BD0932;
	font-size: 28px;
}
.textoCafe {
	color: #5A2C3B;
}
.fuente18puntos {
	font-size: 18px;
}
.subtituloVerde {
	font-family: 'Oswald', sans-serif;
	color: #67AE12;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}
.listaNumerada ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 30px;
	padding: 0;
	counter-reset: li-counter;
}
.listaNumerada ol > li{
    position: relative;
    margin-bottom: 14px;
    padding-left: 10px;
    font-size: 18px;
}
.listaNumerada ol > li:before {
	font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size: 23px;
    line-height: 1;
    text-align: right;
    color: #67AE12;
    content: counter(li-counter) '/';
    counter-increment: li-counter;
}
ul.bulletRojo {
	margin-left: 25px;
}
ul.bulletRojo li {
	list-style-image: url(img/bullet-rojo.png);
	margin-bottom: 3px;
	font-size: 18px;
}
.filaTestimonio {
	margin-top: 50px;
}
ul.bulletIntranet li {
	list-style-image: url(img/bullet-rojo.png);
	margin-bottom: 3px;
	font-size: 14px;
}
ul.bulletIntranet li a {
	color: #333 !important;
}
ul.bulletIntranet li a:hover {
	color: #67AE12;
	text-decoration: underline !important;
}
ul.bulletIntranet .linkPDF:before {
	content: none;
}
ul.bulletIntranet .linkPDF:hover::before {
	content: url(/Portals/0/icons/pdf-icon.gif);
}
ul.bulletIntranet .linkEnlace:before {
	content: none;
}
ul.bulletIntranet .linkEnlace:hover::before {
	content: url(/Portals/0/icons/enlace.png);
}
.filas {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D4AF;
}
/*testimonio slide*/
.edstmr__Theme1 .ms-staff-carousel .ms-staff-info h3 {
	color: #5A2C3B;
	font-size: 21px;
	margin-bottom: 10px !important;
}
.edstmr__Theme1 .ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 50% !important;
    border: solid 3px #e6e6e6 !important;
    margin: 0 !important;
}
.boxDescTestimonio {
	font-size: 16px !important;
    color: #5A2C3B !important;
    text-align: center !important;
    font-style: italic !important;
    background-color: rgba(255, 255, 255, .5) !important;
    padding: 15px !important;
    font-weight: 400 !important;
}
.edstmr__Theme1 .ms-staff-carousel {
	min-height: 305px;
}
/*fin testimonio slide*/
.miembrosRed {
	line-height: 1.2;
}
.miembrosRed img {
	border-radius: 50%;
	margin: 0 20px 20px 5px;
	width: 60px;
}
.miembrosRed .nombre{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.miembrosRed .fundacion{
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 13px;
	color: #4D4D4D;
	font-weight: 400;
}
.miembrosRed .cargo{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #000;
	font-size: 13px;
}
.miembrosRed .email{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #67AE12;
}
a.email:hover {
    text-decoration: underline;
}
.miembrosRed .pais {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #BD0932;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
}
.miembrosRed td {
	padding-top: 20px;
}
.miembrosRed.nodos tr {
	border-top: 1px solid #DFEDCC;
}
.table-portafolio td {
	padding-top: 20px;
}
.table-portafolio tr {
	border-bottom: 1px solid #67AE12;
}
.separadorAliados {
	background-color: #D2D2D2;
	height: 2px;
	max-width: 100%;
	margin: 70px 0 30px;
}
.footer ul li {
	line-height: 1.4;
} 
.linkTexto {
	color: #67AE12;
}
.linkTexto:hover {
	text-decoration: underline;
}
/*containers*/
/*mailchimp*/
.boxMailchimp {
	position: fixed;
	left: 10%;
	bottom: 0;
}
.contacto {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: #BD0932;
	padding: 2px 15px;
	position: fixed;
	bottom: 0;
	z-index: 15;
}
.tituloSuscribirse:hover {
	cursor: pointer;
}
.tituloSuscribirse {
	color: #fff;
}
.boxContacto {
	min-width: 100%;
	min-height: 220px;
	padding: 15px 15px 0 15px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    font-weight: 400;
    top: 80px;
    left: 0;
    z-index: 20;
    -webkit-box-shadow: 2px -2px 9px #ccc;
    box-shadow: 2px -2px 9px #ccc;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.glyphicon-chevron-up {
	cursor: pointer;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.rotar {
	transform : rotate(180deg);
	-moz-transform : rotate(180deg); 
	-webkit-transform : rotate(180deg);
	-o-transform : rotate(180deg);
}
.mostrar {
	top: -229px;
}
.botonContacto span{
	position: relative;
	left: 5px;
	color: #FFAF29;
	padding: 8px;
	text-align: center;
	z-index: 25;
}
#EDMCBlogOneBlue {
	background: transparent;
	padding: 0;
}
#EDMCBlogOneBlue input[type="text"] {
	width: 100%;
	display: inline-block;
	float: none;
	margin-bottom: 12px;
	height: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff; 
	border-radius: 0;
	border: 1px solid #C2BDBD;
	line-height: 1;
}
input#dnn_ctr2590_ViewDNNMailChimp_tbFirstName {
	width: 49% !important;
}
input#dnn_ctr2590_ViewDNNMailChimp_tbLastName {
	width: 49% !important;
}
#EDMCBlogOneBlue a.btnsubscribe:link, 
#EDMCBlogOneBlue a.btnsubscribe:active, 
#EDMCBlogOneBlue a.btnsubscribe:visited {
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #BD0932;
	color: #BD0932;
	border-radius: 5px;
	height: auto;
	margin: 0;
}
#EDMCBlogOneBlue a.btnsubscribe:hover {
	background-color: #BD0932;
	color: #fff;
}
#EDMCBlogOneBlue .valid {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 600;
	border-radius: 0;
	position: absolute;
	margin-top: -20px;
	background-color: #BD0932;
}
/*fin mailchimp*/
.containerBeige {
	padding: 15px;
	background-color: #F0EEE1;
	font-size: 18px;
}
h2.titulo-Principal {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #BD0932;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 400;
}
h2.titulo-Principal-transf {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #F10015;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 400;
}
.titulo-Seccion {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 28px;
	margin: 20px 0;
	color: #BD0932;
}
.titulo-Verde {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	margin: 20px 0;
	color: #67AE12;
}
.imgJurado {
	float: left;
}
.imgJurado img {
	width: 80px;
}
.descJurado {
	padding-left: 20px;
	border-left: 4px solid #E87817;
	float: left;
    width: 80%;
}
.descJurado p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4D4D4D;
	font-size: 16px;
}
.titJurado {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #E87817;
	margin-top: 0px;
}
.juradosFila {
	margin-bottom: 30px;
}
.boxContainVerde {
	border: 2px solid #DEDEDE;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 0 10px 20px;
	margin-bottom: 30px;
}
.boxIntranet {
	border: 2px solid #D9D4AF;
	border-radius : 0px 30px 0px 10px;
	padding: 0 10px 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.boxIntranet hr {
	margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #D9D4AF;
}
.titulo-Cafe {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 19px;
	color: #5A2C3B;
}
.boxContainCafe .titulo-Cafe {
	background-color: #D9D4AF;
	padding: 5px 0 2px;
	margin: 0;
}
.boxContainCafe {
	border: 2px solid #D9D4AF;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-bottom: 30px;
}
.boxTituloCafe {
	margin-bottom: 30px;
}
.contentModLateral {
	padding: 20px;
}
.MargenInf {
	margin-bottom: 40px;
}
.icon-boxIntranet {
	position: absolute;
	left: -10px;
	top: -25px;
}
.icon-boxIntranet img {
	width: 50px;
}
.boxIntranet {
	border: 2px solid #D9D4AF;
	border-radius : 0px 30px 0px 10px;
	padding: 0 17px 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.boxTituloIntranet {
	text-align: center;
}
a.tituloIntranet {
	background: #fff;
	border: 2px solid #D9D4AF;
	padding: 2px 10px;
	color: #BD0932;
	font-family: 'Oswald', sans-serif;
  	font-size: 21px;
  	font-weight: 400;
  	position: relative;
  	top: -16px;
}
a.tituloIntranet:hover {
	background: #BD0932;
	color: #fff;
}
/*fin container*/
.edn_2420_article_list_wrapper {
	overflow: hidden;
}
.SlickAliados {
	overflow: hidden;
	margin-bottom: 40px;
}
.SlickAliados img {
	padding-left: 20px;
	padding-right: 20px;
}
.golden-forms .button.green {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
	background-color: #67ae12 !important;
	border: 1px solid #67ae12 !important;
	color: #fff !important;
	border-radius: 5px;
	margin-bottom: 40px;
	background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
.golden-forms .button.green:hover {
	border: 1px solid #67ae12 !important;
	background-color: #fff !important;
	color: #67ae12 !important;
	background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

/*widget filtros*/
.edn_widget_filtermenu_box > h1.edn_module_title {
    display: none;
}
.edn_widget_filtermenu_box h2 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4D4D4D;
	background: none;
	text-shadow: none;
	font-weight: 400;
	font-size: 17px;
}
.edn_widget_filtermenu_box {
    border: none;
    background: none;
    border-radius: 0;
}
.edn_widget_filtermenu_box > div select {
	background: none;
	height: 32px;
    border: 1px solid #D9D4AF;
    box-shadow: none;
    margin-bottom: 15px;
}
.edn_widget_filtermenu_box .edn_filter_menu li.level_0 > div {
	background: none;
	border: none;
}
.edn_widget_filtermenu_box .edn_filter_menu li > div label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding-left: 7px;
	font-weight: 400;
}
.edn_widget_filtermenu_box .edn_filter_menu li > div {
	background-image: none;
}
.edn_widget_filtermenu_box .edn_filter_menu li ul li > div {
	background: #F0EEE1;
	border: none;
}
.edn_widget_filtermenu_box .edn_filter_menu li > div .expand_collapse {
	background-image: url(img/expand_collapse.png);
	height: 14px;
}
.edn_widget_filtermenu_box .edn_filter_menu li > div .expand_collapse.collapse {
    background-position: 4px -11px;
}
.edn_widget_filtermenu_box .edn_filter_menu li > div .expand_collapse.collapse:hover {
    background-position: -13px -11px;
}
.edn_widget_filtermenu_box .edn_filter_menu li.level_0 > div label {
	color: #67AE12;
}
/*fin widget filtros*/
/*widget tabs*/
.z-tabs {
	font-family: 'Source Sans Pro', sans-serif !important;
	margin-bottom: 30px !important;
}
.z-tab {
	font-family: 'Oswald', sans-serif !important;
}
.z-tabs.horizontal > ul > li {
	margin-right: 2px;
}
.z-tabs.medium > ul > li > a {
    font-size: 18px !important;
    padding: 12px 18px !important;
}
.z-tabs.small > ul > li > a {
	font-size: 18px !important;
	font-weight: 400 !important;
}
.z-tabs.blue > ul > li a{
	color: #5A2C3B !important;
	text-shadow: none !important;
}
.z-tabs.blue > ul > li > a {
	background: #D9D4AF !important;
}
.z-tabs.blue > ul > li.z-active > a {
	background: #fff !important;
}
.z-tabs.blue > ul, .z-tabs.blue > ul > li > a, .z-tabs.blue > .z-container {
	border-color: #D9D4AF !important;
}
/*fin widget tabs*/
/*acordeon*/
.z-accordion.vertical {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
section.z-section {
    margin-bottom: 15px;
}
section.z-section.z-active h3.z-link {
    background: #67AE12;
    color: #fff;
}
.z-accordion ul li {
    list-style-image: url(img/bullet-rojo.png);
    margin-bottom: 3px;
    font-size: 16px;
    margin-left: 18px !important;
}
.z-accordion.vertical.z-grouped.z-bordered>section>h3 {
	padding: 5px;
	font-weight: 400;
}
/*fin acordeon*/
/*rotator estilos*/
.edstr__TabTheme1 .ms-tabs-template .ms-thumb-list .ms-thumb-frame {
	background: #F0EEE1;
	padding-right: 0;
}
.edstr__TabTheme1 .ms-tabs-template .ms-thumb-list .ms-thumb-frame .ms-thumb-ol {
	border-color: #F0EEE1;
}
/*fin rotator estilos*/
.ih-item.square.effect8 .info {
	background: #E33A2F;
}
.ih-item.square.effect8 .info h3 {
	background: transparent;
}
.ih-item.square.effect8 .info h3 img{
	width: inherit;
}
.ih-item.square.effect8.scale_up {
    margin-bottom: 20px;
}
.mark, mark {
    padding: 0;
    background-color: transparent;
}
.console-large img {
    padding: 0;
}
.pasosInscripcion {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.pasosInscripcion li {
	display: inline-block;
	text-align: center;
}
.pasosInscripcion li a {
	padding: 5px 10px;
	margin: 5px 10px;
	font-size: 16px;
	display: block;
	font-weight: 400;
	border: 1px solid;
	border-radius: 4px;
}
.it1{
	color: #E87817;
}
.it1:hover, .it1.active {
	background-color: #E87817;
	color: #fff;
}
.it2{
	color: #D82220;
}
.it2:hover, .it2.active {
	background-color: #D82220;
	color: #fff;
}
.it3{
	color: #3DAB15;
}
.it3:hover, .it3.active {
	background-color: #3DAB15;
	color: #fff;
}
.it4{
	color: #3D70A3;
}
.it4:hover, .it4.active {
	background-color: #3D70A3;
	color: #fff;
}
.it5{
	color: #5B2D3C;
}
.it5:hover, .it5.active {
	background-color: #5B2D3C;
	color: #fff;
}
.tituloForm {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.ColNaranja {
	color: #E87817;
}
.ColRojo {
	color: #D82220;
}
.ColVerde {
	color: #3DAB15;
}
.ColAzul {
	color: #3D70A3;
}
.ColCafe {
	color: #5B2D3C;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: .20;
}
.botonFile button.btn.btn-default {
	background-color: #3DAB15;
	color: #fff;
}
.botonFile button.btn.btn-default:hover {
	background-color: #fff;
	color: #3DAB15;
}
.formularioTransf label {
	font-weight: 400;
	margin-bottom: 10px;
}
.form-group {
    margin-bottom: 20px;
}
.form4 .checkbox label, 
.form4 .radio label{
	padding-left: 20px;
	padding-right: 25px;
}
.form4 h4 {
	font-size: 21px;
    margin-top: 40px;
}
.checkbox-inline+.checkbox-inline, 
.radio-inline+.radio-inline {
	margin-left: 4px;
}
.checkbox label, .radio label {
	padding-left: 16px;
}
.terminosCondiciones {
	font-size: 14px;
}
.boxEstado {
	padding-left: 0;
	padding-right: 0;
}
.BotonesForm, .pagSeccion {
	text-align: center;
	margin-top: 12px;
}
.BotonesForm button {
	margin: 3px 10px;
}
.infoAdv {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn-default.danger {
	color: #fff;
	background-color: #d9534f;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 4px 30px;
}
.btn-default.danger:hover {
	color: #d9534f;
	background-color: #fff;
}
.btn-default.guardar {
	color: #fff;
	background-color: #3D70A3;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 4px 30px;
}
.btn-default.guardar:hover {
	color: #3D70A3;
	background-color: #fff;
}
.btn-default.enviar {
	color: #fff;
	background-color: #26A600;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 4px 30px;
}
.btn-default.enviar:hover {
	color: #26A600;
	background-color: #fff;
}
.paginacion {
	padding: 0 10px;
	color: #3D70A3;
	font-weight: 700;
}
.pagSeccion .btn-default {
	color: #fff;
	background-color: #333333;
}
.pagSeccion .btn-default:hover {
	color: #333333;
	background-color: #fff;
}
.modal-dialog .checkbox label {
	padding-left: 20px;
}
.modal-dialog input {
	font-weight: 400;
}
.modal-footer {
	text-align: center;
}
.modal-footer button {
	background-color: #E87817;
	color: #fff;
}
.modal-footer button:hover {
	background-color: #fff;
	color: #E87817;
}
.modal-footer p {
	margin-top: 10px;
	font-size: 14px;
}
.Forget {
	text-align: right;
	font-weight: 400;
}
.Forget a:hover {
	text-decoration: underline;
}
.senha {
	display: inline-block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	color: #000;
}
.senha:hover {
	background-color: #fff;
}
.saida {
	display: inline-block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	color: #D82220;
}
.saida:hover {
	background-color: #fff;
}
.addFile {
	display: block;
	color: #3DAB15;
}
.botonFile{
	width: 90%;
	padding-right: 5px;
	float: left;
}
.filesAtach a {
	color: #3D70A3;
}
.filesAtach span {
	padding-top: 5px;
}
.filesAtach span.glyphicon-remove-circle {
	color: #D82220;
}
.btn-ingresar {
	color: #fff;
	background-color: #26A600;
	border: 1px solid;
}
.btn-ingresar:hover {
	color: #26A600;
	background-color: #fff;
}
#scrollUp {
  bottom: 30px;
  right: 20px;
  width: 38px; 
  height: 38px; 
  background: url(../img/top.png) no-repeat;
}
#scrollUp:hover {
	text-decoration: none;
	opacity: .6;
}
form#form {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.col-xs-2.idioma {
	    width: 105px;
	}
	.nav>li>a {
		padding: 0 11px;
		font-size: 16px;
	}
	.LoginLink {
		font-size: 10px;
		font-weight: 400;
		padding: 7px 15px;
		line-height: 3;
	}
	.menuSegundo ul li {
	    margin-left: 0;
	}
	.list-inline>li {
		padding-right: 3px;
		padding-left: 3px;
	}
	.intranet li.userDisplayName {
		width: 97px;
	}
	.intranet .userDisplayName a {
		width: 97px;
	}
	#inputBuscar.in {
	    width: 260px;
	}
	input#dnn_dnnSearch_txtSearch {
		width: 205px;
	}
	#slides_2419,
	#slides_2508 {
		height: 384px !important;
	}
	#slides_2443,
	#slides_2550 {
		height: 305px !important;
	}
	.botonSlide {
		top: -73px;
	}
	.menuFooter a {
		font-size: 12px;
	}
	.telefonos {
		font-size: 22px;
	}
	.telefonos .indicativo {
		font-size: 26px;
	}
	.miembrosRed img {
		width: 45px;
	}
	.destacado1 {
		font-size: 27px;
	}
	.destacado2 {
		font-size: 20px;
	}
	.pasosInscripcion li a {
		padding: 5px 7px;
		margin: 5px 5px;
	}
}
@media screen and (max-width: 991px) {
	.LoginLink {
		font-size: 10px;
		font-weight: 400;
		padding: 7px 15px;
		line-height: 3;
	}
	.nav>li>a {
	    padding: 0 6px;
	    font-size: 13px;
	}
	.logo img {
		width: 79%;
	}
	.intranet li.userDisplayName {
		width: 148px;
	}
	.intranet .userDisplayName a {
		width: 148px;
	}
	.telefonos {
	    font-size: 20px;
	    padding-right: 0;
	    padding-left: 0;
	    padding-top: 15px;
	}
	.telefonos .indicativo {
	    font-size: 24px;
	  
	    padding-right: 0;
	}
	#slides_2419,
	#slides_2508 {
		height: 297px !important;
	}
	#slides_2443,
	#slides_2550 {
		height: 237px !important;
	}
	.botonSlide {
		font-size: 12px;
		top: -62px;
	}
	.destacado1 {
		font-size: 22px;
	}
	h2.titulo-Principal {
		font-size: 23px;
	}
	h2.subtitulo {
    	font-size: 21px;
    }
    .edstmr__Theme1 .ms-staff-carousel {
        min-height: 345px;
    }
    .edstmr__Theme1 .ms-staff-carousel .ms-staff-info h3 {
    	font-size: 18px;
    }
    .boxDescTestimonio {
    	font-size: 15px;
    }
	.multislider2592 img {
		width: 100px !important;
		height: 100px !important;
	}
	.eds_news_Ozone.eds_subCollection_news .diaEvento {
		width: 35px;
		font-size: 14px;
	}
	.eds_news_Ozone.eds_subCollection_search .search_input .input {
		width: 82%;
	}
	#menuTransformadores {
	    padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.intranet li.userDisplayName {
		width: 94px
	}
	.intranet .userDisplayName a {
		width: 94px;
	}
	.redes {
    	border-left: none;
    }
    .boxMenuSegundo {
    	font-size: 11px;
    	border-bottom: none;
    }
    .menuSegundo {
    	padding-bottom: 0;
    	padding-right: 26px;
    }
    .menuSegundo ul li {
    	margin-bottom: 4px;
    	margin-left: 2px;
    }
    .menuSegundo ul li span {
    	padding-right: 1px;
    }
    .navbar-toggle {
    	padding: 7px 6px;
    	margin-top: -28px;
    	margin-right: 4px;
    	margin-bottom: 2px;
    	border: 1px solid #BD0932;
    }
    .menu {
    	padding: 2px 0;
    }
    .navbar {
    	min-height: 0;
	}
	.nav>li>a {
		border-right: none;
		padding: 4px 7px;
	    font-size: 16px;
	}
	.nav-pills {
		margin-left: 0;
	}
	.navbar-collapse.in {
		overflow: visible;
	}
	.footer ul li {
	    line-height: 1.3;
	}
	.menuFooter a {
		font-size: 12px;
	}
	#slides_2419,
	#slides_2508 {
		height: 126px !important;
	}
	#slides_2443,
	#slides_2550 {
		height: 157px !important;
	}
	#slides_2443_pager,
	#slides_2550_pager {
		display: none;
	}
	.botonSlide {
		display: none;
	}
	.navigation .pager ul {
		margin-bottom: -8px;
	}
	.extras {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 40px;
	}
	.extras .creditos {
	    text-align: center;
	}
	.extras .creditos span {
		border-left: none;
	}
	.contacto {
		font-size: 15px; 
	}
	#scrollUp {
    	display: none !important;
    }
    .tituloDatos {
    	font-size: 26px;
    }
    .telefonos {
        font-size: 24px;
    }
    .telefonos .indicativo {
        font-size: 24px;
    }
    .navigation .pager {
    	margin-bottom: 4px;
    }
    .navigation .pager ul {
    	padding-top: 16px;
    }
    .fluidBlanco {
    	padding-top: 40px;
    }
    .destacado1 {
    	font-size: 21px;
    }
    .destacado2 {
    	font-size: 18px;
    }
    h2.subtitulo {
    	font-size: 21px;
    }
    .boton1 {
    	font-size: 15px;
    	padding: 4px 8px;
    }
    .edstmr__Theme1 .ms-staff-carousel {
    	min-height: 519px;
    }
    .boxDescTestimonio {
    	font-size: 14px;
    }
    .SlickAliados img {
    	padding-left: 5px;
    	padding-right: 5px;
    }
    .golden-forms .form-buttons .button:last-child {
        margin-bottom: 30px !important;
    }
    #menuTransformadores {
    	padding-top: 0;
    }
    .navbar-toggle {
    	margin-top: -48px;
    }
    .tituloForm {
    	font-size: 21px;
    }
	.checkbox label, .radio label {
		padding-left: 20px;
	}
	.boxEstado {
		padding-left: 15px;
		padding-right: 15px;
	}
	.infoAdv {
		font-size: 15px;
	}
	.pasosInscripcion li a {
		margin: 5px 6px;
	}
	.tituloDatos {
		margin-bottom: 0;
		font-size: 17px;
	}
	.tituloDatos p {
		margin-bottom: 3px;
	}
	.telefonos {
		padding-top: 5px;
	}
	.extras {
		margin-bottom: 0;
	}
}

@media (min-width: 768px){
    .nav-pills{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
    .modal-dialog {
    	width: 410px;
	}
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -16px;
}

.inset-form-group {
	margin-top: -20px;
}

/*estilos viejos*/
.login label.oculto{
    display: none;
}

.login input[type="text"],
.login input[type="password"]{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2px 5px;
    width: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
}

input[type="text"],
input[type="password"],
textarea{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}

.menu_admin {
    border-collapse: collapse;
}

.menu_admin tr th{
    border-right: 1px solid rgba(62,114,166,1);
    border-bottom: 1px solid rgba(62,114,166,1);
}

.menu_admin tr th:last-child {
    border-right: none;
}

.menu_admin tr th a{
    padding: 10px 10px 5px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
}

.menu_admin tr th a.active,
.menu_admin tr th a:hover{
    text-decoration: none;
    background-color: rgba(62,114,166,1);
    color: #fff;
}

.menu_admin tr th a:hover{
    background-color: rgba(62,114,166,.6);
}

.datos_administrador{
    border-collapse: collapse;
    margin-top: 20px;
    float: left;
}

.datos_administrador tr th,
.datos_administrador tr td{
    height: 100%;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
}

.datos_administrador tr td i{
    font-size: 14px;
}

.datos_administrador tr th{
    padding: 10px 10px 5px;
    text-transform: uppercase;
    background-color: #ccc;
}

.datos_administrador tr td{
    padding: 10px 10px;
}

a.jbtn,
input[type="button"].jbtn,
button.jbtn {
    min-width: 100px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.jbtn.green {background-color: #39b54a;}
.jbtn.green:hover {background-color: #007c0c;}

.jbtn.orange {background-color: #ff931e;}
.jbtn.orange:hover {background-color: #ff0000;}

.jbtn.red {background-color: #ff0000;}
.jbtn.red:hover {background-color: #d40000;}

.botones {
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top-width: 2px;
    border-top-style: solid;
}

.paginador {
    text-align: center;
    margin-top: 20px;
}

.paginador a{
    display: inline-block;
    padding: 2px 5px 1px;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    margin-left: 3px;
    margin-bottom: 40px;
    color: #333;
    background-color: #ccc;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.paginador a.active,
.paginador a:hover{
    background-color: rgba(62,114,166,1);
    color: #fff;
    text-decoration: none;
}

.centrar { text-align: center; }

.oculto { display: none; }

/*estilos tomados de redeamerica*/
nav div.menu ul.Intranet { height:30px; margin: 0; padding: 0; float: left; width:100%;}
nav div.menu ul.Intranet li{display: inline; height:100%; text-transform:uppercase; position: relative;}
nav div.menu ul.Intranet li span{ float: left; color:#E87817; padding:0; margin: .3em 1.1em; text-shadow: 1px 1px 0px #CCC; font-size:14px; }
nav div.menu ul.Intranet li a{ float: left; text-decoration: none; color:#FFF !important; padding:0;margin:.4em 0 0;font-size:16px;font-family:'Exo', sans-serif; font-weight:500; line-height: 24px;}
nav div.menu ul.Intranet li a:hover{ color: #D9261C!important;}  
nav div.menu ul.Intranet li a.current{ color: #000000 !important;}

nav div.menu ul.Intranet li a.idioma_pt, nav div.menu ul.Intranet li a.idioma_es {
    float:right; padding:0; margin:0;height:30px; width:150px; background: url(https://www.redeamerica.org/Portals/_default/Skins/DarkKnight/Images/Flag_idioma_01.png) 0 0 no-repeat;}
nav div.menu ul.Intranet li a.idioma_es {
    background: url(https://www.redeamerica.org/Portals/_default/Skins/DarkKnight/Images/Flag_idioma_02.png) 0 0 no-repeat;}
nav div.menu ul.Intranet li a.idioma_pt:hover, nav div.menu ul.Intranet li a.idioma_es:hover { background-position: -150px 0;}

nav div.menu ul.Intranet li ul.Sub_Intranet          { display:none; padding:0; margin: 0; background: #FFF; border: 1px solid #CCC; border-top:none; position:absolute !important; left: -120px;
top: 30px;
width: 140px;
padding: 0 15px; }
nav div.menu ul.Intranet li ul.Sub_Intranet li   { width:100%; list-style-type: none; display: block; cursor:pointer;}
nav div.menu ul.Intranet li ul.Sub_Intranet li a { font-size:15px; font-family:'Exo', sans-serif; font-weight:400;
    width:100%; display:block; text-decoration: none; color:#707070 !important; margin:0 !important; padding:10px 0 !important; text-align:center; }
nav div.menu ul.Intranet li ul.Sub_Intranet li a.line  { border-top:1px solid #DDD; }        
nav div.menu ul.Intranet li ul.Sub_Intranet li:hover a { color:#e87817 !important; }     

nav div.menu ul.Intranet li:hover ul.Sub_Intranet { display:block; }

nav div.banner #LogoRow{width:960px;height:130px; margin: auto; padding:0;}
nav div.banner .LogoRowLeft{float:left;width:300px;height:130px;}
nav div.banner .LogoRowRight{float:right;width:600px;height:130px; font-size:11px;}
nav div.banner .RedesSociales { width:600px; height:60px; float:right;}
nav div.banner .Fecha { width:230px; height:60px;float:right; margin-right:10px; }
nav div.banner .SkinFecha { color:#999999; font-size:11px; line-height:60px; text-align:right; float:right; }

.RedesSociales a.RSFacebook, .RedesSociales a.RSTwitter, .RedesSociales a.RSYoutube, .RedesSociales a.RSMail {
    width:30px;
    height:32px;
    background: url(https://www.redeamerica.org/Portals/_default/Skins/DarkKnight/Images/RedesSocialesTop.png) no-repeat 0 0;
    display:block; 
    float:right;
    margin:22px 6px 0;
}
.RedesSociales a.RSTwitter  { background-position:-30px 0; }
.RedesSociales a.RSYoutube  { background-position:-60px 0; }
.RedesSociales a.RSMail     { background-position: -90px 0; margin:22px 0 0 6px;}

.RedesSocialesFooter a.RSFacebook,.RedesSocialesFooter a.RSTwitter, .RedesSocialesFooter a.RSYoutube, .RedesSocialesFooter a.RSMail {
    width:30px;
    height:32px;
    background: url(https://www.redeamerica.org/Portals/_default/Skins/DarkKnight/Images/RedesSocialesTop.png) no-repeat 0 0;
    display:block;
    float:left;
    margin:0 6px 0;
}

.RedesSocialesFooter a.RSTwitter { background-position:-30px 0; }
.RedesSocialesFooter a.RSYoutube { background-position:-60px 0; }
.RedesSocialesFooter a.RSMail    { background-position:-90px 0; }

.RedesSociales a.RSFacebook:hover, .RedesSocialesFooter a.RSFacebook:hover { background-position:0 -32px;}
.RedesSociales a.RSTwitter:hover, .RedesSocialesFooter a.RSTwitter:hover   { background-position:-30px -32px;}
.RedesSociales a.RSYoutube:hover, .RedesSocialesFooter a.RSYoutube:hover   { background-position:-60px -32px;}
.RedesSociales a.RSMail:hover, .RedesSocialesFooter a.RSMail:hover         { background-position:-90px -32px;}

#breadcrump{height:20px;line-height:20px;margin:20px 0 20px 0;font-size:12px;}
#breadcrump span{display:inline-block;height:20px;float:left;font-weight:normal;}
#breadcrump .SkinObject{display:inline-block;color: #999;height:20px;float:left;font-weight: normal;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
#breadcrump .SkinObject:hover{ color:#6EA443; text-decoration: none;}
#breadcrump span.Sep{width:20px;background:url(images/Breadcrumb-Sep.png) no-repeat 0 0; margin:0 px;}
#breadcrump .intro{
    width: 37px;
    margin: 0;
    background: url(https://www.redeamerica.org/Portals/_default/Skins/DarkKnight/Images/Breadcrumb-FirstSep.png) no-repeat 0 0;
}
/*
.container {
    margin: 0 auto;
    width: 990px !important;
    max-width: 990px;
}
*/
.fr {float: right;}
.fl {float: left;}

.filaInstrucciones {
	margin-bottom: 25px;
}
.boxInstrucciones {
	background-color: #f7f7f7;
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 4px;
}
.boxInstrucciones ul {
	padding-left: 30px;
}
.boxInstrucciones li {
	list-style-image: url(../img/bullet-rojo.png);
	padding-bottom: 2px;
}
.boxDescargas li {
	list-style-image: url(../img/pdf_icon_16x16.gif);
	padding-bottom: 2px;
}
.boxDescargas {
	background-color: #f7f7f7;
	border: 1px dashed #ccc;
	padding: 5px;
	border-radius: 4px;
}
.boxDescargas h4 {
	text-align: center;
	color: #26A600;
}
.boxDescargas a{
	color: #4d4d4d;
}
.boxDescargas a:hover{
	color: #F10015
}

.has-error label {
    color: #b40404;
}
.boxInstrucciones a:hover {
    color: orange;
}
.BotonesForm a:hover {
    color: orange;
    text-decoration: none;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.progressbar {
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #ececec;
}

.progressbar .progreso {
	position: absolute;
	left: 0;
	z-index: 1;
	background-color: #aaa;
	top: 0px;
	height: 4px;
}

.progressbar .progreso-label {
	position: absolute;
	top: -15px;
	margin-left: -10px;
	font-size: 12px;
	color: #5B2D3C;
	font-weight: normal;
}


@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

