@charset "iso-8988-1";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#botonera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width: 97%;
	display: block;
	background-color:#FFF;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:left;
	color:#FFF;
	font-size:10px;
}
#footer p{
	margin-left:5px;
	}
#subbotones {
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	width: 99%;
	border:1px solid #CCC;
	background-color:#F30;
	height:auto;
	text-align:center;
	display:block;
}
#mapa{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#curriculum{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#faq{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#mapa #curriculum #faq img{
	/*width:80%;*/
}
#accesos {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	width: 99%;
	border:1px solid #F30;
	display: block;
	background-color:#CCC;
    text-align: center;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#botonera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align:left;
	color:#FFF;
}
#footer p{
	margin-left:5px;
	}
#subbotones {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width: 70%;
	border:1px solid #CCC;
	background-color:#F30;
	height:auto;
	text-align:center;
}
#mapa{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#curriculum{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#faq{
	background:#FFF;
	width:99%;
	display:block;
	max-height:200px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

#accesos {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	width: 99%;
	border:1px solid #F30;
	display: block;
	background-color:#CCC;
	height:300px;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#botonera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#subbotones {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width: 97%;
	border:1px solid #CCC;
	display: block;
	background-color:#F30;
	height:auto;
	text-align:center;
}
#accesos {
	clear: both;
	float: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	width: 97%;
	border:1px solid #F30;
	display: block;
	background-color:#CCC;
}

#mapa{
	background:#FFF;
	width:32%;
	height:auto;
	height:20%;
	display:inline-block;
	margin-right:5px;
	max-height:200px;
	margin-top:5px;
	margin-bottom:5px;
	}
#curriculum{
	background:#FFF;
	width:32%;
	height:auto;
	height:20%;
	display:inline-block;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	max-height:200px;
	}
#faq{
	background:#fff;
	width:32%;
	height:auto%;
	display:inline-block;
	max-height:200px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
		}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:left;
	color:#FFF;
    }
}
@media only screen and (max-width: 375px) {
#accesos {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
	width: 99%;
	border:1px solid #F30;
	display: block;
	background-color:#CCC;
    }
    }