﻿body
{
    margin:0 0 0 0;
    font-family:Arial;
}
        
.texto01
{
    width:100%;
    text-align:center;
    margin:565px auto 0 auto;
}
        
.texto02
{
    width:80%;
    text-align:center;
    margin:0 auto 0 auto;
}
        
.titulocentro
{
    color:#6da3d6;
    font-size:30px;
    font-weight:bold;
    margin:0 0 0 0;
}
       
.textoscentro
{
    color:#838488;
    font-size:13px;
}






/* Textos en scroll */


.texto01scroll
{
    width:100%;
    text-align:center;
/*    margin:565px auto 0 auto;*/
}


.titulocentroscroll
{
    color:#6da3d6;
    /*font-size:30px;*/
    font-weight:bold;
    /*margin:0 0 0 0;*/
}

.content
{
    width:95%;
    height:430px;
    text-align:left;
    margin:0 auto 0 auto;
    
    
    /*overflow:hidden;*/
    
    
    
    overflow: auto;
	position: relative;
	padding: 20px;
	/*background: #eee;*/
	margin: 10px;
	max-width: 97%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


.content p{ margin: 30px 0; }