/*  
Theme Name: VR para imrimir
Theme URI: http://agenciablog.com.ar/
Description: 
Version: 1
Author: David Pollitzer, AgenciaBlog
Author URI: http://agenciablog.com.ar/

*/


#BOTONES-SUP, #BUSCADOR-SUP, #menu, #LOGOS, #sidebar, .admin  {display:none}
BODY, DIV, P {BACKGROUND:NONE}
#headerimg {text-align:center}
img  {border:none}
BODY {margin-right:1.5cm;margin-left:1.5cm}
#footer {font-size:8pt}
.url {font-size:9pt;	}




p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered , imagen_centrada {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright , imagen_derecha {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft , imagen_izquierda {
	/*padding: 4px;*/
	margin: 0PX 6PX 0px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.CLEARLEFT {
	CLEAR:LEFT;
	WIDTH:AUTO;
	HEIGHT:1PX;
	/*BORDER: Aqua 1PX SOLID;*/
	}