/*   
* 
* 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 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	overflow-x: hidden;
}

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

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

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

blockquote {
	
	border-left: 4px solid #656565;
	padding: 1em 0 1em 3ex;
	
}

.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.0em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#333;
}

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

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

/* Formularios */

label, button {
	cursor: pointer;
}

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

fieldset {
	border: none;
}


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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


.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-orange { list-style-image: url(../images/icons/bullet_orange.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 10px 5px 0; float: left; }
.list-ads img { border: none !important; }
