.central{ background:url("/img/bg.jpg") no-repeat 0 0; width:774px; height:340px; margin:76px auto 0}

.js .central a.primero {    
	cursor:pointer;
    background: url("/img/no_g.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 297px;
    margin: 43px 0 0 20px;
    width: 271px;
	text-indent:-9999px;
	display:block;
	/*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;*/
	}
	
.js .central a.segundo {     
    cursor:pointer;
    background: url("/img/si_g.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 305px;
    margin: 35px 20px 0 0;
    width: 296px;
	text-indent:-9999px;
	display:block;
	/*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;*/
	}
.central a.primero:hover, .central a.primero.active, .central a.primero {    
	background: url("/img/no.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 326px;
    margin: 14px 0 0 20px;
    width: 349px;
	}
	
.central a.segundo:hover, .central a.segundo.active, .central a.segundo{     
	background: url("/img/si.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 327px;
    margin: 14px 20px 0 0;
    width: 374px;
	}
.left{
	width: 370px; float:left;
	}
.right{
	width: 370px; float: right;
	}
	
.left ul.botones{     
    height: 200px;
    margin: 150px 0 0 22px;
    padding: 0;
    position: absolute;
    width: 232px;
	list-style:none;
	}	
.left ul.botones li{ float:left;}	
.left ul.botones li a{ display:block; background: url("/img/btnHoverCentral.png") no-repeat scroll 0 0 transparent;
    color: #233581;
    font: italic bold 14px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: .6em 0 0.3em 1em;
    width: 15.6em;
	height:2.5em;
	}	
.right{
	width: 370px; float:right;
	}
.right ul.botones{     
    height: 200px;
    margin: 150px 0 0 120px;
    padding: 0;
    position: absolute;
    width: 232px;
	list-style:none;
	}	
.right ul.botones li{ float:left;}	
.right ul.botones li a{ display:block; background: url("/img/btnHoverCentral.png") no-repeat scroll 0 0 transparent;
    color: #233581;
    font: italic bold 14px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: .6em 0 0.3em 1em;
    width: 15.6em;
	height:2.5em;}	