@charset "utf-8";
/* 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%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	float: none;
	text-align: center;
	color: #00F;
}
/* 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: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#LayoutDiv01 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv02 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv03 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv04 {
	clear: both;
	width: 100%;
	display: block;
	color: #F00;
}

#LayoutDiv05 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv06 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv07 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv08 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}

#LayoutDiv09 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv10 {
	clear: both;
	width: 100%;
	display: block;
}

}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#LayoutDiv01 {
	clear: both;
	width: 1200px;
	display: block;
	height: 800px;
}

#LayoutDiv02 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv03 {
	clear: both;
	width: 100%;
	display: block;
	color: rgb(0,0,255);
}

#LayoutDiv04 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv05 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv06 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv07 {
	clear: both;
	width: 100%;
	display: block;
	color: rgb(0,0,255);
}

#LayoutDiv08 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv09 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv10 {
	clear: both;
	width: 100%;
	display: block;
}
/* 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;
}
.gridContainer.clearfix #LayoutDiv2 .verdana {
	color: #24A9E1;
}
.gridContainer.clearfix #LayoutDiv2 h2 .verdana {
	color: #000;
}
.gridContainer.clearfix #LayoutDiv03 .verdana {
	color: #2F98CB;
}
.gridContainer.clearfix #LayoutDiv03 h2 .verdana {
	color: #000;
}
.gridContainer.clearfix #LayoutDiv15 p {
	color: #00F;
}
.blanco {
	color: #FFF;
	background-color: #D7EAF8;
}
.negro {
	color: #000;
	background-color: #24a9e1;
	text-align: center;
	display: block;
	font-size: 12px;
}

.gridContainer.clearfix #LayoutDiv04 div #texto02 tr th .azul a {
	color: #F00;
}
p {
	color: rgb(231,107,97);
}
h3 {
	background-color: rgb(231,107,97);
	color: rgb(255,255,255);
	display: block;
}
#LayoutDiv01 {
	clear: both;
	width: 1200px;
	display: block;
	height: 800px;
}

#LayoutDiv02 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv03 {
	clear: both;
	width: 100%;
	display: block;
	color: rgb(0,0,255);
}

#LayoutDiv04 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv05 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv06 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv07 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv08 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv09 {
	clear: both;
	width: 100%;
	display: block;
}

#LayoutDiv10 {
	clear: both;
	width: 100%;
	display: block;
}
}
#LayoutDiv01 #LayoutDiv03 h3 a {
	color: rgb(255,0,0);
}
#LayoutDiv01 #LayoutDiv02 p {
	color: rgb(255,0,0);
	font-size: 14px;
}
