﻿
/* estilos de la pagina */
body 
{
background-color:#0B1727;
}

.borde1  
{
background-image:url('../images/b1.png');
background-repeat:no-repeat;
width:19px;
height:26px;
}

.borde2  
{
background-image:url('../images/b2.png');
background-repeat:no-repeat;
width:19px;
height:26px;
}

.borde3  
{
background-image:url('../images/b3.png');
background-repeat:no-repeat;
width:19px;
height:26px;
}

.borde4  
{
background-image:url('../images/b4.png');
background-repeat:no-repeat;
width:19px;
height:26px;
}
        
 .barra  
{
background-image:url('../images/b.png');
background-repeat:repeat-x;
width:962px;
}           

.a 
{
font-size:15px;
font-family:Arial Baltic;
color:Gray;
text-decoration:none;
}

.item_menu
{
width:200px;
height:20px;
background-image:url('../images/menu_l.png');
background-repeat:no-repeat;
background-position:right;
} 

.item_menu_letra
{
color:White;
text-decoration:none;
}

.linea_footer
{
height:2px;
background-image:url('../images/linea.png');
background-repeat:repeat-x;
background-position:center;
} 

.marquesina
{
font-family:Arial Baltic;
font-weight:bold;
color:#03355E;
} 

h3 
{
font-size: 22pt;
color:#02ACD0;	
}