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


h1{
	margin:0;
	font-size:28px;
	/*color:#3A6B3A;*/
	color:#707838;
}

h3{
	/*color:#688C68;*/
	color:#707838;
}

h4{
	font-size: small;
	/*color:#3A6B3A; */
	color:#707838;
	font-weight: bold;
}

h6 a{
	color:#666;
	text-decoration:none;
}

.article_body{
}

.article_body ul{
	padding-left:10px;
}

.article_body ul li{
	list-style-image:url(../images/dot.png);
}

#home_content tr td{
	border-bottom:1px solid #ccc;
	padding-top:15px;
	padding-bottom:15px;
}


#galeria_fotos{
	padding:30px;
}

#table_style tr td{
	/*border:1px solid #CCC;*/
	padding:5px;
	text-align:center;
}

#table_style {
	border:2px solid #CCC;
}

#table_style h3{
	text-align:center;
}

#table_style p{
	padding:0;
	padding-top:5px;
	margin:0;
	color:#333;
}


#marco_teorico{
	padding:10px;
	height:auto;
}

#marco_teorico ul{
	padding-left:20px;
}

#marco_teorico ul li{
	list-style-type:circle;
	padding:5px;
}

#marco_teorico a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	color:#333;
}

#marco_teorico a:hover{
	text-decoration:underline;
	color:#3A6B3A;
}

#links{
	padding:10px;
}

#links ul li{
	padding-bottom:25px;
}

#links a{
	color:#333;
	text-decoration:none;
}

#links a:hover{
	color:#3A6B3A;
}

#list_book ul li{
	display:inline;
	list-style-type:none;
}

#list_book a{
	color:#666;
}

#list_book a:hover{
	color:#707838;
	text-decoration:underline;
}

#casa_verde{
	padding:15px;
	padding-top:100px;
	height:auto;
	text-align:center;
}

#table_flores{
	font-size:10px;
	border-color:#707838;
}

#div_cuentos_flores {
	padding:15px;
	height:auto;
}

#div_cuentos_flores ul{
	list-style-type:none;
}
#div_cuentos_flores ul li {
	padding:5px;
}

#div_cuentos_flores a{
	font-weight:bold;
	font-size: 11px;
	color:#565656;
	text-decoration: none;
}

#div_cuentos_flores a:hover{
	color:#707838;
}

#login_link{ font-size:14px;}

.curve_box { -moz-border-radius:3px;-webkit-border-radius:3px;}

.login{ padding:5px;}


#register_complete{
	background-color:#d4ddcd;
	
	border:1px solid #999;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

	color:#707838;
	
	padding:30px;
	
}

#nombre_registrado{
	text-transform:capitalize;
}

#consultas_online{
	padding:10px;
	color:#707838;
}

table#table_consults_info{
	text-align:right;
}

#title_welcome{
	font-size:24px;
	font-weight:bold;
}

#register_text_info{
	font-size:10px;
}