/* CUERPO DE LA WEB Y LINKS GENERALES *******************************************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* HEAD *******************************************************************************************************/
.head{ 
	width:100%;
	height:100px;
	margin:0 auto;
}

.logo {
width:168px;
height:46px;
padding:20px 0 0 20px;
float:left;
}


.play {
width:150px;
height:32px;
padding:20px 20px 0 0;
float:right;
font:10px Arial,Helvetica,sans-serif;
}




/* CUERPO *******************************************************************************************************/
.body-index{
	width:100%;
	height:100%;
	margin:0 auto;
}


.body{
	width:100%;
	height:622px;
	margin:0 auto;
}

.titulo{
width:22px;
height:157px;
float:left;
padding:0 0 0 20px;
}

.contenido{
width:500px;
height:100%;
float:left;
padding:0 0 0 20px;
font:12px Arial,Helvetica,sans-serif;
}


/* FOOTER *******************************************************************************************************/
.footer{
	width:100%;
	height:30px;
}

.g8design{
height:30px;
color:#666666;
font:10px Arial,Helvetica,sans-serif;
text-decoration:none;
padding: 20px 20px 0 0;
}
.g8design a:link {
color: #666666;
text-decoration:none;
}
.g8design a:visited {
color: #666666;
text-decoration:none;
}
.g8design a:hover {
color: #666666;
text-decoration:underline;
}
.g8design a:active {
color: #666666;
text-decoration:none;
}
