@import url('template.css');

h2{
	display:none;
}


/* Primera
/********************************************************************/
#primera{
	float:left;
	font-size:.9em;
	width:240px;
}

/* Box */
#box{
	background:#fff;
	border:5px solid #ccc;
	border-bottom:none;
	float:left;
	margin:135px 0 30px 0;
	width:240px;
}
#box h3{
	font-size:20px;
	font-weight:normal;
	margin:23px 15px 0 12px;
}

#box p{
	background:#ccc;
	color:#333;
	margin-top:23px;
	padding:8px 15px 8px 12px;
/*	font-size:.9em;*/
}
#box p a{
	color:#fff;
	font-weight:bold;
}
#box p a:hover{ text-decoration:underline;}

/* Text_holder */
.text_holder{}
.text_holder p{ margin:0 20px 7px 17px;}




/* Segunda
/********************************************************************/
#segunda{
	float:right;
	font-size:.9em;
	margin:235px 0 0 0;
	padding:0 0 0 0;
	width:428px;
}

#segunda #col_izq{
	float:left;
	margin-top:89px;
	width:206px;
}
#segunda #col_izq p{ margin-bottom:7px;}

#segunda #col_der{
	background:#fff;
	float:right;
	padding:1px 0 0 1px;
	width:200px;
}
