@charset "utf-8";
/* CSS Document */

	* {
		font-family:Tahoma,Arial,Verdana;
		font-size:12px;
		
		}
			html, body {
				height: 100%;
				margin: 0px;
				border: 0px;
				padding: 0px;
				color: black;
				background-color: white;
			}
			.movie {
				width: 100%;
				height: 100%;
			}
			div.movie {
	width: 800px;
	height: 320px;
	text-align: center;
	margin: auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
			}
			
	#header {
	background-image: url(/imagenes/f.gif);
	height: 135px;
	text-align: center;	
			}
    #container {
	width: 800px;
		margin: auto;

			}
			  #star {
		margin-left:80px;

			}
			  #oficinas {
		margin-left:40px;

			}
			
			  #servicios {
		margin-left:155px;

			}
li {
	background-image: url(/imagenes/ministar.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
}
			  
	#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 15px;
	height: 20px;
	}
	#menu a {
	font-weight: bold;
	color: #0C5576;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 11px;
	padding-bottom: 7px;
	padding-top: 0px;
	}
	#menu a:hover {
	color: #F5A331;	
	}
	
		.mini {
	font-size: 9px;
	color: #666666;
}