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

* {
	margin: 0;
	padding: 0;
}

body {
	background-position: top;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


#central {
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
}

#logo {
	background-image:url(../image/logo.png);
	position:absolute;
	left:20px;
	top:5px;
	width:321px;
	height:95px;
	z-index:1;
}

#menu {
	background-image:url(../image/menu.png);
	position:absolute;
	left:25px;
	top:104px;
	width:315px;
	height:20px;
	z-index:1;
}

#cuadro1 {
	background-image:url(../image/reserva1.png);
	position:absolute;
	left:20px;
	top:134px;
	width:320px;
	height:65px;
	z-index:1;
}

#cuadro2 {
	background-image:url(../image/reyes1.png);
	position:absolute;
	left:20px;
	top:215px;
	width:320px;
	height:65px;
	z-index:1;
}


#linea1 {
	background-color:#CCCCCC;
	position:absolute;
	left:20px;
	top:205px;
	width:321px;
	height:1px;
	z-index:1;
}

#linea2 {
	background-color:#CCCCCC;
	position:absolute;
	left:20px;
	top:287px;
	width:321px;
	height:1px;
	z-index:1;
}


#texto1 {
	position:absolute;
	left:20px;
	top:301px;
	width:320px;
	height:226px;
	color: #999999;
	z-index:1;
}

#texto2 {
	position:absolute;
	left:20px;
	top:569px;
	width:320px;
	height:170px;
	color: #999999;
	z-index:1;
}

#titular {
	position:absolute;
	left:20px;
	top:530px;
	width:320px;
	height:37px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:1;
	color: #999999;
}

#card {
	background-image:url(../image/badcard.png);
	position:absolute;
	left:365px;
	top:88px;
	width:375px;
	height:550px;
	z-index:1;
}

#benegative {
	background-image:url(../image/benegative.png);
	position:absolute;
	left:365px;
	top:646px;
	width:165px;
	height:22px;
	z-index:1;
}

#bepositive {
	background-image:url(../image/bepositive.png);
	position:absolute;
	left:570px;
	top:646px;
	width:175px;
	height:22px;
	z-index:1;
}

#tbox {
	position:absolute;
	left:365px;
	top:700px;
	height: 100;
	width: 375;	
}

#languages {
	background-image:url(../image/languages.png);
	position:absolute;
	left:711px;
	top:7px;
	width:300px;
	height:25px;
	z-index:1;
}

#titutweet {
	background-image:url(../image/titutweet.png);
	position:absolute;
	left:770px;
	top:87px;
	width:250px;
	height:43px;
	z-index:10;
}
#tweets {
	position:absolute;
	left:760px;
	top:120px;
	width:265px;
	height:640px;
	z-index:2;
}
