@font-face {
	font-family: 'Trebuchet MS1';
	src: url('../fonts/trebucbd.ttf');
}
body {
	/*background: radial-gradient(rgba(255,255,255,0.5), yellow)*/
	background: url(../images/contenedor_hum.jpg) no-repeat bottom right fixed;
	background-color: rgb(255,241,204);
	/*background-size: cover;*/
	/*-webkit-background-size:cover;*/
	/*min-height: 100%;*/
	font-family: 'Trebuchet MS', monospace,sans-serif;
	/*font-size: 12px;*/
	/*font-weight: 100;*/
	/*font-stretch: ultra-condensed;*/
}
/*.html-mobile-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  To compensate for mobile browser address bar space 
    background: url(../images/contenedor_hum.jpg) no-repeat; 
    background-size: 100% 100%;
}*/

.fondo {
	background-color: #FF0000;
	width: 150px;
	height: 150px;
	/*width: 100%;
	height: 50%;*/
	border-radius: 50%;
	text-align: center;
	/*padding-top: 65px; */
	/*background: linear-gradient(rgba(255,0,0,0.5),pink);*/
	background: linear-gradient(rgba(247,45,145,0.8),rgba(227,45,145,1));
	text-decoration: none;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
}
.fondo1 {
	background-color: #FF0000;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
	background: linear-gradient(rgba(247,45,145,0.8),rgba(227,45,145,1));
	text-decoration: none;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
}
a.sin {
	display: inline-block;
	border: 3px solid pink;
	border-radius: 50%;
}
a.sin:hover {
	box-shadow: 0 0 10px 3px pink;
	text-decoration: none;
	/*color: #000000;*/
}
a.sin:link, a:active, a:visited a:focus {
    color: #000000;
    text-decoration: none;
}
a.sin1:link, a:active, a:visited a:focus {
    text-decoration: none;
}
p.sinmargen {
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
}
p.sinmargen1 {
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
}
div.col {
	float: left; 
	margin: 0px 5px 0px 5px;
	width: 23%; /*15% 6 columnas*/ 
}
div.col6 {
	float: left; 
	margin: 0px 5px 0px 5px;
	width: 15%; 
}
div.col3 {
	float: left; 
	margin: 0px 5px 0px 5px;
	width: 30%;
}
div.titulo {
	margin: 50px 0px 120px 0px;
	/*margin: 8em 5em 8em 5em;*/
}
div.titulo1 {
	margin: 20px 0px 0px 0px;
	/*margin: 8em 5em 8em 5em;*/
}

div.centrado{
	/*width: 600px;*/
	width: 70%;
	background: #fff;
	margin: 0 auto;
	border: 2px solid grey;
	border-radius: 4px;
}
div.centrado1{
	/*width: 1060px;*/
	/*width: 90%*/
	height: 180px;
	/*width: 80%;*/
	/*display: inline-block;*/
	/*margin: auto;*/
	margin-left: 5%;
	/*margin-right: 5%;*/
	text-align: center;
}
div.centrado2 {
	/*width: 1060px;*/
	width: 80%;
	/*display: inline-block;*/
	margin: 0 auto;
	/*text-align: center;*/
}
div.centrado3{
	width: 400px;
	background: #fff;
	margin: auto;
	margin-top: -100px;
	margin-bottom: 40px;
	border: 2px solid grey;
	border-radius: 4px;
}
div.centrado4{
	width: 700px;
	background: #fff;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid grey;
	border-radius: 4px;
}
p.small {
	font-size: 1.2em;
	color: pink;
    font-variant: small-caps;
}
p.small1 {
	font-size: 1.2em;
	color: pink;
    font-variant: small-caps;
}
.versalle {
	font-variant: small-caps;
}

.titular {
	text-align: center;
	color: lightslategrey;
	/*font-family: 'Trebuchet MS';*/
	/*font: 2.5em monospace;*/
	font-size: 2.0em;
}
.titular1 {
	text-align: center;
	color: dimgrey;
	/*font-family: 'Trebuchet MS';*/
	/*font: 2.5em monospace;*/
	font-size: 2.0em;
}
/*h1.titular::first-letter{
	font-size: 300%;
}*/
.capitalLetra {
	font-size: 170%
}
hr {
    margin-top: 30px;
    margin-bottom: 30px ;
    width: 80%;
    border: 0;
    border-top: 1px solid #aaa;
    margin: auto;
    /*box-sizing: content-box;*/
}
p.textomiembro {
	padding-left: 40px;
	padding-right: 40px;
}
p.textoactividades {
	padding-left: 40px;
	padding-right: 40px;
}
p.margen0 {
	margin-bottom: 0px;
	margin-top: 0px;
}
ul.investigacion {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
ul.actividades {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
	/*list-style-position: inside;*/
}
ul.actividades>li {
	margin-left: 30px;
}
@media (max-width: 800px) {
    body {
    	background: none;
        background-color: rgb(255,241,204);
    }
    .fondo {
    	width: 70px;
		height: 70px;
    }
    p.sinmargen {
		margin: 0px 0px 0px 0px;
		padding-top: 20px;
	}
	p.small {
		font-size: 0.7em;
	}
}