/*
      Created by Inés Donaire
	  
	  E-Mail: ines@samuelmatito.com
	  
  
*/

* { padding: 0; margin: 0;}

html, body {
  height: 100%; /* Required */
  background-color:#ececec;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align:left;
}

body,td,th {
  color: #666666;
}

#wrapper { 
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; 
  /* For Modern Browsers */
  height: 100%; /* For IE */
  
  
}

#pelicula {
 color: #888888;
 background-image:url(images/fondo.gif);
 background-color:#FFFFFF;
 width: 100%;
 padding: 0px;
 border: none;
 height: 630px;
 margin:0px;
}


p {
	color:#666666;
	line-height:16px;	
}

h1 {
	color:#00a9e0;
	font-weight:bold;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;	
}
h2 {
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight:bold;
	line-height:16px;	
}

/*ENLACES*/
a:link{
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:none;
}



