﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
section#seleccion{
	display: inline-block;
	vertical-align: top;
	width:46%;
	height:12em;
	margin-bottom:3em;
	font-size: 1em;
	color:#555555;
	padding:15px;
	text-align: center;
	-ms-transition: all 0.5s ease-in;    /*atributo CSS transision*/
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;

}
section#seleccion:hover{
	background-color:#F2F2F2;
	-ms-transition: all 0.5s ease-out;    /*atributo CSS transision*/
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

}
section#seleccion a{ color:#555555; font-weight:normal;}
section#seleccion a:hover{ color:#000000;}

.invita {
display: inline-block;
width: 66px; height: 66px; border-radius: 33px; -webkit-border-radius: 33px; -moz-border-radius: 33px; background: url('../images/proveedores/invitacion.jpg') no-repeat; }
.reglamento {
display: inline-block;
width: 66px; height: 66px; border-radius: 33px; -webkit-border-radius: 33px; -moz-border-radius: 33px; background: url('../images/proveedores/reglamento.jpg') no-repeat; }
.registro {
display: inline-block;
width: 66px; height: 66px; border-radius: 33px; -webkit-border-radius: 33px; -moz-border-radius: 33px; background: url('../images/proveedores/registro.jpg') no-repeat; }
.textos_sm { font-size:.8em; line-height:1.8em;}

.acuerdo {
display: inline-block;
width: 66px; height: 66px; border-radius: 33px; -webkit-border-radius: 33px; -moz-border-radius: 33px; background: url('../images/proveedores/acuerdo.jpg') no-repeat; }

@media all and (max-width: 800px) {
	section#seleccion{
		width:100%;
	}
}