@charset "UTF-8";
/* CSS Document */
div#container {
	background:url(recursos/bg2.jpg) no-repeat top #5fc4e4;
}

div#contenedor {
	display: inline-table;
	float: left;
	margin: 30px;
	width: 395px;
	height: 405px;
}
div.titulo {
	margin: 0px 0px 15px 15px;
	color:#00a2d3;
	text-shadow:0px 0px 3px #FFF;
	font-size: 24px;
}
div.col{
    float: left;
    width:45%;
}
div.texto {
	padding: 15px 15px;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.80);
	border: thin solid #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 4px 4px 4px #AAA;
	-moz-box-shadow: 4px 4px 4px #AAA;
	-webkit-box-shadow: 4px 4px 4px #AAA;
	color:#00a2d3;
	width:450px;
	height:320px;
        overflow: auto;
}
div.texto a{color:#00a2d3;
	}
div.texto ul li {
	list-style-type:none;
	margin: 12px 0px;
	padding: 0px;
	margin-right: 10px;
}
div.texto ul li ul li{
	margin: 2px 0px;
}
div.texto ul {
	margin: 0px;
	padding: 0px;
}
div#b {
	background: rgb(255, 255, 255) url(recursos/Testimoniales.png) bottom right no-repeat; /* The Fallback */
	background: rgba(255, 255, 255, 0.80) url(recursos/Testimoniales.png) bottom right no-repeat;
}
