.titulo
{
	color: #6CBF4A;
    font-size: 30px;
    font-family: HelveticaNeue-Thin;
}
.Contenedor
{
    height: 360px;
	margin-top: 20px;
}
.txtGris
{
	color: #575756;
    font-size: 14px;
    font-family: HelveticaNeue-Regular;
	margin-bottom: 30px;
	text-align: justify;
}
.ContenedorLibrary
{
	background-color: #0075C9;
    width: 340px;
    height: 69px;
    padding-top: 24px;
    padding-left: 12px;
    margin-top: 10px;
	cursor: pointer;
}
.ContenedorSuppliers
{
	background-color: #0060A5;
    width: 340px;
    height: 69px;
    padding-top: 24px;
    padding-left: 12px;
    margin-top: 12px;
}
.txtBotones
{
	color: white;
    font-size: 18px;
    font-family: HelveticaNeue-Light;
}
.ContenedorVerde
{
	background-color: #6CC04A;
    height: 360px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
	margin-top: 20px;
	text-align: center;
}
.txt1
{
	color: white;
    font-size: 18px;
    font-family: HelveticaNeue-Medium;
}
.txt2
{
	color: white;
    font-size: 16px;
    font-family: HelveticaNeue-Light;
	margin-top: 20px;
}
.btnSuppliers
{
	background-color: #FFFFFF;
    border: none;
    width: 212px;
    height: 49px;
    color: #6CBF4A;
    font-size: 13px;
	font-weight: bold;
    font-family: HelveticaNeue-Regular;
    margin-top: 15px;
}
.ContenedorContacto
{
	background-color: #F3F3F3;
    height: 360px;
    margin-top: 20px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.txtAzul
{
	color: #0075C9;
    font-size: 19px;
    font-family: HelveticaNeue-Medium;
	margin-bottom: 25px;
}
.textbox
{
	background-color: white;
    border: none;
    border-color: white;
    width: 310px;
    height: 42px;
    color: #BBBBBB;
    font-size: 13px;
    font-family: HelveticaNeue-Medium;
    padding-left: 12px;
    margin-bottom: 15px;
}
.btnContact
{
	margin-left: 240px;
    color: #0075C9;
    font-size: 15px;
    font-family: HelveticaNeue-Medium;
    background: none;
    border: none;
	margin-top: 15px;
}

.icons {
	color:white;
	font-size:18px;
}

.categoriaItem{
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px 0 15px 20px;
    color: #fff;
    background: #0060A5;
	margin-top:10px;

}

.nombreCategoria{
margin-left:10px;
}

.nombreDoc{
font-size:11px;
}


.card{
    background-color: #0060A5;
    color: white;
    min-height: 245px;
    text-align: center;
    padding: 10px;
}

.globo{
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btnDownload {
    color: #6CBF4A;
    background-color: white;
    border: none;
    width: 80%;
    height: 42px;
   	float: none;
    margin-right: 12px;
}

.CuadroDownload .iconoPDF {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 25px;
}

