/* CSS Document */

/* 
Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Last Amended:Stacy Prendeville
Last date amended:
 */
 
 
/*
global values + layout divs
======================================
*/

/* Remove padding and margin */

* {
	margin:0px;
	padding:0px;
} body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:75%;
	color:#FFF;
	text-align:center;
	min-width:756px;
	background-image: url(bg.jpg);
	background-color: #1C6538;
	background-repeat: repeat-y;
}


#outer{
	width:760px;
	margin: 0 auto;
	text-align:left;
	border: 1px solid #FFFFFF;
	position: relative;
}

#header{
	width:760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
#content{
width:760px;
	background-color: #1C6538;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;


}
p {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#conoces {
	background-color: #FFFFFF;
}

.linea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #186539;
}
#bullets {
	list-style-type:disc;
	list-style-position:inside;
}
a, a:link, a:visited {
	color: #ACFB5E;
	text-decoration:none;
}
a:hover {
	color: #CCC;
}