/* CSS Document */
.contenedor_sellos{
	margin:auto;
	width:95%;
}

.foto_sello{
	float:left;
	margin-top:10px;
	border:1px solid #000000;
	width:150px;
	height:180px;
	margin-right:10px;
	padding:5px;
}

/*.foto_sello:hover{
	cursor:pointer;
}*/

.pie_cont_sellos{
	text-align:center;
	padding:5px 20px 20px 20px;
}

.pie_cont_sellos a{
	text-decoration:none;
	color:#0000CC;
}


#toolTipBox { 
	   display: none; 
       padding: 1%; 
       border: black solid 1px;
       position: absolute;
       background-color:#F4F4F4;
       color: 000000; 
	   width:160px;
} 

#toolTipBox p{
	margin:0px;
	padding:0px;
}

.desc_sello{
	margin-top:1px !important;	
}

.tit1_sello, .tit2_sello{
	color:#000000;
}

.tit2_sello{
	margin-top:2px !important;
}

.tit1_sello span,.tit2_sello span {
	color:#999999;
}

p{
	margin:0px;
	padding:0px;
}

.cont_sello_izq{
	float:left;
	width:70px;	
}
.cuadro{
	width:95%;
	margin:auto;
	background:#CCCCCC;
	margin-top:20px;
	padding:5px;
	margin-bottom:20px;
}

.cuadro_izq{
	width:40%;
	float:left;
}

.cuadro_der{
	width:55%;
	height:100%;
	float:left;
	margin:auto;
	text-align:center;
}

.h2_style{
	color:#000000;
	text-align:left;
	font-size:13px;
	margin-bottom:10px;	
}

.cuadro_izq label{
	font-size:12px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

hr{
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
}

.img_s{
	text-align:center;
}

.img_s:hover{
	cursor:pointer;
}