/* CSS Document */

body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #2A0000 url(img/) repeat-x;
	margin: 0px auto;
	padding: 0px;
	color: #FFFFFF;
}
a:link, a:visited{
	padding: 1px;
	margin: 2px;
	color: #7D251E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #E7DE42;
	text-decoration: none;
}
.bullet{
	margin: 0;
	padding: 0;
	list-style-image: url(/img/bullet.gif);
	list-style-position: inside;
	font-size: 85%;
}
#wrap {
	margin:10px auto 10px;
	width: 450px;
	padding: 0px;
	position: relative;
}
#header {
	background: url(img/cabeza.gif);
	height: 100px;
	width: 450px;
	padding-top: 100px;
}
.accesskeys {
	position: absolute;
	left: -5000px;
	height: 0;
	padding: 0;
	float: left;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	background: url(/img/logo.gif) no-repeat 0px 0px;
	width: 180px;
	height: 144px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-decoration: none;
}
#header h1 a span {
	display: none;
}
#header h1 a:hover{
	background: url(img/logo.gif) no-repeat 0px -148px;
}
h2{
	color: #FFFFFF;
	font-size: 140%;
	padding-left: 0px;
}
strong {
	font-weight: bold;
	color: #290000;
}
/*----------------------------------------------------MAINMENU*/
#mainmenu{
	padding: 0;
	margin: auto;
	height: 48px;
	width: 394px;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 98px;
}
#mainmenu a{
	width: 98px;
	height: 48px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
}
#mainmenu a span {
	display: none;
}
#mainmenu a:hover{
	background-position: 0px -48px;
}
#mainmenu a:active, #mainmenu a.selected {
	background-position: 0px -48px;
}
#homeLink a{
	background: url(img/sobre.gif) no-repeat left top;
}
#aboutLink a{
	background: url(img/weblog.gif) no-repeat left top;
}
#projectsLink a{
	background: url(img/portafolio.gif) no-repeat left top;
}
#contactLink a{
	background: url(img/contacto.gif) no-repeat left top;
}
/*----------------------------------------------------MAINMENU END*/
#content, #portfolio_content{
	margin: 0px auto;
	width: 355px;
	padding: 5px 20px;
	text-align: left;
	background-color: #F8F0E2;
	color: #2A0000;
}
li {
	list-style-type: none;
	}
#content a {
	border-bottom: 1px dotted #CCFF99 !important; /* para FF */
	border-bottom: 1px solid #CCFF99; /* para IE */
}
#clear {
	height: 5px;
	margin: 0px auto;
	padding: 0;
	width: 395px;
	background-color: #2A0000;
}
#sidePanelLeft{
	background: url(img/left.jpg) no-repeat left top;
	width: 132px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	right: 449px;
	text-decoration: none;
	border: none;
	height: 400px;
}
#sidePanelRight{
	background: url(img/right.jpg) no-repeat left top;
	width: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 201px;
	right: -145px;
	text-decoration: none;
	border: none;
	height: 403px;
}
/*----------------------------------------------------FOOTER*/
#footer{
	font-size: 90%;
	background: url(img/pie.gif) no-repeat center top;
	height: 100px;
	width: 450px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul{
	list-style: none;
	margin: 0px auto;
	padding: 20px 10px 0px;
	width: 280px;
}
#footer li{
	display: inline;
}
#footer a{
	font-weight: normal;
}
#footer a:link, #footer a:visited{
	padding: 1px 4px;
	color: #330000;
	background-color: #99ff00;
	text-decoration: none;
	margin: 1px;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #FF3366;
}

/*----------------------------------------------------contacto*/
form, input, textarea{
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
input{
	border: none;
	width: 99%;
	background: #fff url(img/fondo_input.gif) repeat-x ;
}
textarea{
	border: none;
	width: 99%;
	height: 100px;
	background: #fff url(img/fondo_textarea.gif) repeat-x ;
}
#boton_enviar, #searchsubmit, #submit{
	color: #FFFFFF;
	background: #FF3366;
	width: 60px;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2A0000;
}
.head  { color: #369; font-size: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.copy { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.subheads { color: #369; font-weight: bold; font-size: 12px; line-height: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.subheader2 {color: #2A0000}
