/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #6699FF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

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

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
}

ul ul{
	list-style-type: none;
}

ul ul ul{
	list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.texto{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #003366;
}

.contenido a.boton,.contenido a.boton:link,.contenido a.boton:visited{
	font-style: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#4880DB;
	border: solid #000000 1px;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	display:block;
	height:20px;
	cursor:pointer;
	text-decoration: none;
	white-space: nowrap;
	float:left;
}

.contenido a.boton:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.boton2{
	font-style: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFDD97;
	background-color:#4880DB;
	border: solid #000000 1px;
	padding: 3px;
	margin: 6px;
	font-weight: bold;
	text-decoration: none;
}

.boton{
	font-style: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #006699;
	background-color:#CC99FF;
	padding: 3px 5px 3px 5px;
	margin: 6px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	background:transparent url(images/all.gif) no-repeat scroll 0px -126px;
	line-height: 14px;
}

.puntuacion{
	background-color:#E6F0FF;
	border:solid 1px #777777;
	font-weight: bold;
	padding: 0px 4px 0px 5px;
	color: #333333;
}

.formvot select{
	margin:0px 0px 0px 12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#titulo{
	width: 100%;
}

#publiTitulo{
	position: absolute;
	left: 376px;
	top: 10px;
}

#barraTitulo{
	position: absolute;
	left: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	top: 84px;
}

#menu{
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #D6ACFF;
}

#publiDerecha{
	float:right;
	width: 160px;
	height: 600px;
	position: absolute;
	top: 112px;
	right: 0px;
}

#contenido{
	position: relative;
	width: auto;
	height: 100%;
	background-color: #7DA8FF;
	margin: 3px 170px 0px 124px;
	overflow: hidden;
}

#columna{
	float: left;
	width: 100%;
}

#columna1{
	float: left;
	width: 50%;
}

#columna2{
	float: right;
	width: 49%;
}

#publiArriba{
	position: absolute;
	left: 126px;
	height: 120px;
	top: 126px;
}

#apartado{
	overflow: hidden;
	border: 0px;
	padding: 0px;
	margin: 0px;
	clear: right;
}

.foto{
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menuderecha{
	float: right;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	position: static;
	margin-left: 10px;
	right: 0px;
	top: 0px;
	padding: 0px;
	text-align: left;
	clear: none;
}

#contenido .menuderecha table td a{
	color:#333333;
}

.menuderecha table td h4{
	padding-left: 10px;
}


/************* estilos #barraArriba **************/

#barraArriba{
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 20px;
}

#barraArriba img{
 display: block;
}

#barraArriba a {
	font-size: 9px;
	padding: 0 4px 0 0;
	text-align: center;
}


/************** estilos .contenido ***************/

.marco{
	border: solid 1px #BBD7FF;
	height: 100%;
	overflow: hidden;
}

.contenido{
	font-size: 14px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: auto;
	/*min-width: 600px;
	width:expression(document.body.clientWidth < 700 ? "600px" : "100%" );*/
	background:transparent url(images/barra.gif) repeat-x scroll;
}

html .contenido{
	font-size: 14px;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: auto;
	height: 1%;
	overflow: hidden;
}

.contenido h1{
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	padding: 2px 0px 2px 16px;
}

.contenido h2{
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	color: #000000;
	margin: 0px;
}

.contenido h4{
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 16px;
	color: #333333;
}

.contenido p{
	padding: 5px 0px 0px 10px;
}

.contenido img{
	float: left;
	border: 0px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.contenido a:link{
	color: #EAE8C8;
	text-decoration: none;
}

.contenido a:visited{
	color: #EAE8C8;
	text-decoration: none;
}

.contenido a:hover{
	color: #FFFFCC;
	text-decoration: underline;
}

.contenido table{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


.contenido table p{
	padding: 0px;
	margin: 0px;
}

.menuderecha table{
	width: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.articulo{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	width: inherit;
}

.articulo p{
	padding: 0px 0px 0px 0px;
	text-indent: 20px;
}

.titulocontenido{
	width: 50%;
}

.titulocontenido2{
	width: 100%;
	background:transparent url(images/barra.gif) repeat-x scroll;
	margin-top: 10px;
	background-color: #A2C1FF;
}

.encabezadocontenido{
	width: 100%;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.encabezadocontenido p{
	padding: 0px;
	margin: 0px;
}

.datoscontenido{
	width: 100%;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.datoscontenido p{
	padding: 6px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.ficha{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	display: block;
}

.ficha table{
	width: 100%;
}

.foto img{
	border: 0px;
	margin: 4px;
	padding: 0px;
	width: 100px;
	height: 150px;
}

.foto p{
	font-size: 9px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.foto h2{
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.album .foto{
	margin: 10px 15px 10px 15px;
	padding: 0px;
}

#Valoracion{
	height:190px;
	margin:0px;
	padding:0px;
	float: left;
	border: solid 1px #BBD7FF;
	color:#333333;
	overflow:hidden;
}
#Valoracion legend{
	color:#EAE8C8;
}

#Valoracion h2{
	margin:0px;
	padding:4px;
	color:#006699;
}

	
/************** .poster styles *****************/

.poster{
	float: left;
}

.poster img{
	border: 0px;
	margin: 4px;
	padding: 0px;
}

/************* estilos #abajo ***************/

#links{
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	color: #FFCC00;
	padding: 10px 0px 4px 0px;
	clear: both;
}

#links img{
	padding: 0 0 0 0;
	vertical-align: middle;
}

#links a{
	color: #FFCC00;
	text-decoration: none;
}

#links a:link{
	color: #FFCC00;
	text-decoration: none;
}

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

#links a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#sitio{
	clear: both;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma;
	font-style: normal;
	color: #FFCC00;
}

#sitio img{
	padding: 0 0 0 0;
	vertical-align: middle;
}

#sitio a{
	color: #FFCC00;
	text-decoration: none;
}

#sitio a:link{
	color: #FFCC00;
	text-decoration: none;
}

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

#sitio a:hover{
	color: #FFCC00;
	text-decoration: underline;
}


/************* #estilos busqueda ***************/

#busqueda{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#busqueda form{
 margin: 0px;
 padding: 0px;
}

#busqueda label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #estilos menu ***********/

#menu ul a:link, #menu ul a:visited {display: block;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {border-bottom: 1px solid #6699FF;}

/* fix for browsers that don't need the hack */
/*html>body #menu li {border-bottom: none;}*/


/*********** #estilos menu ***********/

#linksMenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 120px;
	border-bottom-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #CC99FF;
}

#linksMenu .menuelem a{
	display: block;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	background:transparent url(images/all.gif) no-repeat scroll 0px -126px;
}

#linksMenu .menuelem a:hover{
}

#linksMenu .menusubelem a{
	display: block;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	background:none;
}

#linksMenu ul{
	list-style-type: none;
}

#publiMenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #6699FF;
}

/***************************************/

.form1{
	color:#000000;
	margin:0px 10px 10px 10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#A8C5FF;
}

.form1 .elemform{
	background-color:#A8C5FF;
	margin:4px;
}

.form1 .elemform h3{
	color:#000000;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
}

.form1 .elemform input{
	margin:0px 10px 1px 10px;
	padding:2px;
	font-size:12px;
	border:#666666 solid 1px;
}

.form1 .elemform select{
	margin:0px 10px 1px 10px;
	font-size:12px;
}

.form1 .elemform textarea{
	margin:0px 10px 1px 10px;
	font-size:12px;
}

.form1 .sepform{
	height:1px;
	background-color:#88A5FF;
	margin:0px 10px 0px 10px;
}

.form1 input{
	font-size:12px;
}

.form1 .botonform{
	padding:2px;
	border:#666666 solid 1px;
}

.formimg1{
	margin:20px 20px 10px 20px;
}

.formimg1 .elemform{
	display:block;
	color:#000000;
}

.formimg1 input{
	font-size:12px;
	border:#666666 solid 1px;
}

.formimg1 .botonform{
	padding:2px;
	border:#666666 solid 1px;
}

.contenido .formlogin{
	color:#000000;
	float:left;
	padding:5px;
	margin:0px 10px 10px 10px;
	border:#666666 solid 1px;
	background-color:#CAD8E6;
}

.formlogin h2{
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:12px;
}

.formlogin .elemform{
	margin:4px;
}

.formlogin .elemform input{
	margin:0px 10px 1px 10px;
	padding:2px;
	font-size:12px;
}

.formlogin .elemform .edicion{
	border:#666666 solid 1px;
}

.formlogin .botonform{
	border:#666666 solid 1px;
}

/***************************************/

.comentario{
	font-family:Microsoft Sans Serif,sans-serif, Arial, Helvetica;
	width: 100%;
}

.comentario .foto{
	float:left;
	clear: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.comentario .datos{
	clear: none;
}

.infocomentario{
	display:block;
	padding-top: 24px;
	margin-bottom: 10px;
}

.infocomentario .nombre{
	font-family:Microsoft Sans Serif,sans-serif, Arial, Helvetica;
	font-size:13px;
	color:#669900;
	margin-left:20px;
	float:left;
	height: 14px;
}

.infocomentario .nombre a{
	color:#669900;
}

.comentario .datos .texto p{
	font-size:13px;
	text-indent:30px;
	margin:16px 10px 0px 10px;
	line-height:normal;
	color:#000000;
	display: block;
}

.minibotones
{
}

.miniboton
{
	float:left;
	cursor:hand;
	cursor:pointer;
	width:12px;
	height:14px;
	margin-left:10px;
}

.minibotones .info
{
	float:left;
	margin:0px 0px 0px 4px;
	height:14px;
	padding:1px 0px 0px 0px;
	border:0px;
	white-space: nowrap;
}

.minibotones .info a
{
	color:#77AADD;
	font-size:10px;
	text-decoration:none;
	vertical-align:top;
	line-height:14px;
}

.miniboton .up a, .miniboton .up a:link, .miniboton .up a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll 0px 0px;
}

.miniboton .up a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll 0px -14px;
}

.miniboton .down a, .miniboton .down a:link, .miniboton .down a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -62px 0px;
}

.miniboton .down a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -62px -14px;
}

.miniboton .alert a, .miniboton .alert a:link, .miniboton .alert a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -120px 0px;
}

.miniboton .alert a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -120px -14px;
}

.miniboton .new a, .miniboton .ew a:link, .miniboton .new a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll 0px -28px;
}

.miniboton .new a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll 0px -42px;
}

.miniboton .reply a, .miniboton .reply a:link, .miniboton .reply a:visited
{
	width:12px;
	height:14px;
	display:block;
	text-decoration:none;
	background:transparent url(images/all.gif) no-repeat scroll -120px -28px;
}

.miniboton .reply a:hover
{
	background:transparent url(images/all.gif) no-repeat scroll -120px -42px;
}

#menusup
{
	height:22px;
	width:auto;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA6C0F;
	padding: 0px 0px 2px 0px;
	position: relative;
	background-color: #6699FF;
}

#menusup a
{
	color: #AA6C0F;
	text-decoration:none;
	cursor:pointer;
}

.botonsup{
	float: left;
	display:block;
	white-space: nowrap;
}

.botonsupcent
{
	display:block;
	float: left;
	background:transparent url(images/all.gif) no-repeat scroll 0px -148px;
	margin: 0px;
	padding: 3px 5px 0px 5px;
	white-space: nowrap;
	height: 19px;
}

.botonsupder
{
	background:transparent url(images/all.gif) no-repeat scroll -5px -170px;
	width: 5px;
	height: 22px;
	display: block;
	float: left;
	margin-right: 3px;
}

.botonsupizq
{
	background:transparent url(images/all.gif) no-repeat scroll 0px -170px;
	width: 5px;
	height: 22px;
	display: block;
	float: left;
}

.botonmarca
{
	height:16px;
	clear:both;
}

.marca
{
	float:left;
	width:10px;
	height:10px;
	margin:3px 0px 0px 0px;
}

.botonmarca .info
{
	float:left;
	margin:0px 0px 0px 4px;
	height:13px;
	padding:1px 0px 0px 0px;
	border:0px;
	white-space:nowrap;
	overflow:hidden;
}

.botonmarca .info a
{
	cursor:hand;
	cursor:pointer;
	/*color:#77AADD;*/
	font-size:11px;
	text-decoration:none;
	vertical-align:top;
	line-height:14px;
}

.marca .ok
{
	width:9px;
	height:10px;
	display:block;
	text-decoration:none;
	background:transparent url(http://www.nosolocine.es/images/all.gif) no-repeat scroll 0px -86px;
}


/*************************************************/

.v_emergente
{
	position:relative;
	left:0px;
	z-index:5;
	background-color:#A8C5FF;
}

.v_emergente h2
{
	font-size:11px;
}

/*************************************************/

#comunidad{
	position: relative;
	height: 120px;
	margin: 0px 170px 0px 124px;
	width: auto;
	background-color:#7DA8FF;
}

#panelizq{
	float:none;
	overflow:hidden;
}

#panelder{
	float:right;
	width:250px;
	margin-left:10px;
}

.accion{
	float:none;
	height:48px;
	clear:both;
	border-top:solid 1px #6F9DFF;
	overflow:hidden;
	background-color:#B7CEFF;
}

.accion .avatar img{
	float:left;
	clear:none;
	border:0px;
	padding:4px;
	margin:0px;
}

.accion .imagen img{
	float:right;
	clear:none;
	border:0px;
	padding:1px;
	margin:0px 10px 0px 0px;
}

.accion .datos{
	clear: none;
}

.accion .texto p a{
	font-size:13px;
	margin:3px;
	line-height:normal;
	color:#000000;
	text-decoration:none;
}

.accion .texto p .nombre{
	font-family:Microsoft Sans Serif,sans-serif, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#006699;
	height:14px;
}

.accion .texto p .nombre a{
	color:#006699;
}
