@charset "utf-8";
/* CSS Document */

.html, body {height: 100%;}
body {margin: 0; padding: 0; background: url(../media/back_main.jpg) no-repeat center top;}
#wrapper {margin:0 auto; padding:0; min-height: 100%; height: auto !important; height: 100%;}
img{border:none;}

/* Main: Header */
#header{
	margin:0 auto;
	width:960px;
	height:150px}
#logoIASD{
	width:146px;
	height:88px;
	float:left;
	margin:30px 50px 0 0}
#logoVallarta{
	width:121px;
	height:80px;
	float:left;
	margin:30px 0 0 0}
	
#accesos{
	width:960px;
	height:200px;
	margin:0 auto;}
#programa{
	width:49%;
	float:left;
	height:200px;
	text-align: center;
	border-right: solid 1px #CCC}
#reflexion{
	width:320px;
	float:left;
	height:200px}
#video{
	width:50%;
	float:left;
	height:200px;
	text-align:center;
	cursor: pointer}
#map{
	margin-top: 30px;
}

#footer{
	height: 180px;
	background: #649ea0;
	font-family: sans-serif, Arial;
}
#footer > div{
	color: #fff;
	text-align: center;
	padding-top: 40px
}