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

body {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo1.gif);
}
#content {
	width: 800px;
	background-color: #000000;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-color: #131313;
	height: 100px;
	color: #FFFFFF;
	background-image: url(../images/logotipo.gif);
	margin: 0px;
	padding: 0px;
}
#menu {
	background-color: #333333;
	background-image: url(../images/fondo2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 140px;
}
#content #top ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 6.6em;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	float: right;
}
#content #top #inicio ul {
	float: left;
	padding-left: 9px;
}

#content #top a {
	color: #FFFFFF;
	text-decoration: none;
}
#content #top a:hover {
	color: #00FFFF;
}


#content #top li {
	float: left;
	padding-right: 5px;
}

#slides {
	background-color: #00CCCC;
	height: 200px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	list-style-position: inside;
	margin: 0px;
}
#content  #carousel  #mycarousel  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #slideshome #portfolio img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colofon {
	background-color: #171717;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	padding: 4px;
}
#colofon a {
	color: #CCCCCC;
	text-decoration: none;
}

#carousel {
	background-color: #FFFFFF;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
#content #slides #portfolio img {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#portfolio {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#content #slides #portfolio ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#slideshome {
	background-color: #00CCCC;
	height: 300px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	list-style-position: inside;
	margin: 0px;
}
#colofon a:hover {
	color: #00CCFF;
}

