/** BASICO */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/** FORMULARIOS */

form {
	margin: 0px;
	padding: 0px;
}

/** ENCABEZADOS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTOS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	font-size: 10px;
	color: #525252;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #47A0F0;
}

.text4 {
	margin-bottom: 13px;
	font-size: 10px;
	font-weight: normal;
	color: #AFAFAF;
}

.text5 {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
}


/** LISTAS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 129px;
	padding: 0px 10px 0px 12px;
	
}

.list1 .first {
	padding-left: 0px;
	background: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 18px;
}

.list2 li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0px;
	background: none;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 li {
	display: block;
	height: 31px;
	padding: 5px 0px 0px 10px;
	line-height: normal;
}

.list4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list4 li {
	display: block;
	padding: 5px 1px;
	background: none;
}

.list4 a {
	text-decoration: none;
	color: #000099;
}

.list4 a:hover {
	text-decoration: underline;
}

.list4 .first {
	background-image: none;
}

/** VÍNCULOS */

a {
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	font-size: 12px;
	text-decoration: none;
	color: #5B5B5B;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	display: block;
	height: 27px;
	padding: 5px 0px 0px 10px;
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link4 {
	display: block;
	height: 27px;
	padding: 5px 0px 0px 10px;
	background: none;
	text-decoration: underline;
	color: #666666;
	font-size: 12px;
	font-style: italic;
}

/** ESTILOS */

.style1 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.style1 a {
	color: #A3A2A2;
}

.style1 a:hover {
}


/** MISCELÁNEA */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
