﻿


body {
}

#contenedor 
{
    margin:0 auto 0 auto;
    width:800px;
}

        #tope
        {
            width: 800px;
            height: 116px;
        }
        
        #navegacion 
        {
            width: 800px;
            height: 30px;
            margin-bottom:5px;
            text-align:center;
            
        }
        
        #principal
        {
            width: 770px;
            height: 390px;
            
            background-color: rgb(0,37,150);
            border-radius: 15px;
            border-top-right-radius: 0px;
            padding:15px;
            padding-top:0px;           
        }
        
        
        #principalIn
        {
            width: 770px;
            height: 345px;
            border-top: 10px solid rgb(247,147,30);
            border-bottom: 5px solid rgb(247,147,30);         
        }
        
        #textoIn
        {
            width: 540px;
            float:left;  
            height:300px;  
            overflow:auto; 
            margin-top:10px;
            padding-right:10px;
            text-align:justify;
                 
        }
        
        #fotoIn
        {
            width: 200px;
            float:left;  
            padding-left:20px;
                   
        }
        
        
        #tituloIn 
        {
            list-style-type: none;
            width: 200px;
            padding-top: 0px;
            height: 20px;
            margin-top:0px;
            border-bottom-left-radius: 10px;
            color: Black;
            text-align: center;
            background-color: rgb(247,147,30); 
            font-family: Arial;
            font-size: 13px;
            font-weight:bold;
        }
