﻿/*----------------------------------------------- BODY -*/
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f0f0;
}

/*------------------------------------------------ IMG -*/
img
{
	border-style:none;
}



/*------------------------------------------------ .texto -*/
.texto
{
	color: #5388c6;
	font-size: 12px;
	font-weight:bold;
}
.texto a
{
	color: #5388c6;
}


/*------------------------------------------------ .infoContacto -*/
.infoContacto
{
	color: #555555;
	font-size: 11px;
	font-weight:bold;	
}
.infoContacto a
{
	color: #555555;
}