﻿/* Generales */
html
{
	font-family: sans-serif;
	font-size: small;
	height: 100%;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	color: #000000;
}
a:hover
{
    color:#00005f;	
    text-decoration: underline;
}

a
{
    color:#00005f;	
    text-decoration: none;
}
a:hover
{
    color:#00005f;	
    text-decoration: underline;
}

.letraVerde
{
	color: #003f00;
}

h1, .h1
{
	color: #005f00;
	font-size: large;
	font-weight: bold;
	/*margin-bottom: -5px;*/
	margin: 0;
}
h2, .h2
{
	font-size: small;
	font-weight: bold;
	margin-bottom: 2px;
}
.boton
{
	
}
.contenido
{
	margin-top: 1%;
	width: 100%;
	max-width: 1010px;
	min-width: 700px;
	display: inline-block;
}
.mainMenu
{
	border-bottom: solid 1px #f0f0f0;
	padding: 5px;
}
.mainMenu a
{
	margin-right: 5px;
	margin-left: 5px;
}  
.bottomMenu
{
	border-top: solid 1px #f0f0f0;
	padding: 5px;
    margin-top: 2%;	
    display: inline-block;
}        
.bottomMenu div
{
	display: table-cell;
	padding: 0 10px
}
.topSearches
{
	margin-top: 3%;
	width: 50%;
}
.topSearches a
{
	margin-right: 2px;
}
.copyright
{
	margin-top: 1%;
	font-size: x-small;
}

.fondoSombreado
{
	background-image: url(http://static.vishio.es/img/fondo_verde_degradado.jpg);
	background-repeat: repeat-x;
	padding: 2px;
}

.terminoBuscado
{
	background-image: url(http://static.vishio.es/img/fondo_verde_degradado.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #00005f;
	padding: 2px;
}

/* Buscadores */
.mainBuscador
{
	margin-top: 2%;
	text-align: left;
	
	width: 498px;
	height: 51px;
	
	background-image: url(http://static.vishio.es/img/fondo_buscador.jpg);
}
.mainBuscador .text
{
	position: relative;
	top: 10px;
	left: 23px;
	width: 331px;
	height: 16px;
	border: none;
}
.mainBuscador .submit
{
	position: relative;
	top: 10px;
	left: 30px;
	width: 120px;
	height: 23px;
	
	font-weight: bold;
	color: #002f00;
	background-color: transparent;
	background-image: url(http://static.vishio.es/img/fondo_boton.gif);
	border: none;		
	cursor: pointer;
	cursor: hand;
}
.mainBuscador .submit:hover
{
	background-image: url(http://static.vishio.es/img/fondo_boton_over.gif);
}
.mainBuscador .leyenda
{
	position: relative;
	top: 12px;
	right: 25px;
	text-align: right;
	font-weight: bold;
	color: #003f00;
}

.miniBuscadorb
{
}

.miniBuscador
{
	min-width: 700px;
	width:100%;
}

.miniBuscadorb .smallLogo,
.miniBuscador .smallLogo
{
	width: 150px;
}

.miniBuscadorb .smallLogo img,
.miniBuscador .smallLogo img
{
	border: none;
}

.miniBuscadorb .buscador,
.miniBuscador .buscador
{	
	text-align: left;
	height: 50px;
	
	background-image: url(http://static.vishio.es/img/fondo_buscador_s.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 497px
}

.miniBuscadorb .buscador .text,
.miniBuscador .buscador .text
{
	position: relative;
	top: 5px;
	left: 23px;
	width: 331px;
	height: 15px;
	margin-bottom: 4px;
	border: none;
}

.miniBuscadorb .buscador .submit,
.miniBuscador .buscador .submit
{
	position: relative;
	top: 5px;
	left: 30px;
	width: 120px;
	height: 23px;
	
	font-weight: bold;
	color: #002f00;
	background-color: transparent;
	background-image: url(http://static.vishio.es/img/fondo_boton.gif);
	border: none;		
	cursor: pointer;
	cursor: hand;
}

.miniBuscadorb .buscador .submit:hover,
.miniBuscador .buscador .submit:hover
{
	background-image: url(http://static.vishio.es/img/fondo_boton_over.gif);
}

.miniBuscador .numeroResultado
{
	color: #000000;
}

.miniBuscador .numeroResultado .segundos
{
	font-size: xx-small; 
	color: #606060
}

/* Main */
.mainLogo
{
	/*background-image: url(http://static.vishio.es/img/vishio_logo.jpg);*/
    background-color: transparent;
    background-position: center;
	background-repeat: no-repeat;
	
	height: 136px;
    width: 294px;
    
    margin-top: 2%;
}

/* Resultados búsqueda */
.resultados
{
	
}

.resultados #colizquierda
{
	width: 200px;
	float: left
}
#busquedas
{
	text-align: left
}
#busquedas p
{
	color: #606060;
	text-decoration: underline; font-weight: bold
}
#busquedas li
{
	list-style-image: url(http://static.vishio.es/img/fl.gif)
}

.resultados #colderecha
{
	width: 200px;
	float: right;
}
.resultados #colcentro
{
	margin-left: 200px;
	margin-right: 170px;
}

.resultados .cabecera
{
	width: 100%; 
	padding: 15px 0px 5px 0px;
}

.resultados .resumen
{
	font-weight: bold;
}

.resultados .orden
{
	float: right;
}

.resultados .span
{
	font-weight: bold;
	color: #00005f;
}

.resultados div.item
{
	border: 1px #e9e9e9 solid;
	color: #606060;
	font-size: smaller;
	min-height: 80px; 
	margin-bottom: 15px;
	padding: 5px;
}

.resultados div.item img
{
	width: 80px; 
	float: left; 
	margin-top: 10px; 
	margin-bottom: 10px
}

.resultados div.datosItem
{
	margin-left: 95px;
}

.resultados div.titulo
{
	display: inline;
	font-size: medium;
	font-weight: bold
}

.resultados div.fuente
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.resultados div.duracion
{
	width: 70px;
	display: inline-block;
}

.resultados div.fecha
{
	margin-left: 10px;
	display: inline;
}

.resultados div.descripcion
{
	font-size: small;
	color: #404040;
}

div.paginacion
{
	text-align: center;
}

div.paginacion a
{
	margin-right: 5px;
}

div.paginacion .actual
{
	margin-right: 5px;
	color: #990000;
	font-weight: bold;
}

/* Detalle */
.detalle
{
	width: 100%;
	color: #606060;
}
.detalle #colizquierda
{
	width: 200px;
	text-align: center;
	float: left
}
.detalle #colderecha
{
	width: 250px;
	float: right;
}
.detalle #colcentro
{
	margin-left: 200px;
	margin-right: 260px;
	text-align: left;
}
.detalle embed,
.detalle object
{
	display: none;
}

.detalle #ad object
{
	display: inline;
}

.detalle .tabla
{
	width: 100%;
	empty-cells: show;
}

.detalle .duracion
{
	text-align: right;
}

.detalle .vistoveces
{
	font-size: smaller;
	font-weight: bold;
}

.detalle .valorar
{
	padding-top: 5px;
}

.detalle .social
{
	padding-top: 5px;
}

.detalle .enlace
{
	padding-top: 5px;
	font-size: small;
}

.detalle .embed
{
	padding-top: 5px;
	font-weight: bold;
}

.detalle .embed textarea
{
	width: 90%;
	height: 65px
}

.detalle ul.relacionados
{	
	list-style-type: none;
}

li.relitem
{
	float: left;
	position: relative;
	margin: 0 5px 5px 0;	
	height: 110px; 
	width: 110px;
    border: solid 1px #aae;
    overflow: hidden;
    text-align: center
}

div.relimagen img
{
	width: 80px;
	max-height: 80px;
}

div.relenlace
{
	margin-left: 80px;
}

iframe.detalle
{
	height: 100%;
}
