/* ------- ENLACES -------*/
a, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
}

a {
	color:#4E7FBB;
}

/*a:visited {
	color:#666666;
}*/

a:hover,a:active {
	text-decoration:none;
}
/* ------- FIN ENLACES -------*/

/* ------------------- TIPOGRAFIAS ------------------------- */
p, ul, ol {
	margin: 0 0 1em;
	color:#666;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	font-family: Arial, Helvetica, sans serif;
	margin: 0.1em 10px .3em 7px;
	color:#666;
	font-weight:normal;
}

h1 {
	font-size: 180%;margin-top:.3em
}

h2 {
	font-size: 150%
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 115%
}

h5 {
	font-size: 110%
}

h6 {
	font-size: 96%
}

small {/*texto pequeno*/
	font-size:10px
}

b,strong{/*negrita*/
}

em,i{/*cursiva*/
}

u{ /*subrayado*/
}

p{
  line-height:1.4em;
  margin-bottom:15px;
}
.scroll p, .scroll2 p, .scroll3 p {
  margin-left:8px;
}

strike{ /*tachado*/
}
/* ------------------- FIN TIPOGRAFIAS ------------------------- */



/* -------- LISTAS ------- */
ul{
	margin: .3em 0 1em 2.5em;
	list-style-type:none;
}


ul li{
	list-style:none;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}

/* lista ordenada */
ol {
	margin: .3em 0 1em 2.5em;
}

ol li {
	margin:0 0 0 2em;
	background: none;
	list-style-type: decimal;
}
/* fin lista ordenada */

/* lista de definicion */
dl {
	margin: 0 0 1em 0;
}
dt {
	font-weight:bold;
	margin-top: 1.5em;
}
dd {
	margin:0 0 0 1.5em;
	padding:0;
}

*{
  margin:0;
  padding:0;
}
img{
  border:none;
}

html, body {
	height: 100%;
	overflow-x:hidden;
    overflow-y:auto;
}

body{
  background:#303373;
  font:11px Arial, Helvetica, sans serif;
  color:#666;
  overflow:hidden;
}


/* ------------------- ESTILOS CONTAINER ------------------------- */  
#barra{
  background:url(/images/fnd_barra.jpg) 0 0 repeat-x;
  width:100%;
  height:121px;
}
#flash{
  position:absolute;
  top:0;
  left:50%;
  margin-left:-584px;
  background:#4D5987;
  width:1169px;
  height:768px;
}
/* ------------------- FIN ESTILOS CONTAINER ------------------------- */  

