body{	
 	background: url("pagina.jpg")no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
.contenedor {
	width: 800px;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
}
.texto {
	width: 650px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: rgba(43,70,97,0.6);
	padding: 20px;
	border-color: #c0c0c0;
	border-style: outset;
	border-radius: 5px;
	border-width: 20px;

}
p{
        font-family: arial;
        font-size: 1em;
        color: #FFF;
        text-align: justify;
    }
h2{
		color:rgb(251,0,0); 
		font-variant: small-caps;  
		text-align:center;
        font-family: "Times New Roman";
        font-size: 2em;
    }
.contenedor2 {
	margin: 50px;
	width: 950px;
	height: 720px;
	margin-right: auto;
	margin-left: auto;

}
.textos {
	width: 550px;
	height: 360px;
	background-color: rgba(43,70,97,0.6);
	padding: 10px;
	margin: 10px;
	border-color: #c0c0c0;
	border-style: outset;
	border-radius: 5px;
	border-width: 20px;
	float: left;
}
.lista {
	float: left;
	overflow: hidden;
	width: 350px;
	height: 360px;
	background-color: rgba(43,70,97,0.6);
	padding: 10px;
	margin: 10px;
	border-color: #c0c0c0;
	border-style: outset;
	border-radius: 5px;
	border-width: 20px;
	position: relative;

}
.lista ul li {
	font-family: arial;
    font-size: 1em;
    color: #FFF;
    text-align: justify;
}
.imagen	{
	width: 100px;
	height: 100px;
	float: right;
	position: relative;
	margin: -80px -10px -10px -80px;
}