﻿body {
	font-family: Verdana;
	font-size: 13px;
}

a {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #009999;
}

#lenguage {
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}
#menu {
	font-size: 13px;
	text-align: center;
}

/* index*/
#content {
	color: #333;
	background: #FFFFFF;
	margin-bottom: 5px;
}
#contenthome1 {
	color: #333;
	background: #FFFFFF;
	width: 65%;
	float: left;
	margin-right: 1%;
	margin-bottom: 5px;
}
#contenthome2 {
	color: #333;
	background: #FFFFFF;
	width: 34%;
	float: right;
}
#contentbottom h2{
	font-size: 1.2em;
	font-weight: lighter;
	background: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	margin-top: 15px;
	margin-left: 0px;
	color: #666666;
	border-bottom: 1px solid #98020D;
	border-bottom-color: #009999;
}

/* curriculum */
#contentcurriculum1 {
	color: #333;
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}

/* works */
#contentworks {
	width: 300px;
	color: #333;
	background: #FFFFFF;
	margin-bottom: 5px;
}

#works1 {
	width: 150px;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0x 0px;
	height: 150px;
	float: left;
}

#works2{
	width: 150px;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0x 0px;
	height: 150px;
	float: right;
}

/* news */
#date {
	color: #333;
	background: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	margin-bottom: 5px;
}
#top {
	color: #333;
	background: #FFFFFF;
	margin-bottom: 5px;
}



#footer {
	color: #333;
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
	position: inherit;
	font-size: 8px;
	text-align: center;
	margin-bottom: 20px;
}

/*pagina de contacto*/

/* -- Contact1 -- */
#contact {
	padding: 15px 5px 30px 5px;
}


#contact h1 {
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	margin-top: 15px;
	margin-left: 0px;
	color: #666666;
	text-align: center;
}

/*Boton de suscripcion */

#contentbutton {
	text-align: center;
}
#contentbutton a {
	color: #777777;
}
#contentbutton a:hover {
	color: #CC0000;
}


.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}


