/* CSS Document */

/* CSS reset */
* {  margin:0;padding:0;} 




BODY, HTML {
	font-family : Times New Roman, Times, serif;
	font-size: 10pt;
	background-color:#F9FBD9;
	color:#000000;
}

A {
	text-decoration : none;
	font-family : Times New Roman, Serif;
}

A:hover {
	text-decoration : underline;
}

A.box {
	font-size : 8pt;
	color: #7E8068;
}

A.link {
	font-size : 9pt;
	color: #5B2B22;
	text-decoration : underline;
}


A.common {
	font-size : 9pt;
	color: #7E8068;
}

h1{
  font-size:1.2em;
}

h1, h2, h3{
  line-height:2em;
}

h4, h5, h6{
  line-height:1.4em;
}

img{
}

#container-page{
  position:relative;
  width:900px;
  height:100%;
  top:0px;
  left:0px;
  margin-left:auto;
  margin-right:auto;
}

#cabecera{
  position:relative;
  width:100%;
  height:100px;
  top:0px;
  left:0px;
  background-color:#FFFFFF;
  }

#contenidos{
  position:relative;
  width:500px;
  height:100%;
  top:0px;
  left:170px;

}

#sidebar {
	position:absolute;
	top:125px;
	right:0px;
	width: 150px;
	background-color: #ffffff;
	border: 1px solid #7E8068;
	padding: 10px;
	margin: 0px;

}


P  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;
	line-height : 13pt;
	margin-top : 0px;
}

.normal  {
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;
}

.next{
  float:right;
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;

}

.prev{
  float:left;
	font-family : Times New Roman, Serif;
	font-size: 10pt;
	color: #333333;
	font-weight : normal;

}


P.small  {
	font-family : Times New Roman, Serif;
	font-size: 9pt;
	color: #7E8068;
	font-weight : normal;
	line-height : 13pt;
	margin-top : 0px;
}




P.header  {
	font-family : Times New Roman, Serif;
	font-size: 12pt;
	color: #5B2B22;
	font-weight : bold;
	line-height : 12pt;
	margin-bottom : 6px;
}

.novedad{
  color:#FF3333;
  font-weight:bold;
}

.flotader{
  position:relative;
  float:right;
  padding:10px;

}

.flotaizq{
  position:relative;
  float:left;
  padding:10px;

}
