/* CSS Document */
* {
	margin      	: 0;
	padding    		: 0;
	list-style  	: none;
	font-family 	: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border			: none;
	text-decoration : none;
	vertical-align	: middle;
	color			: #036
}

BODY       {
	background-color           : #90E7FA;
	background-image:url(../images/texturas/agua.jpg);
	background-repeat:repeat;
	text-align                 : center;
	SCROLLBAR-FACE-COLOR       : #AA9;
	SCROLLBAR-HIGHLIGHT-COLOR  : #AA9;
	SCROLLBAR-SHADOW-COLOR     : #FFF;
	SCROLLBAR-3DLIGHT-COLOR	   : #FFF;
	SCROLLBAR-ARROW-COLOR	   : #FFF;
	SCROLLBAR-TRACK-COLOR      : #AA9;
	SCROLLBAR-DARKSHADOW-COLOR : #AA9;
	color					   : #006;
	font-size				   : 10px;
}

a { font-size: 12px }

a:hover    {
	text-decoration 	: underline;
}

fieldset { background-color:#FFC; background-image:url(../images/texturas/diagonal_.gif) }
fieldset * { float:left }
fieldset li { float:none; clear:left }
fieldset label { width: 100px; text-align:right }

h1, h2, h3, h4, h5, h6 { color:#009; text-align:left; margin:10px 0 }
h1 { font-size:20px }
h2 { font-size:18px }
h3 { font-size:16px }
h4 { font-size:14px }
h5 { font-size:12px }
h6 { font-size:10px }

legend { font-size:14px; color:#009; font-weight:bold; clear:both; float:none }

p { 
	font-size  	: 13px;
	margin		: 0 auto;
	text-align	: justify
}

table {
	border				: #AA9 2px solid;
	text-align			: center

}

th { background-color	: #AA9; float:none }

tr { background-color	: #ddc; clear:both; float:none }

td {
	padding				: 0 3px;
	border				: #066 1px solid;
	border-left			: #FFF 1px solid;
	border-top			: #FFF 1px solid;
	float:none
}

td  li {
	padding				: 0;
	margin:0;
}


input[type=text], input[type=password], select, textarea, button {
	background-color: #FC0;
	border: 1px solid #369;
	color: #036;
}

button { 
	background-image:url(../images/texturas/dg_am.jpg);
	cursor: pointer;
	font-size:12px
}

s {
	text-decoration:line-through;
	color:#F00	
}

span, label { font-size: 12px }

label {
	display	: block;
	padding	: 5px;
}
