/*RESET http://meyerweb.com/eric/tools/css/reset/ v1.0 2008-02-12*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*CLEARFIX*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
* html .clearfix { height:1px; }

/*GENERAL*/
.right {float: right; display: inline;}
img.right { margin: 0 5px 5px 15px; }
.center { text-align: center; }

.pointer {
	cursor: pointer;
	text-decoration: underline;
}

a {
	font-weight: bold;
	color: #611759;
}

strong {
	color: #611759;
}

html {
	font: 100.1% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 70%;
	text-align: center;
	background-color: #611759;
	background-image: none;
	background-repeat: repeat-y;
}

div#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../imgs/DataCAD_Web_Logo+Tag-800.png);
	background-repeat: repeat-y;
}

/*HEAD*/
div#head {
	height: 65px;
	position: relative;
}

	h1 {
		width: 310px;
		height: 50px;
		position: relative;
		top: 5px;
	}
	
		h1 a {}
		
			h1 a span {
				position: absolute;
				background-repeat: no-repeat;
				width: 100%;
				height: 100%;
			}
			
			body.idioma_1 h1 a span { background-image: url(../media/images/web/1/logo.jpg); }
			
	ul#banderas {
		position: absolute;
		top: 22px;
		left: /*365*/330px;
	}
	
		ul#banderas li {
			display: inline;
			margin: 0 5px;
		}
	
	ul#menu {
	position: absolute;
	top: 29px;
	right: 15px;
	font: bold 120% Arial, Helvetica, sans-serif;
	width: auto;
	}
	
		ul#menu li {
	float: right;
	list-style-type: none;
		}
					
			ul#menu li a {
	color: #611759;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
			}
			
			ul#menu li a:hover {
				text-decoration: underline;
			}
			
		ul#menu li.current {}
		
			ul#menu li.current a {
				background-color: #CC851B;
			}
div#foot {
	text-align: center;
	color: #fff;
	background-color: #611759;
	background-image: none;
	background-repeat: repeat-x;
	padding: 5px;
	border: thin solid #FFFF00;
}

	div#foot p {
		margin-bottom: 0;
	}

	div#foot a, div#foot strong {
		color: #FFCC00;
	}
	
p#diseno {
	color: #611759;
	text-align: center;
	margin: 15px;
}
