#Preprints .TesPreprintON{
	margin-bottom:0px;
	font-size:14px;
	color:#990000;
	font-weight:bold;	
}

#Preprints .TenPreprintON{
	margin-bottom:0px;
	font-size:13px;
	color:#0000FF;
}

#Preprints .AutPreprintON{
	margin-bottom:0px;
	font-size:14px;
	color:#000000;
}

#Preprints .DoiPreprintON{
	margin-top:0px;
	text-align:left;
	margin-bottom:10px;
	font-size:14px;
	color:#0000CC;
}

#Preprints .TesPreprintOFF{
	margin-bottom:0px;
	font-size:12px;
	color:#999999;
	font-weight:bold;	
}

#Preprints .TenPreprintOFF{
	margin-bottom:0px;
	font-size:11px;
	color:#999999;
	font-weight:bold;	
}

#Preprints .AutPreprintOFF{
	margin-bottom:0px;
	font-size:12px;
	color:#999999;
}

#Preprints .DoiPreprintOFF{
	margin-top:10px;
	text-align:left;
	margin-bottom:0px;
	font-size:10px;
	color:#999999;
}

#Preprints .TesPreprintON a {
	text-decoration:none;
	color:#990000;
}
#Preprints .TenPreprintON a {
	text-decoration:none;
	color:#000066;
}
#Preprints .AutPreprintON a {
	text-decoration:none;
	color:#000066;
}
#Preprints .DoiPreprintON a {
	text-decoration:none;
	color:#999999;
}

#Preprints .TesPreprintON a:hover {
	color:#999900;
}
#Preprints .TenPreprintON a:hover {
	color:#999900;
}
#Preprints .AutPreprintON a:hover {
	color:#999900;
}
#Preprints .DoiPreprintON a:hover {
	color:#999900;
}

#Preprints .preprinttxt{
	background-color:#990000;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
	padding-top:2px;	
	height:34px;
	line-height:34px;
	margin-top:50px;
	font-size:14px;
	width: 100%;
}

#InfoPreprint{
	border:#000000 solid 1px; 
	margin-bottom:20px; 
	margin-top:30px;	
}

#Preprints p{
	font-size:12px;
	color:#000099;
	margin-left:20px;
	margin-right:20px;	
}

#Preprints .contenidos {
	display: flex;
	flex-basis: 1159px;
}

#Preprints .detalles {
	flex-basis: 100%;
}

#Preprints .portada img{
	margin-top:10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.45);
}

#Preprints .portada img:hover{
	opacity: 0.5;
	transition: all .5s ease-in-out;
	cursor: pointer;
}