﻿/* --- formulario --- */

body {
	margin: 4px;
	text-align: center;	
	font-family: Verdana; font-size: 8pt; color: #555555;
}

form {
	width: 806px;
	padding: 0px;
	margin: 0px;
	border: 3px #005A51 solid;		
}

.upper 
{
	text-transform: uppercase;
}

/* --- fin formulario --- */

/* --- layout --- */

#header {
	text-align:right;
	padding-top:36px;
	border-bottom: 2px #D69C00 solid;
	background-image: url("images/background.png");	
}

#headerliner {
	height:12px;	
	background-color: #005A51;
}

#container {
	position:relative;	
}

#content 
{	
	/*height: 480px;*/
	margin-right:196px;
	text-align:Justify;	
	border: 2px #D69C00 solid;
	border-right: 1px #D69C00 solid;	
	padding: 24px 16px 16px 16px;
}

#lateral {
	position:absolute;
	width:194px; /*height: 520px*/
	right:0px; top:0px;	
	border: 2px #D69C00 solid;
	border-left: 0px #D69C00 solid;
	z-index: 20;
}

#lateral div.section {
	padding: 1px;
	color: White;
	text-align: left;
	padding-left: 4px;
	background-color: #005A51;	 
	font-family: Trebuchet MS; font-size: 10pt; font-weight: bold;		
}

#footer {
	padding: 4px;	
}

/* --- fin layout --- */


/* --- enlaces --- */

a  {
	color: #6060FF;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: underline;
}

/* --- fin enlaces --- */


/* --- validación --- */

/* campo vacio */
.validation_empty {
	background-color: #FFFFE0;
	border: solid 2px #C0C0C0;	
}

/* campo incorrecto */
.validation_wrong {
	background-color: #FFC0C0;
}

/* --- fin validación --- */


/*

.working {
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
}


.title {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: overline;
	text-decoration: underline;
}



.inner_padding
{
	padding: 8px;
}

.modalback 
{
	background-color: DarkGray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}


#pic a img {
	border: 0;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;		
	position: absolute;
	left: 22px;
	top: 0px;
	width: 300px;
	height: 230px;
}

*/
