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

*{ margin:0; padding:0; border:0; outline:0;}
table { border-collapse:collapse; border-spacing:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

.left{ float:left; display:inline;}
.right{ float:right; display:inline;}
.bloque{ width:100%; float:left; clear:both;}

a{ text-decoration:none;}
a:hover{text-decoration:underline;}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	}
h1 {display:none;}

/* Introduccion */
#bg-intro {
	background:url(../images/bg-intro.gif) repeat-x;
	position:absolute;
	top:50%; width:100%;
	margin-top:-385px;
	height:765px;
	}
#intro {
	width:770px; height:485px;
	padding:180px 125px 100px 129px;
	left:50%; margin-left:-512px;
	position:absolute;
	background:url(../images/bg-intro.jpg) no-repeat center;
	}
#intro #infantiles, #intro #sociales {
	width:370px; height:435px;
	text-align:center;
	}
#intro #datos {
	text-align:center;
	margin-top:20px; font-size:13px;
	font-weight:bold; letter-spacing:6px;
	}