/* CSS */
/* rojo DA251D */
/* verde 569820 */
body {
	font:0.9em "Lucida Grande", Geneva, Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	text-align:center;
	}
#contenedor {
	width:800px;
	border:1px solid #569820;
	background-color:#FFFFFF;
	background-image:url(./img/logo_ican.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:20px auto;
	text-align:left;
	}
#encabezado {
	width:800px;
	height:95px;
	background-image:url(./img/ingenieria.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
#logo {
	width:780px;
	height:67px;
	background-image:url(./img/logo_ican2.png);
	background-repeat:no-repeat;
	background-position:right;
	}
#pie {
	width:800px;
	height:153px;
	background-image:url(./img/pie.png);
	background-repeat:no-repeat;
	background-position:left;
	}
#encabezado h1 {
	font-size:18px;
	font-weight:bold;
	width:224px;
	border-bottom:16px solid #FFFFFF;
	color:#FFFFFF;
	margin:0;
	text-transform:uppercase;
	padding-bottom:10px;
	}
#menu {
	width:800px;
	height:23px;
	}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	}
#menu li {
	margin:0;
	float:left;
	}
#menu li a {
	display:block;
	background-color:#569820;
	color:#FFFFFF;
	width:180px;
	padding:4px 0 5px 20px;
	text-decoration:none;
	}
#menu li a:hover {
	background-color:#000000;
	}
#contenido {
	width:780px;
	clear:both;
	padding:10px;
	}
#contenido h2 {
	font-size:16px;
	color:#000000;
	width:446px;
	text-transform:uppercase;
	border-bottom:1px dotted #000000;
	}
#contenido h3 {
	width:446px;
	font-size:14px;
	color:#569820;
	border-bottom:1px dotted #569820;
	}
#contenido p {
    padding-top: 20px;
    padding-bottom: 20px;
}
#copyright {
	width:760px;
	text-align:right;
	padding:10px;
	font-size:80%;
	font-style:italic;
	color:#999999;
	}
.logoair {
    float: right;
    padding-top: 80px;
    padding-right: 40px;
}
.datos {
	display:block;
	width:580px;
	padding:0 0 0 100px;
	font-style:italic;
}

#contacto {
    width:580px;
    padding-left:80px;
}

.inputText, .inputTextError {
    color: #000000;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}


.note {
    border-bottom: 1px solid #a9c500;
    padding: 9pt 9pt 9pt 33pt;
    margin-bottom: 10px;
    color: #484554;
    /*font-size: 8pt;*/
    background: #b4c7ea url("./img/msg.gif") 6pt 6pt no-repeat;
    margin: 1em 0px 0em 0px;
    margin-bottom: 5px;
}

.error {
    border-bottom: 1px solid #fa601d;
    padding: 9pt 9pt 9pt 33pt;
    color: #484554;
/*    font-size: 8pt;*/
    background: #FDDDD9 url("./img/error.gif") 6pt 6pt no-repeat;
    margin: 1em 0px 0em 0px;
}

#by {
	width:760px;
	text-align:center;
	padding:10px;
	font-size:80%;
	font-style:italic;
}
#by a {
    text-decoration:none;
    color:#999999;
}

.center {
    width:780px;
    margin-left:auto;
    margin-right: auto;
    text-align:center;
}

img.shadow {
    background: url(./img/shadow-1000x1000.gif) no-repeat right bottom;
    padding: 5px 10px 10px 5px;
}

.img-desc {
	position: relative;
	display: block;
	height:405px;
	width: 580px;
}
.img-desc cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 580px;
	padding: 10px;
	margin-left: 5px;
	border-top: 1px solid #999;
}

.bot30 {
    padding-bottom:30px;
}

