html, body {
	background: #fff;
	padding:0;
	margin:0;
	text-align:center; 
	font-size: 100%; /* Resets 1em to 10px */
	font-family: "Arial", Helvetica, sans-serif;
	} 
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* LAYOUT */

#page	{
	width:950px;
	margin: 0 auto;
	}

#header {	
	background: url("img/fondo-header.jpg") no-repeat top center;
	height: 184px;
	}
	
#contenido, #home {	
	margin: 30px 0 0 0;
	}
	
#sidebar {	
	width: 250px;
	}
	
#footer {	
	background: url("img/fondo-footer.gif") no-repeat top center;
	height: 65px;
	padding-top: 160px;
	}
	
#sidebar, .contenido-left, #colhome {	
	float: left;
	}
	
#colhome {
	margin: 0 0 20px 5px;
	}
	
.contenido-left, #listado, .linea-listado {	
	width: 618px;
	}
	
.contenido-right {
	margin: 13px 0 0 670px;
	width: 279px;
	}
	
.novedades-content {	
	margin: 0;
	padding: 0 10px;
	border-left: 4px solid #c2c2c2;
	border-right: 4px solid #c2c2c2;
	}
	
#intro {	
	background: #d4dade url("img/fondo-destacado.gif") no-repeat top right;
	}
	
.nove-up {	
	background: url("img/novedades-up.gif") no-repeat bottom center;
	width: 279px;
	height: 32px;
	}
	
.nove-bottom {	
	background: url("img/novedades-bottom.gif") no-repeat top center;
	width: 279px;
	height: 12px;
	}
	
.content {	
	margin-left: 10px;
	padding-bottom: 10px;
	}
	
.cadatitular {	
	margin: 0 0 2em 1em;
	background: #fff url("img/loguito.gif") no-repeat top left;
	}
	
.titulos {	
	background: #808080;
	margin: 0 0 10px 47px;
	}
	
.titulos, .texto-titular {	
	width: 630px;
	}
	
.texto-titular  {	
	padding-left: 47px;
	}
	
.masinfo {
	text-align: right;
	background: #fff url("img/fondomais.gif") no-repeat top right;
	padding-right: 30px;
	height: 19px;
	}

/* FIN LAYOUT */	

/* NESTED LIST */	

ul {
	list-style: none;
	padding: 58px 0 0 251px;
	margin: 0;
	}

#nav a {
	text-decoration: none;
	}
	
#nav li li {
	background: #c0b2c1 url("img/fondo-submenu.jpg") no-repeat center left;
	margin: 0;
	padding:0; 
	width: 131px;
	text-indent: 20px;
	}

#nav li li a {
	display: block;
	padding:0;
	margin: 0;
	}

#nav li li a:hover {
	padding: 0;
	}

#nav li {
	float: left;
	position: relative;
	padding: 7px 0;
	margin: 0 5px;
	cursor: default;
	width: 131px;
	}
	
li#last {
	margin: 0 0 0 4px;
	}
	
#nav li a:hover {
	border-bottom: 0px;
	}

li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	padding: 7px 0 0 0;
	}

li>ul {
	top: auto;
	left: auto;
	}

li li {
	display: block;
	float: none;
	margin: 0;
	height: 18px;
	}

li:hover ul, li.over ul {
	display: block;	
	}

/* FIN NESTED LIST */	

/* H1 LOGO */
	
h1	{
	margin:0;
	}
	
h1#logo a{
	position:relative;
	left: 10px;
	top: 20px;
	display:block;
	text-indent:-9999px;
	background-image: url('img/logo-nextvision-juntos.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 88px;
	}
	
/* FIN H1 LOGO */	
	
/* MARGENES */

p, h2, h3, .texto-titular {
	margin: 0.5em 0;
	}
	
/* FIN MARGENES */
	
/* FUENTES */

li ul, #selectorpais, #selectorpais select {
	font-size: 0.8em;
	}
	
ul#nav li li {
	font-size: 0.95em;
	}
	
#contenido ul, ol, #contenido p, .texto-titular {
	font-size: 0.85em;
	}
	
#footer li, label {
	font-size: .7em;	
	}
	
#contenido ul ul, h4 {
	font-size: 1em;
	}

h2, .nove-up h3, p, a, #nav li li a, .masinfo a, #contenido ul.destacado li, #contenido ul.destacado li a {
	color:#591e55;
	}

#nav a, #colhome h2, #footer li, #footer ul li a, #footer p, h3, a:hover, #contenido ul li a:hover, #nav li li a:hover, #contenido h3 a, h4 {
	color: #fff;
	}
	
h2 {
	padding: 5px 0 5px 50px;
	background: url("img/iconoh2.jpg") no-repeat center left;
	border-bottom: 1px dotted #591e55;
	}
	
h2, ul, .contenido-left h4, #contenido h4 {
	font-weight: normal;
	}
	
h2 {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.3em;
	}
	
h3, .contenido-left h4 {
	padding: 0 0 0 10px;
	}
	
#contenido a:hover, #nav li, .contenido-left h4, .masinfo a:hover {
	background: #591e55;
	}
	
h3 {
	background: #808080;
	}
	
.novedades-content h4 {
	padding-top: 10px;
	}
	
.novedades-content h4, #selectorpais {
	margin: 0 0 5px 0;
	}

p, .texto-titular	{
	text-indent: 0;
	line-height: 1.5em;
	text-align: justify;
	}
	
#intro p	{
	font-size: .9em;
	padding: 0 120px 0 10px;
	font-weight: bold;
	}
	
.description	{
	font-size: 1.1em;
	border-bottom: 1px dashed;
	margin: 0 80px 20px 100px;
	}
	
a	{
	text-decoration: none;
	}
	
#contenido li a, #contenido p a, #contenido h3 a {
	border-bottom: 1px dotted;
	}
		
strong {
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
small	{
	font-size: 0.60em;
	}
	
#colhome h2 {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 0px dotted #591e55;
	background: none;
	}
	
#colhome h2 a {
	color: #fff;
	}
	
#colhome h2 a:hover {
	color: #591e55;
	}
	
#colhome p {
	background: #fff;
	margin: 0;
	padding-bottom: .5em;
	}
	
.masinfo a, .seguir a, .nove-up h3, .fecha, .novedades-content p, .metadata, .fecha {	
	font-size: 0.8em;
	}
	
.nove-up h3, .seguir, label {
	text-align: right;
	}
	
#page, #nav li li, h2, h3	{
	text-align: left;
	}
	
#nav li, #footer {
	text-align: center;
	}
	
.nove-up h3 {
	text-transform: none;
	padding: 15px 40px 0 0;
	background: none;
	}
	
.fecha, .novedades-content p, .metadata, #colhome p, .texto-titular  {
	color:#535353;
	}
	
.novedades-content p {
	line-height: 1.2em;
	}
	
.fecha, .metadata {
	font-weight: bold;
	}
	
blockquote	{
	background: #e6e6e6;
	padding: 5px;
	margin: 15px;
	}
	
/* FIN FUENTES */	
	
/* LISTAS */

ul {
	list-style-type: none;
	}
	
ol {
	list-style-position: inside;
	padding-left: 10px;
	}

#contenido ul, ol {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
	}
	
#contenido ul li, ol li {
	margin: 0.5em 0;
	}
	
#contenido ul {
	padding-left: 15px;
	list-style: url("img/flechita.gif");
	}
	
#contenido ul.destacado li  {
	list-style: disc;
	}
	
#contenido ul ul  {
	padding-left: 30px;
	}
	
#contenido ul li a, #contenido ul li, ol li {
	color: #666666;
	}

/* FIN LISTAS */


/*footer*/
	
#footer ul {
	margin: 0;
	padding: 0;
	}
	
#footer ul 	{
	line-height: 0.8em;
	}
	
#footer li, #footer p	 {
	font-size: .7em;	
	padding: 0;
	display: inline;
	}
	
#footer p	 {
	line-height: 3em;
	}

#footer ul li a, #footer p a, #footer p	a {
	text-decoration: none;
	}
	
#footer ul li a:hover, #footer p a:hover {
	border-bottom: 1px dotted #fff;
	}
	
/*footer*/
	
/* IMAGENES */

#abajo-witland a:link img, #abajo-witland a:visited img {
	border: 1px solid #ffffff !important;
	}

#abajo-witland a:hover img, #abajo-witland a:active img  {
	border: 1px solid #196b8c !important;
	}

a img, h1 a:hover {
 	border: 0;
	}
 
 a {
	 outline: none;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

 
 img.alignright {
	display: inline;
	}

img.alignleft {
	margin: 0;
	margin-right: 10px;
	display: inline;
	}

/* FIN IMAGENES */

/* EXCEPECIONES */

.linea {
	margin: 1em 0em 1em 0em;
	clear:both;
	border-top: 1px dashed #cccccc;
	}
	
.linea-peq {
	margin: 0.5em 0 0 0;
	border-top: 1px dotted #591e55;
	}
	
.linea-listado {
	margin: 0.5em 0 0 0;
	border-top: 1px dotted #591e55;
	}

.spacer, #contenido, #footer {
	clear:both;
	}
	
.solo-spacer {
	padding-top: 1em;
	}
	
.solo-spacer2 {
	padding-top: 1.5em;
	}
	

/*FORMS*/
#contenido form {
  margin: 0;
  padding: 0;
  min-width: 380px;
  max-width: 480px;
	}


fieldset {
	border: none;
	}


label { 
	color: #102942;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	}

input, textarea, select {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	}

textarea {
	width: 150px;
	}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
	}

.contratar {
	font-size:1.2em;
	text-indent: 45px;
	height: 40px;
	background: url("img/iconocontrata.png") no-repeat left;
}