@charset "utf-8";
/* CSS Document */
body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8f8f;
	background-color:#ffffff;
	line-height:16px;
	background-image:url(../imagesWEB/background_joguiba.jpg);
	background-repeat:repeat-x;
}
/********************************************************************* BODY */
#div_contactar{
	padding:25px 40px;
	min-height:500px;
}
* html #div_contactar{
	height:500px;
}
/*Fila 1*/
#div_contactar .row_1{
	width:860px;
	padding:0px 30px;
	margin-bottom:50px;
}
#div_contactar .row_1 h1{
	margin:0px;
	padding:0px 0px 25px 0px;
	font-size:20px;
	color:#56c9e2;
	font-weight:bold;
}
#div_contactar .row_1 .col_1{
	float:left;
	width:376px;
	height:350px;
	padding:137px 22px 0px 22px;
	background-image:url(../imagesWEB/background_contactar_1.png);
	margin-right:20px;
}
#div_contactar .row_1 .col_2{
	float:left;
	width:376px;
	height:350px;
	padding:137px 22px 0px 22px;
	background-image:url(../imagesWEB/background_contactar_2.png);
}
#div_contactar .row_1 .col_1 span{
	font-size:14px;
	color:#fab833;
	font-weight:bold;
}
#div_contactar .row_1 .col_2 span{
	font-size:14px;
	color:#ff8303;
	font-weight:bold;
}
#div_contactar .row_1 img, p{
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#fff;
}
#div_contactar .row_1 a{
	color:#fff;
	text-decoration:underline;
}
/*Fila 2*/
#div_contactar .row_2{
	clear:both;
	width:860px;
	padding:0px 30px;
	margin-bottom:50px;
	font-size:14px;
	text-align:justify;
}
