/*  
///////////////////////////////////////////////////////////////
//            Design/Diseno - Marcelo Montes Deoca           //
//               { http://www.studios29.com }                //
//   - Copyright - Marcelo Montes Deoca - studios29.com -    //
//  - All rights reserved - Todos los derechos reservados -  //
///////////////////////////////////////////////////////////////
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #823A0B;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#wrapper {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(img/cantaflor.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 687px;
	margin-right: auto;
	margin-left: auto;
	behavior: url(scripts/iepngfix.htc) 
}
#hummingbird {
	background-image: url(img/hummingbird.png);
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(scripts/iepngfix.htc) 
}
#en {
	float: left;
	width: 300px;
	margin-bottom: 40px;
	border: 4px dashed #D08080;
	height: 440px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#es {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	border: 4px dashed #D08080;
	height: 440px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.alignCenter {
	text-align: center;
}
h1 {
	text-align: center;
}

h3 {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 3px;
}
#footer {
	text-align: right;
	clear: both;
	font-size: .6em;
}
#footer a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BD4747;
}
#footer a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #BD4747;
}
.copyright {
	display: inline;
	text-align: left;
	float: left;
}
.firstL {
	font-weight: bold;
}
a:link, a:visited {
	color: #D08080;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #D08080;
	border-bottom-color: #D08080;
	border-left-color: #D08080;
}
a:hover, a:active {
	color: #E4B8B8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #E4B8B8;
	border-bottom-color: #E4B8B8;
	border-left-color: #E4B8B8;
}

/* Copyright Marcelo Montes Deoca - studios29.com - All rights reserved - Todos los derechos reservados */
