﻿
#Page
{
	padding-bottom:50px;
}

	#Header
	{
		height: 155px;
	}
	
		div#wrTop1
		{
			position:absolute;
			width:50%;
			background-color:#A00703;
			height:125px;
			left:0;
			top:0;
		}
		
		div#prTopA
		{
			background: #FFF url(img/top.png) no-repeat;
			height: 125px;
			width:800px;
			margin:0 auto;
			position:relative;
		}
		
			.pnlCerrarSesion
			{
				position:absolute;
				left:0;
				top:3px;
				color:#EDE5E5;
			}
			
				.pnlCerrarSesion a
				{
					color:#FFF;
				}
				
				.pnlCerrarSesion a:hover
				{
					text-decoration:underline;
				}
		
			div#logoPlaceHolder
			{
				height:125px;
				width:400px;
				float:right;
				text-align:center;
			}
			
				div#logoPlaceHolder img
				{
					margin-top:15px;
				}
			
		div#bar
		{
			background: #800E0E url(img/bar_bg.jpg) no-repeat top left;
		    border-top: solid 1px #A21111;
		    border-bottom: solid 1px #A21111;
		    position:relative;
		    width:800px;
		    margin:0 auto;
		    height:28px;
		    padding: 0;
		}
		
			.loginView
			{
				margin-left:3px;
				float:left;
			}
			
				a.btnSesion
				{
					color:#FFF;
					font-weight:bold;
					padding:4px 10px 5px;
					border:solid 1px transparent;
					margin:2px 0 0 0;
					display:block;
					font-family:Tahoma;
					font-size:12px;
					float:left;
				}

				a.btnSesion:hover
				{
					color:#A21111;
					background-color:#EDE5E5;
					border:solid 1px #A21111;/*solid 1px #FFF;*/
				}

	#Content
	{
		background-color:#FFF;
		width:800px;
		min-height:400px;
		margin:0 auto;
		overflow:auto;
	}

	#Footer
	{
		width:800px;
		min-height:30px;
		background: #800E0E url(img/bar_bg.jpg) no-repeat top left;
		border-top: solid 1px #A21111;
		margin:0 auto 20px;
		position:relative;
	}
	
		#Footer .madeIn
		{
			font-size:80%;
			position:absolute;
			right:5px;
			bottom:5px;
			color:#CA6364;
		}
		
			#Footer .madeIn a
			{
				color:#CA6364;
				text-decoration:underline;
				font-weight:bold;
			}
	
	
