body {
	background: white;
    font-size: 0.84em;
    width: 95%;
    margin:  0 auto;
    padding: 0 1em;
}
    
html {
    background: white;
}

.rounded:before {
  background: transparent url(../images/esquinas/gris_arriba_derecha.gif) scroll no-repeat top right;
  margin-bottom: -10px;
  height: 12px;
  display: block;
  border: none;
  content: url(../images/esquinas/gris_arriba_izquierda.gif);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../images/esquinas/gris_abajo_izquierda.gif);
  margin: 2px 0 0 0;
  height: 12px;
  background: transparent url(../images/esquinas/gris_abajo_derecha.gif) scroll no-repeat bottom right;
  padding: 0;
}  
    
.rounded * {
	padding-left: 16px;
   padding-right: 16px;
	padding-top: 5px;
   padding-bottom: 5px;
}
.rounded {
   background: #bbbbbb;
   margin: 1em;
   padding: 0;
}

.rounded2:before {
  background: transparent url(../images/esquinas/gris2_arriba_derecha.gif) scroll no-repeat top right;
  margin-bottom: -10px;
  height: 12px;
  display: block;
  border: none;
  content: url(../images/esquinas/gris2_arriba_izquierda.gif);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded2:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../images/esquinas/gris2_abajo_izquierda.gif);
  margin: 2px 0 0 0;
  height: 12px;
  background: transparent url(../images/esquinas/gris2_abajo_derecha.gif) scroll no-repeat bottom right;
  padding: 0;
}  
    
.rounded2 * {
	padding-left: 16px;
   padding-right: 16px;
	padding-top: 5px;
   padding-bottom: 5px;
}
.rounded2 {
   background: #f2ece6;
   margin: 1em;
   padding: 0;
}

a{
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

p { 
	font-family: Arial, Tahoma  , sans-serif;
   font-size: 1em;
   padding-top: 0;
   margin: 1em 0;
   line-height: 1.5;
}

ul{
	font-family: Arial, Tahoma  , sans-serif;
   font-size: 1em;
   padding-top: 0;
   margin: 1em 0;
   line-height: 1;
	margin-left: 30px;
}

#cerrar{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 55px;
	color: #000000;
	text-decoration: none;
	border: 1px outset Black;
	background-color: ButtonFace;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
}


