/*
//\ cellez.net - 2012 \//
*/ 
@charset "utf-8";
/*reseteo 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input, label {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
    text-decoration:none;
    word-wrap:break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}

/*_*/

html,body{width:100%; height:;}

/*··· globo ···*/
.cjGlobo{position:absolute;display:none;top:-100px;left:-100px;background-color:#fff;
    color:#000;padding:6px 10px;min-width:50px;max-width:300px;max-height:150px;z-index:100000000000000000000000;
    border:1px solid #000;box-shadow:#333 0px 0px 14px 0px;
}

/*··· posicion del elemento ···*/
.pDer {float: right !important;}
.pIzq {float: left !important;}
.pNop {clear: both;}
.pLim {
    background: none !important;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.elFu,.elFu:hover,.elFu:visited { 
    position:absolute; top:-100000px; width:1px; height:1px; overflow:hidden; font-size:x-small;
}
/*··· animaciones generales ···*/
.ee_Anima {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ee_Anima_rp {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

/*··· rotaciones generales ···*/
.ee_giraH45 {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Estandarizando etiquetas*/
a {color:#31487e;}
.oculta {display:none; visibility:hidden;}
.muetra {display:block; visibility:visible;}
