
.clear {
	clear:both;
}

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.marginLeft {
	margin-left:20px;
}

.marginRight {
	margin-right:25px; 
}

.marginRight5 {
	margin-right:5px; 
}

.marginTop {
	margin-top:15px;
}

.marginBottom {
	margin-bottom:15px!important;
}

.textRight {
	text-align:right;
}

.sinMargin {
	margin:0!important;
}

.sinMarginTop {
	margin-top:0;
	margin-bottom:15px;
}

.sinMarginTop p {
	margin-top:0;
}

.margenIzquierda{
	
	margin-left:2em;
}





.paddingRight {
	padding-right:15px;
}

.paddingLeft {
	padding-left:15px;
}

.width100x100 {
	width:100%;
}

.widthP100x100 p {
	width:100%;
}

.width160 {
	width:160px!important;
}

.width500 {
	width:500px!important;
}

.width435 {
	width:435px!important;
}

.width250 {
	width:250px!important;
}

.width200 {
	width:200px!important;
}

.width500 p {
	width:500px;
}

.height20 {
	height:20px!important;
}

a.enlaceGris, a.enlaceGris:link, a.enlaceGris:active, a.enlaceGris:visited {
	color:#444444;
}

a.enlaceGris:hover {
	color:#444444;
}

.sinWidth {
	width:auto;
}

.sinPaddingTop {
	padding-top:0!important;
}

.displayNone {
	display:none!important;
}

/* ------------- HACK ---------------------------- */
/* slightly enhanced, universal clearfix 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 */
