@import "common.css";

#tabs1 .content-debat{

	background-color: rgb(238, 233, 185);
	background-image: url(../img/actividad1/fondo_debategrafica.png);
	background-repeat: no-repeat;

	width: 1173px;
	height: 545px;
	margin-left: 35px;
	margin-right: 15px;
	margin-top: 33px;
	border-radius: 15px;

	text-align: center;
}


#tabs1 .content-debat p{
	display: inline-block;

}
#tabs1 .content-debat p:nth-child(1){
	font-size: 1.6em;
	color: #666;
	width: 636px;
	margin-top: 180px;
	margin-bottom: 86px;
	padding: 15px;
}
#tabs1 .content-debat p:nth-child(2){
	font-size: 1.7em;
	color:#FFFFCC;
	width: 836px;
}



#tabs2 img:nth-child(1){
	position: relative;
	top: 25px;
	left: 57px;
}
#tabs2 img:nth-child(2){
	position: absolute;
	top: 137px;
	left: 550px;
}
#tabs2 p{
	width: 495px;
	text-align: left;
}
#tabs2 p:nth-child(1){
	color: #009999;
	font-size: 1.7em;
	margin-top: 70px;
	margin-bottom: 48px;
}
#tabs2 p:nth-child(2){
	color: #666;
	font-size: 1.7em;
	
}
#tabs2 p:nth-child(3){
	font-size: 1.25em;

}

#tabs3 p{
	font-size: 1.7em;
	color: #666;
	margin-right: 145px;

}


.bullet{
	position: relative;
	margin-left: 61px;
}
.bullet:before{
	
	content: "";
	line-height: 1em;
	width: 20px;
	height: 20px;
	background-color:#666;
	margin: 10px;
	margin-right: 20px;
	border-radius: 30%;
	-moz-border-radius: 30%;
	-webkit-border-radius: 30%;
	position: absolute;
	left: -45px;
}

#tabs3 img{
	position: relative;
	left: -100px;
	margin-top: 115px;
}