.vmrmbordeon img{
/*border: 0px ;*/
border: 3px solid #ffffff;

}

.vmrmbordeon:hover img{
border: 1px solid navy;
}

.vmrmbordeon:hover{  /* Para IE Bug*/
color: #333333;
/*border: 0px ;*/
border: 3px solid #ffffff;
}

.vmrmcabeceradepagina {
	text-align: center;
	font-size:2em;
}		
.vmrmpiedepagina {
	text-align: right;
}
.vmrmrb11 {
}
.vmrmrb12 {
}
.vmrmmenuavisolegal {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
.vmrmlineaseparadora {
	border: 1px solid black;
}
.vmrmtextomenu{
	font-weight: bold;
	color:white;
}
/* 
el estilo vmrmaccesodirecto variará en función del tamaño de pantalla
		XS<544
*/		
.vmrmaccesodirecto {
	font-size: 15px; /*1rem = 16px*/
	font-weight: bold;
	color:#000000;	
	text-decoration: none;
}
/* XS>544 (landscape phones, 544px and up) */
@media (min-width: 544px) {  
	.vmrmaccesodirecto {
		font-size: 8px; /*1rem = 16px*/
		font-weight: bold;
		color:#000000;	
		text-decoration: none;
	}
}
/* SM (tablets, 768px and up) */
@media (min-width: 768px) {  
	.vmrmaccesodirecto {
		font-size: 12px; /*1rem = 16px*/
		font-weight: bold;
		color:#000000;	
		text-decoration: none;
	}
}
/* MD (desktops, 992px and up) */
@media (min-width: 992px) { 
	.vmrmaccesodirecto {
		font-size: 15px; /*1rem = 16px*/
		font-weight: bold;
		color:#000000;	
		text-decoration: none;
	}
}
/* LG (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.vmrmaccesodirecto {
		font-size: 15px; /*1rem = 16px*/
		font-weight: bold;
		color:#000000;	
		text-decoration: none;
	}    
}		
.vmrmenlacedeaccesodirecto {
	color:#000000;	
	text-decoration: none;
}
.vmrmseccionesaccesosdirectos
{
}
.vmrmnombrerallye {
font-size: 24px;
font-weight: bold;
text-align: center;
}
.vmrmfecharallye {
	font-size: 14px;
	font-weight: bold;
}
.vmrmVMRM {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
.vmrmSystem {
	font-size: 12px;
	color: #0000FF;
	}
.vmrmprocesodedatos {
	font-size: 12px;
}
.vmrmcontadorvisitas {
	font-size: 12px;
	font-weight: bold;
}	
.vmrmmarquesinainferior {
	font-size: 16px;
	font-weight: bold;
	background-color:#1715FB;
	color:white;
	bottom:0px;
	right: 10px;
	left: 10px;
	position: fixed;
}	
.vmrmcarousellogos{
	max-height:  200px;
	margin: auto;
}
.vmrmcluborganizador {
	font-size: 14px;
	font-weight: bold;
}
.vmrmdestacado {
	font-size: 16px;
	font-weight: bold;
	color:red;
}
.vmrmregistropublicaciones {
	font-size: 12px;
	color:black;
}
.vmrmparpadea {
  
  animation-name: parpadeo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
