.header {
    color: #36A0FF;
    font-size: 50px;
    padding: 10px;
}
.eti{
    color: #36A0FF;
    font-size: 20px;
    padding: 0px;
}
.formi{
    margin-top: 15px;
    margin-bottom: 40px;
}
.formis{
    margin-top: 15px;
    margin-bottom: 100px;
}
.tab{
    margin-top: 30px;
}
.namenu{
    background: #3F413E;
    border-radius: 1%;
}
h2{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
	color: #36A0FF;
	font-size: 50px;
}
nav{
	margin-top: 5px;
}
/*Margenes para el carrucel*/
.carru{
	margin-top: 30px;
	margin-bottom: 40px;
}
/*Colores para los iconos*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

 /*Modif texto carrucel*/
 .ca2{
    background: rgba(0,0,0,.5);
    width: 100%;
 }
 .ca2 h4{
    font-size: 2.5em;
 }
 .ca2 p{
    font-size: 1.5em;
 }
 .carousel-caption{
    right: 0 !important;
    left: 0 !important;
 }

 /*centrar texto tablas*/
 td{
    text-align: center;
 }
 h3{
    text-align: center;
 }

 .bread{
    margin-top: 20px;
    padding: 0;
 }
 
img{
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

 img:hover {
    opacity: .85;
}

/*--Breadcrumbs estilos**/

 .breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}

