@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'myriad_web_probold';
    src: url('../fuentes/fontface/myriadwebpro-bold-webfont.eot');
    src: url('../fuentes/fontface/myriadwebpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/fontface/myriadwebpro-bold-webfont.woff') format('woff'),
         url('../fuentes/fontface/myriadwebpro-bold-webfont.ttf') format('truetype'),
         url('../fuentes/fontface/myriadwebpro-bold-webfont.svg#myriad_web_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	
	font-family:'myriad_web_probold';
}

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	float: left;
	width:367;
	
}

#contenido {
	width: 800px;
	background-color: #ddf4fa;
	padding: 5px;
	border: thin solid #78abc6;
	height: 368px;
	margin: auto;
}
#contenido #datos {
	background-color: #78abc6;
	width: 235px;
	float: right;
	height: 216px;
	color: #FFF;	/*border-radius: 10px;*/
}
#contenido #datosDescripcio {
	background-color: #69D697;
	width: 235px;
	float: right;
	height: 150px;
	color: #FFF;	/*border-radius: 10px;*/
}

#contenido #datos h2 {
	font-size: 18px;
	margin-left: 15px;
	margin-top: 15px;
}
#contenido #datos p {
	margin-left: 18px;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: 18px;
}
#contenido #datosDescripcio p {
	font-weight: 100;
	font-size: 14px;
	padding: 15px;
	word-spacing: 2px;
}

#contenido #datos p a {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
}

#contenido #datos table {
	font-size: 11px;
	margin: auto;
	width: 150px;
	text-align: center;
}
#contenido #datos table tr td {
	background-color: #5F9BBC;
	color: #FFF;
	text-align: center;
	border: 1px solid #DDF4FA;
	padding: 4px;
}

.redondearesquinas {
	border-radius: 10px;
}

 .slides_container {
                width:553px;
                height:389px;
            }
			
.slides_container div {
	width:553px;
	height:389px;
	display:block;
}
