/* CSS Document */

body{
	font: 10px; 
	text-align:center; /* hack para o IE */	
	background-color:#ffffff;
	font-family: tahoma;
	margin: 0 auto;
	padding:0;
	color:#666666;
	}
	

.maestra{
	width:740px; /*ancho total de lo que se ve del sitio*/
	height:660px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* hack para o IE */	
	background-image:url(../imagenes/simbolocreativo-placa.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.placa{
float:left;
width:740px;
height:430px;


}

.datos{
width:740px;
float:left;
text-align:center;
margin-top:20px;
font-size:11px;
color:#999999;
}

.destacado{
display:block;
color:#999999;
font-weight:bold;
font-size:16px;
margin-bottom:4px;}

.datos a{
background-color:#FFFF66;
padding-top:2px;
padding-bottom:2px;
_padding-bottom:4px;
padding-left:6px;
padding-right:6px;
margin:2px;
text-decoration:none;
color:#666666;
font-weight:bold;
}
