/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #6E6E6E;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

span { background: yellow; }

#firma  {    text-align: right; 
             font-family: Luna Bar;
						 color: black;
						 font-size: 33px;
						  
              }

#miestilo { font-family: verdana;
            text-align: justify;
						font-size: 21px;
						 }
#miestilo2  { color: black; 
              text-align: center;
							font-family: Andy Negrita;
							font-size: 25px;
							}


p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 600px;
	height: 258px;
	margin: 0px auto;
	background: url(images/cabezera1.jpg);
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
	color: #cc3333;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	padding: 20px 0px 0px 0px;
	background: url(images/img4.jpg) no-repeat;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
	
}

#colTwo {
	
	
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	font-size: 31px;
	color: #cc3333;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	color: #cc3333;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#mipie {
	width: 565px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: justify;
	font-size: 15px;
	color: #000000;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
