@charset "utf-8";
/* CSS Document */

body {
	margin: 0pt;
	padding: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/css/backg_body.png);
	background-repeat: repeat;
	background-position: center top;
}
#main_wrapper {
	height: auto;
	background-image: url(../img/css/backg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#headwrapper {
	height: 180px;
}
#header {
	height: 180px;
	overflow: hidden;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/css/header.png);
	background-repeat: no-repeat;
}
#wrapper_contenido {
	overflow: hidden;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/css/backg_wrapper.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#left {
	position: absolute;
	height: 350px;
	width: 100px; /*100px;*/
	top: 130px; /*180px;*/
	background-image: url(../img/css/backg_left.png);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#menuCSS {
	position: absolute;
	height: 40px;
	width: 600px; /*100px;*/
	top: 130px; /*180px;*/
	background-image: url(../img/css/backg_left.png);
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 10px;
	background-position: 0px 50px;
}
#right {
	position: relative;
	height: 270px;
	width: 100px;
	top: 0px;
	background-image: url(../img/css/backg_right.png);
	background-repeat: no-repeat;
	float: right;
}
#contenido {
	height: auto;
	margin-left: 110px;
	margin-top: 0px;
	width: 980px;
	font-size: 18px;
	text-align: center;
	margin-right: 110px;
}
#footer {
	margin: 0pt auto;
	background: transparent url(../img/css/footer.png) no-repeat;
	clear: both;
	height: 140px;
	width: 1200px;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/** css rounded **/
#round-bgsaw {
	width:100%;
	margin:0px auto;
	background:#fff url(../img/css/rounded/leftside.jpg) repeat-y left top;
}
.top-bgsaw {
	width:100%;
	height:10px;
	background:url(../img/css/rounded/top.jpg) no-repeat left top;
}
.top-bgsaw span {
	display:block;
	position:relative;
	height:10px;
	background:url(../img/css/rounded/top-right.jpg) no-repeat right top;
}
.center-content-bgsaw {
	position:relative;
	background:url(../img/css/rounded/rightside.jpg) repeat-y right top;
	padding:1px 12px 1px 12px;
	margin:-1px 0 -6px;
}
.bottom-bgsaw {
	width:100%;
	height:15px;
	background:url(../img/css/rounded/bottom.jpg) no-repeat left bottom;
}
.bottom-bgsaw span {
	display:block;
	position:relative;
	height:15px;
	background:url(../img/css/rounded/bottom-right.jpg) no-repeat right bottom;
}
.bgsaw-rounded {
	margin:0 0 1em 0
}
/*****/

#round-right {
	width:100%;
	margin:0px auto;
	background:#fff url(../img/css/rounded/leftside_r.jpg) repeat-y left top;
}
.top-right {
	width:100%;
	height:10px;
	background:url(../img/css/rounded/top_r.jpg) no-repeat left top;
}
.top-right span {
	display:block;
	position:relative;
	height:10px;
	background:url(../img/css/rounded/top-right_r.jpg) no-repeat right top;
}
.center-content-right {
	background:url(../img/css/rounded/rightside_r.jpg) repeat-y right top;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: -6px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}
.bottom-right {
	width:100%;
	height:15px;
	background:url(../img/css/rounded/bottom_r.jpg) no-repeat left bottom;
}
.bottom-right span {
	display:block;
	position:relative;
	height:15px;
	background:url(../img/css/rounded/bottom-right_r.jpg) no-repeat right bottom;
}
.right-rounded {
	margin:0 0 1em 0
}
/** css rounded bgsaw **/

/**********************/
#wrapper_description {
	width: 948px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.imagen {
	padding: 10px;
	width: auto;
}
.description_right {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	margin-right: 10px;
}
.description_left {
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-left: 20px;
}
#description_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #C30;
	background-image: url(../img/css/back_description.png);
	padding-top: 4px;
	padding-bottom: 4px;
}
.BigDescription {
	font-size: x-large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C30;
}
