/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 85% "Trebuchet MS", Verdana;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

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

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-color:#000000;
	color:#FFFFFF;
}

#contenedor {
	margin: 0 auto;
	width:850px;
	text-align: left;
}

#lateral{
	float:left;
	width:200px;
	text-align:right;
	color:#FFF;
}

#lateral li{
	margin-bottom:3px;
}

#lateral li a{
	color:#FFF;
	padding:0 2px;
	text-decoration:none;
}

#lateral li a:hover{
	color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C93E4;
	text-decoration:none;
}

#lateral li a.sele{
	color:#000;
	background-color:#0C93E4;
	margin-right:2px;
}

#lateral li a.sele:hover{
	border:none;
}

#logo{
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

#idiomas{
	margin-bottom:40px;
}

.ingles{
	background-image: url(../images/ingles.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	padding-left:22px;
	margin-right:6px;
}

.espanol{
	background-image: url(../images/espanol.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:22px;
	margin-left:6px;
}

.frances{
	background-image: url(../images/france.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:22px;
	margin-left:6px;
}

#paypal{
	margin-top:40px;
	margin-bottom:60px;
}


#contenido{
	float:right;
	color:#FFF;
	width:600px;
	padding-top:50px;
	text-align:justify;
}

#pie{
	clear:both;
	padding-top:50px;
	padding-bottom: 15px;
	text-align:center;
}

a{
	color:#FFF;
}

a:hover{
	color:#0C93E4;
}

.cabecera{
	border: 1px solid #0C93E4;
	padding:3px;
	margin-bottom:20px;
}

.foto{
	border: 1px solid #0C93E4;
	padding:3px;
	float:left;
	margin-right:10px;
}

.fotoinicio{
	border: 1px solid #0C93E4;
	padding:3px;
	float:right;
	margin-left:10px;
}

.contenedorfoto{
	float:left;
	height:160px;
	margin-right: 16px;
	margin-bottom: 16px;
	padding:3px;
	background-color:#000;
	text-align:center;
	border: 1px solid #0C93E4;
}

.contenedorvideo{
	width:500px;
	padding:3px;
	background-color:#000;
	text-align:center;
	margin: 0 auto;
	clear:both;
}

.contenedorfotosindes{
	float:left;
	height:131px;
	margin-right: 16px;
	margin-bottom: 16px;
	padding:3px;
	background-color:#000;
	text-align:center;
	border: 1px solid #0C93E4;
	overflow:hidden;
}

.adopcion{
	width:280px;
	height:190px;
	border: 1px solid #0C93E4;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 14px;
	float:left;
	
}

.adopcionfoto{
	text-align:center;
	float:left;
	background-color: #333333;
	color: #FFFFFF;
	font-weight:bold;
	height:190px;
	overflow:hidden;
	margin-right:5px;
}

.adopciontabla{
	font-size:0.9em;
	margin-right:5px;
	margin-top:5px;
	width: 142px;
}

.adopciontabla th{
	color:#FFFF99;
	text-align:left;
	padding-right:2px;
}

.adopciontabla td, .adopciontabla th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.adopciontablaperro th{
	color:#FFFF99;
	width:125px;
	padding-bottom:5px;
}

ul.enlaces{

	margin-left:20px;
	color:#fff;
	
}

ul.enlaces li{
	margin-bottom:9px;
	list-style:square;
}

.centro{
	text-align:center;
}

.fotoadoptado{
	border: 1px solid #0C93E4;
	padding:3px;
}

.nor{
	visibility:hidden;
	font-size:1px;
}

h1{
	color:#FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0C93E4;
	margin-bottom:0.4em;
}

h2{
	font-size:1.4em;
	margin-bottom:0.1em;
	margin-top:1em;
}

.inidesta, .inidesta2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0C93E4;
	font-weight:bold;
}

.inidesta{
	width:385px;
}

#contacto{
	width:300px;
	float:right;
}
th.rojo{
	color:#FF0000;
}
