@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:none;
	color: #E47211;
}
.link-f {
	color: #1B1B1B;
}
.link-f:hover {
	color: #E47211;
}

#contenedor {
	margin:10px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;	
}
.conten {
	width: 300px;
	height: 150px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	font-size: 18px;
	margin: 10px;
	padding:35px;
	border: 1px #E4E4E4 solid;
	border-radius: 5px;
	box-shadow: 0 0 4px #eee;
    -webkit-box-shadow: 0 0 4px #eee;
    -moz-box-shadow: 0 0 4px #eee;
	
}
.titulo1{
	border-bottom:1px dotted #CCCCCC;
	padding-top:10px;
	padding-bottom:30px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:100;
	font-size: 30px;
	color: #E47211 !important;
}
.titulo1-n{
	font-family: 'Roboto', sans-serif !important;
	font-weight:400;
	font-size: 30px;
	color: #E47211 !important;
}
.texto{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	font-size: 20px;
	color: #333 !important;
}
.descrip {
	font-family: 'Roboto', sans-serif !important;
	font-weight:100;
	font-size: 14px;
	color: #333 !important;
}
.descrip-log {
	font-family: 'Roboto', sans-serif !important;
	font-weight:100;
	font-size: 14px;
	color: #333 !important;
	padding-top: 5px;
}
.icon {
	margin:8px;
}
#footer {
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px dotted #CCCCCC;
}

#contenido {
			padding: 15px;
			border: 1px solid #eee;
		}
#contenido2 {
			padding: 15px;
			border: 1px solid #eee;
		}

