@charset "utf-8";
*{
    margin:0px;
    padding:0px;
    border:0px;
}
body {
    background-color: #CC00FF;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
header {
    height: 45px;
    background-color: #CC00FF;
    font-family:Arial, serif;
    font-size:18px;
    font-weight:bold;
    color:#FFF;
    padding-top:20px;
    border-bottom:solid;
    border-bottom-width:5px;
    border-bottom-color:#ccc;
}
section {
    height:auto;
    font-family:Comic Sans serif, Times New Roman, Arial, serif;
    text-align:left;
    background-colorpink;
    padding:20px;
}
section h1 {
    font-family:Arial, 'serif';
    font-size:24px;;
    color:#black;
    text-align:left;
    padding-bottom:15px;
}
section p{
    font-family: 'Shadows Into Light', cursive;
    text-align:justify;
}
section h2{
    font-family:Arial, 'serif';
    font-size:22px;;
    color:#FF9900;
    text-align:center;
    padding:15px;
}

.art1 {
    background-color:#FF00FF;
    padding:20px;
    margin-top:30px;
    margin-left:10px;
    color:#FFF;
    font-size:22px;
    
}
#foto {
    float:left;
    width:240px;
    height:240;
    border:solid;
    border-color: #FF9999;
    border-width: 10px;
    border-radius: 10px;
    margin-right:30px;
    margin-bottom:30px;
    
}
#contenedor {
    width:560px;
    height:442;
    margin-top:30px;
    margin-left:25%;
    border-radius:15px;
    background-color:#436587;
    text-align:center;
}

footer {
    height:60px;
    background-color:#A3fAA1;
    border-top:solid;
    border-top-width:5px;
    border-top-color: #FF6C6C;
    padding-top:4px;
}

    

    
    