body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li {margin:0;padding:0;}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 15px;
	padding: 0;
	text-align: center;
}



#impresion {
	
	width: 700px;
	background-color: #ffffff;
	text-align:left;
	margin:0 auto;
	height:auto;
}



#contenido-informacion {
	width:670px;
	padding:10px;
	height:auto;
	margin-left:0px;
	background-color:#FFFFFF;
	font-size:0.8em;
	color:#4B4B4B;
	border: 1px solid #C1D2F2;
}

#contenido-informacion h2{
	font-size:1.3em;
	color:#235FD2;
	width:630px;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #235FD2;
	border-right-color: #235FD2;
	border-bottom-color: #235FD2;
	border-left-color: #235FD2;
}

#contenido-informacion h3{
	font-size: 1.1em;
	border: 1px dotted #333333;
	background-color: #EBEBEB;
	height:22px;
	line-height:22px;
	text-indent:10px;
	width:610px;
}



#contenido-informacion ul{
	margin:20px;
	border: 1px solid #D5DEEC;
	padding:10px;
	background-color:#F3F7FC;

}

#contenido-informacion li{
	margin-left:20px;
	text-indent:5px;
	color:#666666;
	line-height:20px;

}




#acciones {
	text-align:right;

}

.miniatura {
	float:left;
	margin:0 auto;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #C1D2F2;
	width:185px;
	height:140px;
	line-height:140px;
}

.miniatura-interior{
	
	width:185px;
	height:140px;
	overflow:hidden;	
}


.separador { clear:both }
