/* CSS Document */

.grupo
{
	width:700px;
	height:300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.izquierdo
{
	width:300px;
	height:300px;
	float:left;
	border: 1px solid #AFB962;
	margin-left: 25px;

}

.derecho
{
width:300px;
height:300px;
float:right;
margin-right:25px;
border: 1px solid #AFB962;
}

.titulo
{
width:300px;
height:30px;
background-color:#AFB962;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14;
font-weight:100;
}

.imagen
{
width:300px;
height:270px;
}
