﻿@charset "utf-8";
/* CSS Document */
/*Afecta al listado de cams*/

body {
	background:#ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:11px;	
	margin:0px;
	padding:0px;
	color:#000000;
}

* {
	margin:0;
	padding: 0;
}
a:link{
color: #6c0603;
font-weight: normal;
text-decoration: underline;
}

a:visited{
color: #6c0603;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #6c0603;
font-weight: normal;
text-decoration: none;
}

a:active{
color: #6c0603;
font-weight: normal;
text-decoration: underline;
}

/*background-color: #FBEBEB;*/


/*listado de cams*/
#listado {
	width:720px;
	background-color: #ffffff;
	float:left;
	padding-bottom: 25px;
}
.webcam {
	width:162px;
	height:249px;
	padding: 2px;
	background:#d2008c url(/clickamateur/img/clickamateur-lista-bg.gif) no-repeat top ;	
	border: 1px solid #fff;
	float: left;
	display:inline;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left:5px;
}

.resultado {
	border: 1px solid #407543;
	background-color: #edffee;
}


.name {
	padding-left: 20px;
	font-size:12px;
	font-weight:bold;	
	line-height: 1em;
}
.name a {

	font-weight:bold;
	color: #920061;
	text-decoration:none;
}
.name a:visited {

	font-weight:bold;
	text-decoration:none;
}
.name a:hover {

	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.name a:active {

	font-weight:bold;
	text-decoration:none;
}
.date {
	padding-left: 20px;
	font-size:11px;
	color:#ffffff;
	float: left;
	margin-bottom: 4px;
	width:142px;
	line-height: 1em;
}
.date a {
	color: #ffffff;
	text-decoration:none;
}
.date a:visited {
	text-decoration:none;
	color: #ffffff;	
}
.date a:hover {
	color:#FFC000;
	text-decoration:none;
}
.date a:active {
	color: #ffffff;
	text-decoration:none;
}
.thumb {
	float:right;
	height: 25px;
	width: 25px;
	border: 1px solid #000000;
	background-color:#000000;
}
.image {
	background: #cccccc;
	height: 180px;
	width: 160px;
	border: 1px solid #d3038e;
	float: left;
}
.flags {
	height: 11px;
	float:left;
	display:inline;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	width:162px;
	line-height: 1em;
	margin-right:auto;
	margin-left:auto;
}
.flags ul {
}
.flags ul li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}

.flags img {
width:16px;
height:11px;
}

.info {
	width: 29px;
	height: 18px;
	float: right; position:absolute;
}
.tags {
	width: 160px;
	float: left;
	display:inline;
	height: 37px; position:absolute;
}
.tags a {
	color: #000000;
	text-decoration:none;
}
.tags a:visited {
	text-decoration:none;
}
.tags a:hover {
	color:#407543;
	text-decoration:none;
}
.tags a:active {
	text-decoration:none;
}
.access {
	float:left;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	width:162px;
	line-height: 1em;
	margin-right:auto;
	margin-left:auto;
}
.access a {
	font-weight: bold;
	text-decoration:underline;
	color:#ffffff;
}
.access a:visited {
	font-weight: bold;
	text-decoration:underline;
	color:#ffffff;
}
.access a:hover {
	font-weight: bold;
	text-decoration:none;
	color:#FFC000;
}
.access a:active {
	font-weight: bold;
	text-decoration:underline;
	color:#ffffff;
}

/*paginacion*/
div.pagina {
	width:100%;
	float:left;
	display:inline;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 10px;
	
	
}

div.pagina a {
	line-height: 26px;
	padding: 5px 7px 5px 7px;
	margin-right: 2px;
	margin-bottom: 4px;
	text-decoration: none; 
	background: #d2008c;
	color: #ffffff;
}

div.pagina a:hover, div.pagination a:active {
	background: #ffbce9;
	color: #000000;
}

div.pagina span.current {
	padding: 5px 7px 5px 7px;
	margin-right: 2px;
	margin-bottom: 4px;
 	font-weight: bold;
	background: #ffffff;
	color: #d2008c;
}

div.pagina span.disabled {
	padding: 5px 17px 5px 17px;
	margin-right: 2px;
	margin-bottom: 4px;
	color: #ccc;
}

.invisible{
	height: 1px;
	width: 1px;
	visibility: hidden;
}

#pagina-principal{
	margin-top: -12px;
}

.telefono{
	font-size:50px;font-weight:bold;
}

.iframe-acceso-tarjeta a, .iframe-acceso-telefonico a, .iframe-acceso-tarjeta .productos, .iframe-acceso-telefonico .telefono{
	color:#000000;
}