@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
#contenedor{
    width: 1200px;
    height: 800px;
    background:#BCABCC;
    margin: auto;
}
body{
	 width: 1200px;
    height: 800px;
    background:#BCABCC;
    margin: auto;
}
header{
    height: 20%;
    background:#A790BC;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
	border-radius: 20px;
	text-align: center;
}
.cabecera_rojo{
	color:#766388;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 120px;
}
nav{
    height: 10%;
    background:rgba(167,144,188,1.00);
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
	width: 1140px;
	display: flex;/*ayuda a colocar las cajas como si fueran celdas de una tabala*/
}
#contenido{
	height: 50%;
	background:#A790BC;
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
}
#contenido_02{
	height: 50%;
	background:#A790BC;
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
}
#contenido_03{
	height: 50%;
	background:#A790BC;
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
}
section{
    width: 40%;
    height: 90%;
    background:#503966;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    margin-top: 20px;
}
aside{
    width: 40%;
    height: 90%;
    background:#503966;
    float: right;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    margin-top: 20px;
}
footer{
    height: 12%;
    background:#A790BC;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 1px;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight:bold;
    font-size: 25px;
    text-align: center;
    color:#766388;
}
.boton{
	width: 600px;
	height: 50px;
	background-color:rgba(80,57,102,1.00);
	border-radius: 5em;
	cursor: pointer;/*cursor en forma de dedo*/
	transition:background-color 1s;/*para hacer una transicion de color y el tiempo dura*/
	margin:20px;	
}
.boton:hover{
	background-color:rgba(33,23,42,1.00);/*pasar sobre boton cambia de color*/
}
.boton p{
	text-align:center;
	font-size:2em;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";		
}
.boton a{
	text-decoration:none;
	color:rgba(118,99,136,1.00)
}
img{
    margin: 5px;
    border-radius: 2em;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #BCABCC;
}  
#p_01{
    color: #FFFFFF;
    text-align: justify;
    margin-top: 100px;
    margin-bottom: 19px;
    margin-left: 19px;
    margin-right: 19px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
#p_02{
    color: #FFFFFF;
    text-align: justify;
    margin-top: 100px;
    margin-bottom: 19px;
    margin-left: 19px;
    margin-right: 19px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
#p_03{
    color: #FFFFFF;
    text-align: justify;
    margin-top: 100px;
    margin-bottom: 19px;
    margin-left: 19px;
    margin-right: 19px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
