@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');


::-webkit-scrollbar{
width: 8px;
}

::-webkit-scrollbar-track{

background:#e0e0df;
}

::-webkit-scrollbar-thumb{

background:#2c3038;
}

header{
		background:#fff;
		color:#fff;
}
.main{
		background: #a02349;
}
.color1{

	background:#ced6ce;
	color:#fff;
}

/*aside{
	background:#07208c;
	color:#fff;
}*/
#estilo1{
	color:#FFF;
}

#izquierdo{
	background: #ced6ce;
	color:#FFF;
}

#derecho{
	background: #cbcbca;
	color:#FFF;
}



footer{
		background:#621332;
		color:#fff;
}

h5  {
 font-size : 15pt;
font-family: 'Raleway', sans-serif;
 text-align : center;
 color : white;
 }

h3  {
 font-size : 20pt;
font-family: 'Raleway', sans-serif;
 text-align : center;

 }


.alternativo {color: #7a7a7a;}
.alternativo:hover {
color:#fff;
text-decoration: none;
}


.btn-success {
    color: #fff!important;
    background-color: #b19989!important;
    border-color: #fff!important;
}