@charset "utf-8";
/* CSS Document */

*{
	border:none;
	padding:0px;
	margin:0px;
	}
	
body{
	background: #0d84b6 url(../img/comp/bk_main.jpg) no-repeat scroll center top;
	font-family: "Trebuchet MS";
	font-family: "Arial";
	font-size:12px;
	}

/******************************** STYLE ************************************/

#wraper {
	margin: 60px auto 0px auto;
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#header {
	background: url(../img/comp/bk_header.png) no-repeat center top;
	width:100%;
	height:157px;
	}
#content {
	background: url(../img/comp/bk_cont.png) repeat-y center top;
	width:100%;
	display:table;	
	}

#content_bot {
	width:100%;
	height:23px;
	background:url(../img/comp/bk_bot_cont.png) no-repeat center top;
	margin-bottom:100px;
	}
	
#content_left {
	background: none ;/*url(../img/comp/bk_cont.png) repeat-y center top;*/
	width:580px;
	float:left;
	margin:0px 0px 0px 25px;
	_margin:0px 0px 0px 14px;
	height:600px;*/
	
	}
	
#content_right {
	width:270px;
	float:right;
	margin:0px 25px 0px 0px;
	_margin:0px 14px 0px 0px;
	/*height:600px;*/
	
	}
.bk_whi {
	background: #fff url(../img/comp/bk_p.jpg) repeat-x left bottom;
	padding:0px 5px;

	}
	
#menu {
	color: #ff6600;
	font-size:14px;
	margin:27px 20px 0px 0px;
	text-align:right;
	}	
	
#catalog {
	}
	
#catalog #content_left .bk_whi{
	height:auto;
	font-size:12px;
	width:97%;
	display:table;
	}
	
#catalog img{
	border:1px solid #999999;
	clear:right;
	float:right;
	margin:0 10px 10px 0 !important;
	padding:3px;
	}
	
#detail img {
	margin:20px 0px 10px 25px;
	border:1px solid #999999;
	padding:3px;
	}

#content img {
	margin:20px 0px 10px 25px;
	border:1px solid #999999;
	padding:3px;
	}
	
.ejemplo{
	float:left;
	width:250px;
	margin:0 15px;
	_margin:0 10px;
	}
		
/******************************** TIPOGRAPHY ************************************/

h1 {
	font-size:20px;
	padding:60px 0px 0px 30px;
	}
	
h2 {
	font-size: 16px;
	font-weight:bold;
	border-bottom:#000000 1px solid;
	width:100%;
	padding:5px 0px 0px 0px;
	}
	
#catalog #content_left h2 {
	margin-bottom:10px;
	}
	
h3 {
	font-size:12px;
	font-weight:bold;
	padding: 0px 5px 0px 0px;
	display:inline;
	}
	
h4 {
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px 10px 35px;
	}
	
h5 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;

	}
	
p, ul {
	font-size:12px;
	padding:10px 5px 30px 5px;
	line-height:18px;
	}
	
.pedido p{
	padding:10px 5px 10px 5px !important;
	}
	
#detail #content_left p {
	margin:10px 5px 30px 35px;
	}

li {
	margin-left:10px;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	}
	
label {
	display:inline-block;
	font-size:12px;
	margin:10px 0 0 50px;
	width:200px;;
	}
	
.form-text, .text-area{
	background-color:#e3e3e3;
	font-size:12px;
	}
.center{
	text-align:center;
	}
	
.radio, .text-area{
	margin: 0px 5px 0px 50px;
	}
	
.boton{
	margin-left:50px;
	padding:2px 5px;
	text-align:center;
	background-color:#e3e3e3;
	}
	
/******************************** LINKS ************************************/

a{
	text-decoration:none;	
	}
	
#menu a{
	color:#FFFFFF;
	padding:10px 5px;
	}

#menu a:hover {
	color: #ff6600;
	}

#menu a.activa {
	color: #ff6600 !important;
	}
	
#catalog a{
	color:#000;
	margin:10px 0px 0px 20px;
	display:block;
	}
	
#content a:hover, #catalog a:hover {
	color: #ff6600 !important;
	text-decoration:underline;
	}
	
#content #content_right a, #catalog #content_right a{
	color:#000;
	margin:0px !important;
	display:block;
	}
	