.ContenedorGris
{
	background-color: #F3F3F3;
    width: 209px;
    height: 265px;
	text-align: center;
	padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 7px;
    padding-right: 7px;
	margin-left: 10px;
}
.titulo
{
	color: #6CBF4A;
    font-size: 18px;
    margin-top: 15px;
}
.descripcion
{
	color: #575756;
    font-size: 14px;
    margin-top: 15px;
}
.ContenedorAzul
{
	background-color: #0075C9;
    height: 72px;
    padding-top: 16px;
    padding-left: 15px;
    margin-top: 25px;
    margin-left: 16px;
    margin-bottom: 30px;
}
.ContenedorGreen
{
	background-color: #6EBF49;
    height: 72px;
    padding-top: 16px;
    padding-left: 15px;
    margin-top: 25px;
    margin-left: 16px;
    margin-bottom: 70px;
}
.texto
{
	color: white;
    font-size: 22px;
    margin-top: 5px;
}


.ListLibrary
{
	padding: 0;
    list-style-type: none;
	
}

.Combo
{
	list-style-type: none;
    padding: 0px;
    width: 100%;
    height: 44px;
    border: 1px solid #EAEBEE;
    padding-left: 15px;
    color: #949592;
    font-size: 12px;
    font-family: HelveticaNeue-LightItalic;
    
	margin-top: 20px;
    margin-bottom: 20px;
}

