﻿/*--------------------------------------------------------------------------------------------------	
	TAGS
--------------------------------------------------------------------------------------------------*/
html {
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #626262;
	text-align: center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/fondo0.jpg);
}
img, table {
	border: none;
}
input {
	font-size: 12px;
	line-height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}
select {
	border: 1px solid orange;
	font-size: 14px;
	line-height: 16px;
}
.checkbox {
	line-height: 22px;
}
.button { 
	font-size:12px; 
	line-height: 12px; 
	letter-spacing: 1px;
	height: 22px;
	vertical-align: text-bottom;
	margin: 0px 0px 0px 0px;
}
.buttonbig { 
	font-size:12px; 
	line-height: 12px; 
	letter-spacing: 1px;
	height: 30px;
}
.bold {
	font-size:12px; 
	line-height: 18px; 
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}
.mini { 
	font-size:10px; 
	line-height: 14px; 
	vertical-align: middle;
}
p {
	margin: 0px 0px 12px 0px;
}
li {
	margin: 0px 0px 6px 0px;
}
li2 {
	margin: 0px 0px 0px 0px;
}
dt {
	font-size:14px; 
	line-height: 22px; 
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	margin: 0px 0px 12px 0px;
}
h1 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 6px 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	font-variant: small-caps;
	color: #00547a;
	border-bottom: 1px solid #00547a;
}
h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-variant: small-caps;
	color: #CC0000;
}

/*--------------------------------------------------------------------------------------------------	
	CLASSES
--------------------------------------------------------------------------------------------------*/

.sispm				{ font-weight: bold; color: #09f; }
.imgCliente			{ width:100px; height:40px; border: 1px solid #cccccc; margin:10px;}

.link1				{ color: #cccccc; text-decoration:none; }
.link1:hover		{ color: #ffffff; text-decoration:underline; }
.link2				{ color: #09f	; text-decoration:underline; }
.link2:hover		{ color: #09f	; text-decoration:none; }
.link3				{ color: #000000; text-decoration:underline; }
.link3:hover		{ color: #000000; text-decoration:none; }
.link4				{ color: #626262; text-decoration:none; font-weight:normal; }
.link4:hover		{ color: #626262; text-decoration:underline; font-weight:normal; }

.bigred				{ color: #cc0000; font-size:16px; font-weight:bold; }
.red				{ color: #cc0000; }
.black				{ color: #000000; }
.white				{ color: #FFFFFF; }
.yellow				{ color: #887e00; }
.gris				{ color: #cccccc; }

