/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(images/estructura/line_top.jpg);
	background-repeat: repeat-x;
}

.direccion {
	font-family: Arial;
	font-style: normal;
    font-size: 11px;
	color: #43484c;
	
}

.texto_pagina {
	font-family: Arial;
	font-style: normal;
    font-size: 10px;
	color: #555b60;
	
}

.texto_negritas_gris {
	font-family: Arial;
	font-style: bold;
    font-size: 11px;
	color: #3b3f43;
	
}

.texto_negritas_rojo {
	font-family: Arial;
	font-style: bold;
    font-size: 11px;
	color: #fe0201;
	
}

.texto_correos {
	font-family: Arial;
	font-style: italic;
    font-size: 10px;
	color: #999999;
	text-decoration: underline;
	
}

