/*
Theme Name: Altiria
Theme URI: http://www.altiria.com
Author: Altiria
Author URI: http://www.altiria.com/
Description: Altiria wordpress theme
Version: 1.0
*/
/*Reset browser default*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media screen {

* { margin: 0; padding: 0; }
body {  font: 14px/1.4 "Trebuchet MS", sans-serif ; overflow:visible; min-width: 960px; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

.wrap { width: 960px; margin: 0 auto; }
.relative {position:relative;}

/* HOME */
.wrap { width: 960px; margin: 0 auto; z-index:2;}
#headerHome{background: url(http://static.altiria.com/wp-content/themes/altiria/images/bg-top.jpg) repeat-x; position:relative; display:block; height:75px; }

/* INTERIORES */
#header{background: url(http://static.altiria.com/wp-content/themes/altiria/images/bg-top.jpg) repeat-x scroll 0 0 #d1d1d1;  height:75px;}
#logo{ padding-top:7px; float:left;}
.full {width:100%;}

#content {background: url(http://static.altiria.com/wp-content/themes/altiria/images/bg-content.png) repeat-x; overflow:hidden; }
.shadow {background: url(http://static.altiria.com/wp-content/themes/altiria/images/shadow.png) no-repeat top center transparent; height:11px; display:block; margin:0 0 20px}

#article {float:right; width:960px;}
h1.title-article {float:left;padding-top:20px;margin-left:20px;font-weight:bold;}


/*Alineamiento de imágenes*/
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.aligncenter { margin-left:auto; margin-right:auto;display:block;margin-top:15px;margin-bottom:15px;}


/* FOOTER */

/* Enlaces footer */
#footer-green {background: #639202 url(http://static.altiria.com/wp-content/themes/altiria/images/bg-footer-green.jpg) repeat-x top center; padding:20px 0; overflow:hidden; color:white; text-align:center;}
#footer-green a {color:white; text-decoration:underline;}


/* Blog */
#article .entry {clear:both; border-bottom:1px solid #ccc; margin-bottom:30px}
#article img.blogPhoto {width:100px; height:100px; border:1px solid #acacac; padding:3px; background-color:white; float:left; }

#article ul {margin:0 0 20px;}
#article ul li {background: url(http://static.altiria.com/wp-content/themes/altiria/images/menu-active.png) 5px 6px no-repeat scroll transparent;margin-left:15px;padding-left:20px}
#article ol {margin:0 15px 20px;}
#article ol li {list-style-type:decimal;margin-left:15px;padding-left:5px}

/* 2 columnas */
.main2Columns {float:left; width:460px; margin:0 0 30px 10px; }
.rows {clear:both;overflow:hidden;}
.items2Columns {float:left; width:450px; margin:0 0 30px 10px; }
.items2Columns img {float:left; margin:0 10px 10px 0;}
.items2Columns h3 {font-size:14px; font-weight:bold; margin-left:60px}
.items2Columns p {margin-left:60px}
.items2Columns a:hover {text-decoration:underline;}



/* COMUNES */

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; font-family: 'Droid Sans', arial, serif;}
h1 {color:#3a5705; font-size:27px; }
h2 {color:#639202; font-size:25px;margin-bottom: 25px;text-decoration:underline;font-weight: bold;}
h3 {color:#639202; font-size:18px; }

p { margin: 0 0 10px 0; }
a { color:#639202; text-decoration:none; font-weight: bold;}
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

pre {border: 1px solid; padding: 20px; margin: 15px; }
code, tt { }


