* {

	margin: 0;

	padding: 0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	outline: none;

}



.clear {

	clear: both;

}

#PopUpContent {

	width: 590px;

	height: 430px;

}



.Title {

	background: url(../images/catalogo/pop_bg_title.jpg) repeat-x;

	height: 52px;

}

.inTitle {

	background: url(../images/catalogo/pop_left.jpg) no-repeat;

	padding: 14px 0 0 15px;

	height: 52px;

}

#PopInfo {

	height: 378px;

	background-color: #fff;

}



#PopLeft {
	float: left;
	width: 305px;
	height: 378px;
	background-color:#fff;

    /* Para centrar la foto */
    font-size:378px;
    line-height:378px;
    text-align:center;
}



#PopRight {

	float: left;

	width: 255px;

	height: 348px;

	background: url(../images/catalogo/bg_popup_down.jpg) no-repeat bottom #F0F0F0;

	padding: 15px;

}



h2 {

	color:#4AAA09;

	font-size: 17px;

}

h3 {

	font-size: 14px;

	color: #666;

}

p {

	border-bottom: 1px solid #fff;

	padding: 10px 0 10px 0;

	color: #666;

}



a {

	text-decoration: underline;

	color: #6AB546;

	border-top: 1px solid #ccc;

	display: block;

	padding: 5px 0 7px 0;

}

a.select,

a:hover {

	text-decoration: none;

	color: #61BCF6;

}
