@charset "utf-8";

/*#contenidos_iframe {margin: 0 auto; overflow: auto; padding: 20px 10px; position: relative; width: 700px;}*/
*		{box-sizing: border-box;}

.telegrama		{position: absolute; top: 0; left: 0; z-index: 100; width: 69%; height: auto;  background-color: #e1f5f5; opacity: .8; }
.telegrama p		{padding: 8px 5px;}
.telegrama:hover	{background-color: #008080; opacity: .8; color: white;}
.telegrama p a		{color: #333; font-size: .9em; font-weight: bold; font-family: Arial,sans-serif; text-decoration: none;
			 height: 20px; padding: 3px 0 2px 25px;
			 background: transparent url("../img/flechaIzq.png") 0 0 no-repeat;}
.telegrama p a:hover	{color: white; background-image: url("../img/flechaIzq_hover.png");}