img { display: block; margin: auto; }

/* Para divs contenedores de placeholders de texto.*/
.divCentrar{
	text-align:center;
	margin-top: 11px;
}

/* Para imegenes alrededor de la bola */
.imagenFloatIzq
{
	float:left;display: block; margin: auto;clear:left;margin-top:70px;
}
.imagenFloatDcha
{
	float:right;display: block; margin: auto;clear:right;margin-top:70px;
}
.imagenFloatIzqMargen
{
	float:left;display: block; margin: auto;margin-left:30px;clear:left;margin-top:20px;
}
.imagenFloatDchaMargen
{
	float:right;display: block; margin: auto;margin-right:30px;clear:right;margin-top:20px;
}
.imagenFloatIzqMargenAbajo
{
	float:left;display: block; margin: auto;margin-left:30px;clear:left;margin-top:70px;
}
.imagenFloatDchaMargenAbajo
{
	float:right;display: block; margin: auto;margin-right:30px;clear:right;margin-top:70px;
}

/*Div contenedor de la zona con la bola y los enlaces alrededor */
.capaBolaCentrada 
{ 
	margin:0 auto 0 auto; 
	width:740px; 
	text-align:left;
	background-image:url(../images/portada/logo_entrada.gif);
	background-repeat:no-repeat;
	background-position:center;
    min-height: 300px;
	height: auto !important;
	height: 300px;
}
.ulEnlacesHome{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0;
}
.ulEnlacesHome li{
	background: url(../Images/enlacesHome.gif) top center no-repeat;
	height: 43px;
	width: 168px;
	text-align: center;
	display: block;
	padding-top: 13px;
}
.ulEnlacesHome li a{
	background-color: #006531;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
}

.divLogos{
	height: 110px;
}

/*
.finalistaTAW2007 
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 20%;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	width:133px;
}

.LogoAENOR
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 0px;
	margin-top: 0px;
	width: 60px;
	float:left;

}

.Calidad 
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20%;
	margin-top: 0px;
	width: 133px;
	float: right;
}
*/

.finalistaTAW2007 
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-left: 10%;
	float: left;
	width:33%;
}

.LogoAENOR
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 33%;
	float:left;

}

.Calidad 
{
	display: inline;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-right:  10%;
	margin-top: 0px;
	width: 33%;
	float: right;
}



/* Aviso que aparece en la parte inferior de la Portada */
.avisos
{
	/* text-align: center; */
	font-size: 0.9em;
	color: #006531;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2em;
}
