﻿* { 
	margin: 0;
	padding: 0; 
}
html {
	background: #fff;
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
}

body {
	
	width:90%;
	margin:0 auto;
	min-height:2%;
	min-width:2%;
}
.actualizacion {
	padding-left:20px;
}
a {
	color: #66b; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3B3D3C;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.none{ 
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: bold;
}

h2 {
	color: #66b;
	font-family: Times, Serif;
	font-size: 130%;
	background: #efefef;
	padding: 3px;
}
h3 {
	font-size: 100%;
	color: #545454;
}

h2, h3 {
	margin-bottom: 10px;
}

p {
	color: #545454;
	font-size: 12px;
	line-height:15px;
	text-align: justify;
	margin-bottom: 15px;
}

ul {
	padding-left:15px;
	margin-bottom: 20px;
	font-size:80%;
}

strong {
	color: #545454;
}

.tabla .impar {
	background-color: #F9F9F9;
}
.tabla td, .tabla tr, .tabla th {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.tabla {
	font-size:75%;
	margin: 0 auto;
	width: 95%;
	border:#CCCCCC;
	margin-bottom: 20px;
}
.tabla th {
	background: #cccccc;
}