@charset "utf-8";
/* CSS Document */

a.derecha:link {
    text-decoration: none;
    color: #FFFFFF;
}

a.derecha:active {
	text-decoration: none;
    color: #9FE2FF;
}

a.tagPost{
	text-decoration: none;
	font-family: Tahoma;
    font-size: 8pt;
    color: #C0C0C0;
    text-align: left;
	font-weight: 500;
	padding: 0px;
	margin-top:10px;
	margin-bottom: 0px;
}




body {background-color:#FFFFFF} 

h1 {
    font-family: Tahoma;
    font-size: 19pt;
    font-weight: bold;
    text-align: left;
	margin-top: 9px;
	margin-bottom: -15px;
	margin-left: -2px;
	background-color:#FFFFFF;
}

h2 {
    font-family: Tahoma;
    font-size: 10pt;
	color: #CCCCCC;
    text-align: left;
	line-height: 9pt;
	margin-bottom: -10px;
	background-color:#FFFFFF;
}

p {
    font-family: Tahoma;
    font-size: 12pt;
    text-align: justify;
	font-weight: 500;
	font-color: #000000;
	border-bottom: 2px solid;
	background-color:#FFFFFF;
	border-color: #EEEEEE;
	padding: 6px;
	background-color:#FFFFFF; 
	margin-top:0px;
	margin-bottom: 2px;
}

h3 {
	font-family: Tahoma;
    font-size: 8pt;
    color: #C0C0C0;
    text-align: justify;
	font-weight: 500;
	padding: 6px;
	margin-top:10px;
	margin-bottom: 0px;

}

h4 {
	font-family: Tahoma;
    font-size: 12pt;
    text-align: justify;
	font-weight: 500;
	color: #FFFFFF;
	padding: 6px;
	margin-top:2px;
	margin-bottom: 2px; 
}

hr {
  border: 0;
  width: 100%;
	color : #EEEEEE;
  background-color : #EEEEEE;
padding: 1px;

}
table.tabla1{
	font-family: Tahoma;
    font-size: 12pt;
    text-align: justify;
	font-weight: 500;
	font-color: #000000;
	background-color:#FFFFFF;
	
}

p.videoCenter{
	text-align: center;	
	border-bottom: none;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
