@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5EBEE;
	}
	a:link {
		color: #E5EBEE;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #E5EBEE;
	}
	a:hover {
		text-decoration: none;
		color: #0099FF;
	}
	a:active {
		text-decoration: none;
		color: #E5EBEE;
	}
	
	#contenedor_gral {
		width: 99.7%;
		height: 420px;
		padding: 3px 3px 3px 3px;
		margin: 100px auto 0px auto;
		background: url(../../imagenes/back.png) repeat-x #003352;
		border-top: 4px solid #CCCCCC;
		border-bottom: 4px solid #CCCCCC;
	}
	#cuerpo{
		width:930px;
		height:auto;
		margin: 0 auto;
		padding: 30px 0px 30px 0px;
		}
	
		#logo {
			width: 250px;
			height: auto;
			margin: 70px 15px 0px 150px;
			padding: 0px 0px 0px 0px;
			background: none;
			float:left;
		}
	
		#contacto {
			width: 300px;
			height: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 20px;
			background: none;
			border-left: 1px solid #0E4174; 
			float: left;
		}
	
	#pie {
		width: 930px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
		background: none;
		text-align: center;
	}