﻿/** BLUE */

body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url("../spanish/images/back_spanish.gif") repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
	font-weight: 700;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url('../images/banner.jpg') repeat-x left top;
	padding: 0px;
	height: 120px;
}

/** CONTENT */

ul {
	list-style-type: disc;
	list-style-image: url('../images/arrow_bullet.png');
	list-style-position: inside;
	}


#content {
	width: 700px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
}

#content h5 {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
}

#content h2 {
	font-weight: normal;
}

#content ol {
	line-height: 140%;
}

#content ul {
	line-height: 140%;
}

#content p {
	line-height: 140%;
	text-align: left;
}


/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
	left: 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #4773C1;
}

#border-top {
	border-top: 3px solid #60B7DE;
}

