
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: url(../../images/fondo_web.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #333;
}

#container {
	margin: 0 30px;
	padding-bottom: 40px;
	min-width: 920px;
}

#contentpdf {
	margin: 0 30px;
	padding-bottom: 40px;
	width: 700px;
}

#header {
	height: 123px;
	width: 100%;
	background: url(../../images/fondo_cabecera.gif) repeat-x right top;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	text-indent: -5000px;
	background: url(../../images/cabecera.png) no-repeat left top;
	height: 123px;
	width: 100%;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.menu li a {
	display: block;
}

#main-menu {
	clear: both;
	margin-bottom: 3px;
	width: 100%;
	display: block;
	height: 33px;
}

#main-menu li {
	float: left;
	width: 25%;
	background: #E3E3E3 url(../../images/borde_menu.gif) repeat-x left bottom;
}

#main-menu li:hover {
	background-color: #F0F0F0;
}

#main-menu li a {
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #010101;
	text-decoration: none;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 15px;
	background: url(../../images/sep_menu.gif) repeat-y right top;
}

#main-menu li a:hover {
	color: #BE1E2D;
}

#main-menu li.contact a {
	background-image: none;
}

#main {
	background: url(../../images/fondo_main.gif) repeat-y left top;
}

#mainwrapper {
	background: url(../../images/fondo_main.gif) repeat-y right top;
}

#sidebar1 {
	float: left;
	width: 230px;
}

#sub-menu li {
	border-bottom: 1px solid #FFF;
}

#sub-menu li a {
	border-left: 3px solid #E2E1E2;
	width: 207px;
	background: #E8E8E8;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
}

#sub-menu li a:hover {
	background: #F0F0F0;
	color: #BE1E2D;
}

#sidebar2 {
	float: right;
	width: 230px;
	padding-bottom: 30px;
}

#sidebar2 p {
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: justify;
}

#sidebar2 img {
	margin-bottom: 15px;
}

#content {
	padding: 15px 20px 20px;
	margin: 0 230px;
	background: url(../../images/fondo_content.gif) repeat-x left top;
}

#content a {
	color: #666;
}

#content a:hover {
	color: #BE1E2D;
}

#content h1 {
	font-size: 19px;
	font-weight: normal;
	border-bottom: 3px solid #BE1E2D;
	margin: 0px;
	padding: 0px 0px 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #E8E8E8;
}

#footer {
	padding: 0 10px;
	background:#DDDDDD;
	margin-top: 3px;
	border-top: 3px solid #CECBCE;
	font-weight: bold;
	height: 35px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

.cyberlink {
	float: right;
}

.cyberlink a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#homesearch {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#homesearch td {
	padding: 8px;
}

#homesearch th {
	text-align: right;
	padding: 8px;
}

#homesearch .pie-form td {
	border-top: 3px solid #F0F0F0;
}

