@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../../img/fondo_salta.jpg);
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:center;
	}

img{
	border:0px none;
	}

.espacio{
	/**Utilizo esta clase para simular el espacio entre dos palabras. Ej: Buenos(Class="Espacio")Aires**/
	margin-right:40px;
	}

.sinopsis{
	display:block;
	width:780px;
	padding: 10px 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../img/fondo_sinopsis_chaco.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#F90;
	border:#F90 inset 10px;
	border-top:none;
	border-right:none;
	margin-top:15px;
	margin-bottom:15px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#333;
	}

.imagenes img{
	width:100px;
	height:100px;
	padding-bottom:20px;
	}
