@charset "utf-8";
/* CSS Document */

* {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
html {
overflow-y: scroll;
}
body {
margin: 0;
padding: 0;
}

/* links */

a {
text-decoration: none;
}
a img {
border: 0 none;
}
a:focus {
outline: none;
}

/* bloques */

.contenedor {
width: 100%;
padding: 0;
margin: 0;
position: relative;
float: left;
}
.contenido {
width: 750px;
position: relative;
left: 50%;
margin-left: -375px;
overflow: visible;
float: left;
}

.mgLeft25 {
	margin-left: 15px;
}

.floatLeft {
	float: left;
}

#contTarjetasChicas {
	margin: 40px 0 0;
}
#contTarjetasChicas a {
	margin-top: 10px;
}

.hidden {
	display: none;
}

#mujer {
text-decoration: none;
float: left;
margin: 0;
width: 185px;
height: 185px;
background: url(01.jpg) no-repeat;
}
#mujer:link, #mujer:visited, #mujer:active {
background: url(01.jpg) no-repeat;
}
#mujer:hover{
background-position: -185px;
}

#enano {
text-decoration: none;
float: left;
margin: 0;
width: 185px;
height: 185px;
background: url(02.jpg) no-repeat;
}
#enano:link, #enano:visited, #enano:active {
background: url(02.jpg) no-repeat;
}
#enano:hover{
background-position: -185px;
}

#equilibrista {
text-decoration: none;
float: left;
margin: 0;
width: 185px;
height: 185px;
background: url(03.jpg) no-repeat;
}
#equilibrista:link, #equilibrista:visited, #equilibrista:active {
background: url(03.jpg) no-repeat;
}
#equilibrista:hover{
background-position: -185px;
}

#bala {
text-decoration: none;
float: left;
margin: 0;
width: 185px;
height: 185px;
background: url(04.jpg) no-repeat;
}
#bala:link, #bala:visited, #bala:active {
background: url(04.jpg) no-repeat;
}
#bala:hover{
background-position: -185px;
}

#headerMailing {
	margin: 30px 0 0 75px;
}
#contenedorNumeros {
	padding: 50px 0 0;
}
#logoCirco {
	margin: 80px 0 0 305px;
}
#logoAdentro {
	margin: 20px 0 0 305px;
}

#headerInterna {
	margin: 20px 0 0;
}
#contTarjeta {
	padding: 20px 0 0;
}

.clearLeft {
	clear: left;
}

#deseoCirco {
	margin: 80px 0 0 73px;
}