﻿body 
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.divWrapper
{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.divSeccion
{
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
.divHeader
{
	background-image: url('../Images/INT-banner1.jpg');
	background-repeat: no-repeat;
	height: 63px;
}
.divBarraSuperior
{
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
	height: 18px;
}
.divBarraSuperior a
{
	font-size: xx-small;
	font-weight: bold;
}
.divBodyFondo1
{
	background-image: url('../Images/INT-banner2back.jpg');
	background-repeat: no-repeat;
	height: 160px;
	
	/*LCCP*/
	z-index:0;
}
.divFooter
{
	position: relative;
	height: 104px;
	background-image: url('../Images/INT-footer.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	vertical-align: middle;
	text-align: center;
}
.divContenido
{
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #DADADA;
}
.flotaDer
{
	float: right;
}
.flotaIz
{
	float: left;
}
.InLine
{
	display:inline;
}
.Block
{
	display: block;
}
.Clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
.separacionTop
{
	margin-top: 10px;
}
.separacionBottom
{
	margin-bottom: 10px;
}
.alignIz
{
	text-align: left;
}

/*************Posicionamiento de Formas***************/
.alignDer
{
	text-align: right;
}
.alignCenter
{
	text-align: center;
}
.Centrado
{
	margin-right: auto;
	margin-left: auto;
}
.forma
{
}

.forma ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.forma ul li
{
	padding: 5px;
}

.forma label
{
	float:left;	
}

.forma input text
{
	float:right;
}

