/* CSS Document */
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}


input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* LAYOUT TOOLS */
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */
body {

}

div#principal{
	padding:20px;
	background-image:url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	background-position: top center;
}

ul.listado-webcams {
	overflow:hidden;
}

ul.listado-webcams li{
	background-image:url(../imagenes/fondo_webcams.png);
	background-repeat: no-repeat;
	width: 177px;
	height: 205px;
	float:left;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:6px;
	display:inline;
	text-align:center;

}


ul.listado-webcams li a{
	margin-top:40px;
	display:block;
}

ul.listado-webcams li a img{
	border: 1px solid #fff;
}

ul.listado-webcams li p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-bottom:2px;
	margin-top:3px;
}

ul.listado-webcams li div.idiomas {
	margin-top:5px;
}

ul.listado-webcams li div.idiomas img{
	margin-left:1px;
	margin-right:1px;
}

div.especial {
	background-image:url(../imagenes/fondo_especial.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:364px;
	height:406px;
	padding-top:10px;
	float:left;
	display:inline;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:6px;
}

div.especial h1{
	width:302px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin: 0 auto;
	margin-bottom:0;
}

div.especial h2{
	width:302px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin: 0 auto;
	margin-top:0;
	margin-bottom:7px;
}

div.especial div.foto-especial {
	width:300px;
	height:225px;
	margin: 0 auto;
	overflow:hidden;
}

div.especial div.descripcion {
	width:290px;
	margin: 0 auto;
	margin-top:6px;
	height:80px;
	overflow:hidden;
}

div.especial div.descripcion p{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#333333;
}