@charset "UTF-8";
/* CSS Document */

#caja{
	width:600px;
	height:auto;
	padding:5px;
	font-family:century gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

#col{
	width:250px;
	height:600px;
	padding:2px;
	float:right;
	font-family:century gothic, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	line-height:12px;
	color:#333;
}



#ex3 {
    width: 620px;
    height: 133px;
	background-color:#F6E7DD;
    line-height: 0px;
	padding:5px;
    color: transparent;
    font-size: 10px;
    font-family:century gothic, Arial, Helvetica, sans-serif;
	text-align:justify;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#ex3:hover {
    line-height:10.5px;
    color: #575858;
}

#ex3 img{
    float: left;
    margin: 0 15px;
} 
