/* CSS Document */
body{
	font-family:arial;
}

.clear {
	clear: both;
}

#gallery {
	position:relative;
	height:390px;
	/*height:auto;*/
	margin-left:10px; 
	clear:both;
}
	
#gallery a {
	float:right;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500;
}

#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:1px;
	width:100%;
	position:absolute;
	bottom:-1px;
	visibility: hidden;
}

#gallery .caption .content {
	margin:5px;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
	font-size:16px;
}

.botonright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	color: #0066FF;
}

.tb_botonera, tr {
	padding-bottom:15px;
}

.Estilo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*line-height: normal;*/
}
.Estilo2 {
	font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;
}

body {
	background-color: #999999; text-align:center;
}

.Estilo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0066FF;
}

.Estilo4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.Estilo6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
	font-size: 22px;
	margin-bottom:10px;
}

.Estilo8 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bolder;
}

.Estilo11 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #999999;
}

.Estilo15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}

.Estilo17 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0066FF;
}
.Estilo19 {font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; color: #0066FF; }
.Estilo21 {font-size: 14px}
.Estilo22 {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-weight: bold; color: #999999; }
.Estilo23 {font-size: 14;}
.Estilo24 {font-size: 14px;}

a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

.feedbackform	{
	padding: 5px;
	background-color:#FFFFFF;
	clear:both;
	height:auto;
}

div.fieldwrapper	{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 550px; /*width of form rows*/
	overflow: hidden;
	padding: 5px 0;
}

div.fieldwrapper label.styled	{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: uppercase;
	border-bottom: 1px solid red;
	margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield	{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]	{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	/*width: 450px;*/
}

div.fieldwrapper div.thefield textarea	{ /* style for TEXTAREA fields. */
	width: 350px;
	height: 150px;
}

div.buttonsdiv	{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	background-color:#FFFFFF;
}

div.buttonsdiv input	{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 80px;
	background: #e1dfe0;
}

/**************************************************************/

