@charset "utf-8";
/* CSS Document */
 
 .Noticias {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.Noticias ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 20s infinite alternate linear;
}

.Noticias li {
	width: 100%;
	list-style: none;
}

.Noticias img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

section #panelPrincipalCNR ol li #frmContacto fieldset{padding: 24px;}
section #panelPrincipalCNR ol li #frmContacto fieldset form input, section #panelPrincipalCNR ol li #frmContacto fieldset form textarea {width: 90%; padding: 6px; height: 32px; border: 1px solid #D8D8D8}
section #panelPrincipalCNR ol li #frmContacto fieldset form textarea {height: 200px}
section #panelPrincipalCNR ol li #frmContacto form #btnEnviarfrm{background-color:#058bd5; border: none; color: #FFFFFF; font-size: 1.2em}

.contenido02{ text-align: justify;}
.contenido02 h3{color:#0E95E0; margin-top: 25px; margin-bottom: 12px}
.contenido02 ul li{display:list-item; list-style-image: url("icons/check_amazon_tours.png")!important; margin-top: 8px; margin-bottom: 8px; margin-left: 12px; padding-left: 12px }

 @media screen and (min-width:900px) and (max-width:1200px) 
 { 
  
 }
 
@media screen and (min-width:840px) and (max-width:900px) 
 { 
  
 }
 
 @media screen and (min-width:600px) and (max-width:840px) 
 { 
  
 }
 
  @media screen and (min-width:100px) and (max-width:600px) 
 { 
  
 }