/* v1.2 | 2010.12.06 */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
* {margin: 0px;padding: 0px;border: 0px none;outline: 0px;font-family: Arial, Tahoma, sans-serif;}

/* BEGIND Reset CSS */
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; text-align: left; /*color:#fff*/}
a { color:#fff}
/*class for background*/
body {line-height: 1;text-align: center;/**/color:#FFFFFF;background: url(/_layouts/images/GuiaYPF/layout/bg-main.gif) repeat-x center bottom #d9dadc/**/ fixed;} 

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; outline: none;}
a:focus {outline: 0; outline: none;}

/* 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}

img { -ms-interpolation-mode: bicubic; }

/* END Reset CSS*/

/********************************************************************************************/

/* slightly enhanced, universal clearfix hack */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix {display: block;}
/* close commented backslash hack */

/********************************************************************************************/
.ua-webkit body,
.ua-ie-8 body,
.ua-gecko body {/**/ overflow-y: scroll;}
/* GLOBAL STYLES */

a {text-decoration: none; color:#6b6b6d;}

a.selected,
a:hover {
	text-decoration:none;
	color:#4E4E50
}

a, div, li, dd, dt, section {font-size: 11px; line-height: 15px}
article p {font-size: 11px; line-height: 16px}

article h2 {}
/*h2 {font: 15px 'TitilliumText22LRegular';font-weight:bold;color:#fff}
*/

/*Selecion de textos*/

p::selection {background:#f8543e;color:#fff;}
p::-moz-selection {background:#f8543e;color:#fff;}
p::-webkit-selection {background:#f8543e;color:#fff;}
::selection {background: #f8543e; color:#FFF /* Safari */}
::-moz-selection {background: #f8543e; color:#FFF /* Firefox */}

/*Selecion de textos*/
/*IMG FIX IE7 imagen*/
img{-ms-interpolation-mode: bicubic;}

