﻿/*----------------------------------------------- html -*/
html {
	height: 100%;
    width:100%;
    overflow: hidden;
}

/*----------------------------------------------- BODY -*/
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	height:100%;
	width:100%;	
}

/*------------------------------------------------ IMG -*/
img
{
	border-style:none;
}


/*------------------------------------------------ .texto -*/
.texto
{
	color: #000000;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;	
	text-align:center;
	width:100%;
}
.texto a
{
	color: #000000;
}

/*------------------------------------------------ .infoContacto -*/
.infoContacto
{
	color: #000000;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;	
	text-align:center;
	bottom:0px;
	width:100%;
}
.infoContacto a
{
	color: #000000;
}
