* {
margin:				0;
padding:			0;
border:				0;
}

body {
font: 				16px/150% "Comic Sans Ms";
color:				#54929c;
font-weight:		bold;
min-width:			950px;
}

html{
    background-color:	#f6f6f6;
}

b, strong{
color:				#598b93;
}

.clear { 
clear:				both;
}

hr {
display: 			none;
}

table { 
border-collapse: 	collapse; 
border-spacing: 	0; 
}

p{
padding:			6px 0 12px 0;
text-align:			justify;
}

ul,ol { 
list-style: 		none; 
}

.alinear_izquierda{
float:				left;
margin:				5px 15px 5px 0;
}

.alinear_derecha{
float:				right;
margin:				5px 0 5px 15px;
}

small {
font-style:			italic;
font-size:			12px;
line-height: 		1.5em;
font-weight:		bold;
color:				#83b2ba;
}

a, a:visited{
text-decoration:	none;
font-weight:		bold;
color:				#558d97;
}

a:hover{
color:				#37717b;
}

#form1 input,
#form1 textarea{
background:			#fff;
border:				#b0d1d8 1px solid;
}