/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licencses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */

/*	----------------------------------------------------------------------------------
	****** Purpose: undo some of the default styling of common (X)HTML browsers ******	
	----------------------------------------------------------------------------------	*/

:link, :visited {text-decoration: none; }
ul, ol {list-style: none;}
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em; }
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {margin: 0; padding: 0; }
a img,:link img,:visited img {border:none}
address {font-style:normal}

/*	----------------------------------------------------------------------------------
	****** TEXTO ******	
	----------------------------------------------------------------------------------	*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, body, html, p, blockquote { font-family: Arial, Verdana, Trebuchet MS; }

/*	--------------------------------------
	*************** FORMS ****************  
	--------------------------------------	*/

input {margin-right: 5px;}
input#searchaBtn {margin-right: 0px;}
select {margin-right: 5px;}

/*	--------------------------------------
	********* CLEARFIX DEFINITION ********  
	--------------------------------------	*/

	/* Used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
	.clearfix:after {
		content: ".";	
		display: block; 
		height: 0;
		clear: both; 
		visibility: hidden;	
	}
	.clearfix {display: inline-block; overflow: visible; zoom: 1;} /* zoom: for IE7 */
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;} /*for IE6 */
	.clearfix {display: block;} /*for MAC */
	/* End hide from IE-mac */


div {background: transparent;} /* Explorer orphan bug */
div {word-wrap: break-word;} /* Explorer italic and href bug. Applied to P by the moment. Need a expecific comment. overflow: hidden; have been erased because crash IE/mac, may be more */

/*	--------------------------------------
	********** END OF THE CSS ************
	--------------------------------------	*/

	.imgFloatLeft {float: left;}
	.imgFloatRight {float: right;}
	.floatLeft {float: left;}
	.floatRight {float: right;}
	.textLeft {text-align: left;}
	.textRight {text-align: right;}
	hr {
		clear: both;
		background: #c3c8cb;
		color: #c3c8cb;
		border: none;
		height: 1px;
		}


/*	--------------------------------------
	********** END OF THE CSS ************
	--------------------------------------	*/

.alertDev 
{
    background: transparent url("../../graphics/pc/alert.gif") no-repeat; 
    position: absolute; top: 5px; right: 10px;
    width: 10px; height: 50px;
    }
    
.alertDev span
{
    position: relative; width: 10px; height: 50px; cursor: hand; cursor: pointer; display: block;
    }
    
/*	--------------------------------------
          <div class="alertDev">
            <span title="COMENTARIO AQUÍ">
                <xsl:text> </xsl:text>
            </span>
          </div>
	--------------------------------------	*/
    