/*   
* 
* Theme Name: CSS inicial
* Theme URI: http://rudeworks.com/blog/css-inicial-2/
* Author: RUDE, DDStudios
* Author URI: http://rudeworks.com, http://themeforest.net/user/DDStudios/
* Version: 2.0 (DDStudios version)

*/

/* elements to reset completely */

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

html {
	font: 12px/18px Arial, Helvetica, sans-serif;
}

ul {
	list-style: disc;
}

/* Ajustes tipográficos */

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

h1, h2, h3, h4, h5, h6 {
	
	margin: 0 0 .5em 0 !important;
	
}

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

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

pre {  background: #ddd; padding: 15px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 2em;  }

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

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

li {
	
	margin-bottom: 1em;
	
}

.blockquote-info {
	
	display: block;
	text-align: right;
	font-size: 10px;
	margin-bottom: 1.5em;
	margin-top:-.5em;
	
}

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

code {
	
	background: #dcdcdc;
	border: 1px solid #999999;
	padding: 2px 5px;
	
}

label span {
	
	color: #ff0000;
	
}

label em {
	
	font: italic 10px/16px Arial, Helvetica, sans-serif;
	text-transform: none;
	
}

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: 3em;
}

h2 {
	font-size: 2.1em;
}

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: none;
	color: #0077ff;
}

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

li {
	
	vertical-align: bottom;
	
}

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;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.alignleft {
	
	float: left;
	margin: 0 20px 5px 0;
	
}

img.alignright {
	
	float: right;
	margin: 0 0 5px 20px;
	
}

/* ------------------------
------------- LISTS
-------------------------*/

.list-tick { list-style-image: url(images/icons/bullet-tick.png); }
.list-BW { list-style-image: url(images/icons/BandW.png); }
.list-arrow { list-style-image: url(images/icons/bullet_arrow.png); }
.list-hot { list-style-image: url(images/icons/bullet_flame.png); }
.list-star { list-style-image: url(images/icons/bullet_star.png); }
.list-clip { list-style-image: url(images/icons/bullet-paper-clip.png); }
.list-black { list-style-image: url(images/icons/bullet_black.png); }
.list-blue { list-style-image: url(images/icons/bullet_blue.png); }
.list-green { list-style-image: url(images/icons/bullet_green.png); }
.list-pink { list-style-image: url(images/icons/bullet_pink.png); }
.list-purple{ list-style-image: url(images/icons/bullet_purple.png); }
.list-red{ list-style-image: url(images/icons/bullet_red.png); }
.list-yellow{ list-style-image: url(images/icons/bullet_yellow.png); }
.list-none { list-style:none; }
.list-ads { list-style: none; margin: 0; }
.list-ads li { margin: 0 !important; display: inline; float: left; }
.list-ads img { border: none !important; }