﻿body
{
    font-family: Calibri;
    font-size: 14px;
    color: #000000;
    text-align: left;
    letter-spacing: 1px;
    background-image: url('Fondo1.png');
    background-repeat: repeat;
    margin: 0;
}

.FondoEncabezado
{
	background-position: center;
	height: 165px;
	margin: 0 auto;
	background-image: url('FondoEncabezado.png');
	background-repeat: no-repeat;


}

#LogoEncabezado{
	background-image: url('LogoNombre.png');
	width: 426px;
	height: 158px;
	float:left;

}

.Cuerpo

{

	width: 930px;

	padding: 4px 20px 4px 10px;

	margin: 0 auto;

}



/****** PIE  ******/

#FondoPie{
	 background-position: center;	
	 height: 165px;
	 background-image: url('FondoPie.png');	
	 background-repeat: no-repeat;
}

.Pie

{

    width: 930px;

    height: 115px;


    margin: 0 auto;


} 

.Pie_Menu1

{
	width: 500px;
	margin: 0px auto 0 auto;
	padding-top: 39px;
	text-align: center;
	height: 37px;
	background-image: url('BarraMenuInf.png');
}

    

.Pie_Menu1 a

{

    color: #FFFFFF;

    text-decoration: none;

    font-size: 14px;

    text-align: center;

}    



.Pie_Menu1 a:hover

{

    color: #FFFFFF;

    text-decoration:underline;


}

   



.Pie_texto1

{

	color: #FFFFFF;

	text-align: center;

	float: left;

	width: 930px;

	height: 18px;

	padding-top: 10px;

}

.Pie_texto1 a

{

    color: #FFFFFF;

    text-decoration: none;

}

.Pie_texto1 a:hover

{
	color: #FFFFFF;
    text-decoration: underline;

}



.Pie_texto2

{
	color: #FFFFFF;
	text-align: left;
	padding-right: 15px;
	padding-top: 20px;
	float: left;
	width: 400px;
	padding-left: 4px;
}
.Pie_textoDEL

{
	color: #FFFFFF;
	text-align:right;
	padding-right: 15px;
	padding-top: 20px;
	float: left;
	width: 380px;
	padding-left: 4px;
}
.Pie_textoDEL a

{

    color: #FFFFFF;

    text-decoration: none;

}

.Pie_textoDEL a:hover

{

    text-decoration: underline;
    color: #FFFFFF;

}


.Contenedor

{

	padding: 10px;

	margin: 0 auto;

	width: 934px;

	background-color: #FFFFFF;

}

  

.PieFondo

{

    height: 119px;

    background-image: url('FondoPie1.png');

    width: 100%;

    float: left;

}



.PieTexto

{

	width: 854px;

	float: left;

	height: 110px;

	padding-top: 10px;

}

.PieLogo

{

    width: 100px;

    height: 100px;

    background-image: url('logoPie.png');

    float: right;

    margin-top: 1px;



}  



.login1

{



}

.loginSesion a

{

    font-weight: bold;

    color: #FF0000;

    text-decoration: none;

}

.loginSesion a:hover

{

    font-weight: bold;

    color: #FF0000;

    text-decoration: underline;

}

	

	

hr{

	border: 1px solid #006600;

	height: 1px;

	width: 100%;

}

ul{

	list-style-image: url('vineta1.gif');

	line-height: 26px;

	vertical-align: bottom;

}



/* TEXTOS */	



.Titulo1
{
    font-size: 20px;
    font-weight: bold;
    color: #336699;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
}

.Titulo2
{
    font-size: 16px;
    font-weight: bold;
    color: #336699;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman' , serif;
}

.Titulo3
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}



.jutify{

	text-align:justify

}



a
{
    text-decoration: none;
    color: #336699;
}

a:link 

{

	text-decoration:none;

	}

a:visited 

{

	text-decoration:none;

} 

a:hover
{
    text-decoration: underline;
    color: #003366;
} 

a:active
{
    color: #336699;
}



/* FORMULARIOS */



.LBLok

{

    font-size: 16px;

    color: #006600;

    font-weight: bold;

}



.LBLfallo

{

    font-size: 16px;

    color: #CC0000;

    font-weight: bold;

}



.progreso

{
	border: 1px Solid #003366;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	padding: 10px;
	box-shadow: 1px 1px 1px #666666;
}

