#carousel {
	margin: 0 auto;
	width: 400px;
	height: 470px;
	padding: 0;
	overflow: scroll;
	border: 0px solid #999;
	border-radius: 0px 0px 0px 0px;
	float:left;
	
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
	

}
#carousel li {
	display: inline;
	float: left;
	

}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}


/*---------------------------------------------------*/

  .Cont_Mensaje_Txt{
	position: absolute;
    margin-top: 350px;
    
	width: 280px;/*272px;*/
    background-image: linear-gradient(540deg, transparent 0%, #17283c 100%, rgba(127, 127, 127, 1) 100%, transparent 0%);
	/*height: 62px;
    margin-top: 300px;*/
    height: 123px;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    padding: 4px;
    overflow: hidden;
   
  }

.Cont_Mensaje_Txt h4{
		font-family: arial;
		color: /*#005b9c;*/white;
		white-space: normal;
		word-wrap: break-word;
		font-size: 14px;
		text-decoration: none;
		margin-top: 70px;
		text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.82);
		text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;	}

.Cont_Mensaje_Txt i{position: absolute;
    font-family: arial;
    padding: 1px;
    color: #244070;
    white-space: normal;
    word-wrap: break-word;
    font-size: 10px;
    background: #f1f3f5ab;
    text-decoration: none;
    margin-top: 55px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.82); 
	/*border-radius: 4px;*/
																}														

.Cont_Mensaje_Txt a h4:hover {text-decoration: underline /*overline*/;}

a:link 
{ 
text-decoration:none; 
} 
 /*a:hover {cursor: pointer; cursor: copy;} */
