@charset "utf-8";
/* CSS Document */
p {
	font-size: 10px;
	line-height: 1.5em;
	margin: 1.2em 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

#content #colum1 li {
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d1e21;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.9em;
	margin-left: 0;
	padding-bottom: 0.5em;
}

h1 {
	font-size: 1.4em;
	color: #1a181c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d1e21;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #1a181c;
	font-weight: bolder;
}
a:visited {
	color: #1a181c;
	font-weight: bold;
}
a:hover, a:active {
	color: #ccc;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #1d1e21;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
#header {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
}
#menu_content {
	height: 40px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1d1e21;
	padding: 10px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}

#content #colum1 {
	float: left;
	height: 100%;
	width: 40%;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #colum2 {
	float: left;
	height: 100%;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-image: url(../images/bg_menu.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
	height: 75px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer_content {
	padding: 10px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
#footer_content a:link {
	color: #fff;
}
#footer_content a:visited {
	color: #fff;
}
#footer_content a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}#proyectos {
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.imagen {
	background-color: #f9fcf7;
	padding: 3px;
	border: 1px solid #e3e3e3;
	margin: 3px;
}

