/*  -----------------------------------------------------------
	enbolivia.com s.r.l.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Proyect	   : ABDES Web Site
	Description: Diseņo basado en CSS 2
	Designer   : Luis Villasante
	E - mail   : luis@enbolivia.com
	Filename   : style_interior.css
	Version    : 1.0
	Date       : Feb 5, 2010
-------------------------------------------------------------*/
* {margin:0; padding:0;}
div#main div#int{
	float:left;
	width:630px;
	/*background-color:#BDDBAE;*/
	background-image:url(../images/imag_int.jpg);
	background-repeat:repeat-y;
	padding:10px 25px;
	min-height:603px;
	height:auto !important;
	height:633px;/*659*/
}
div#main div#int h1{
	color:#1FA22E;
	font-size:20px;
	margin-bottom:20px;
}
div#main div#int p{
	text-align:justify;
	line-height:1.8em;
}
div#int a{ text-decoration:none;}
div#int p a{
	text-decoration:none;
	color:#108966;
}
div#int p a:hover{ 
	text-decoration:underline;
	font-weight:normal;
}
div#int ul{ 
	display:inherit;
	list-style:none;
	margin:20px 0 0 10px;
}
div#int ul li{
	background-image:url(../images/vineta_01.gif);
	background-repeat:no-repeat;
	color:#2b6da0;
	padding:0 0 15px 20px;
}  

div#int table tbody tr td h2{
	font-size:17px;
	color:#000;
	margin:20px 0 5px 0;
}
div#int table tbody tr td div a{text-decoration:none;color:#108966;}
div#int h2{
	font-size:17px;
	color:#000;
	margin:20px 0 5px 0;
}
div#int h2 a{ 
	text-decoration:none;
	color:#000;
}
div#int .text_12-2-sb{
	border:1px solid #69B456;
	color:#447937;
	padding:2px 5px;
	text-decoration:none;
}
/*** begin Documentos ***/
div#int table tbody tr td a img {
	font-weight:bold;
	float:left; 
	width:auto;
	/*padding-right:10px;*/
}
/*** end Documentos ***/


/*** begin galeria de fotos ***/
/*div#int table tbody tr td */
div#galery a img{
	color:#108966;
	margin-bottom:15px;
	border:10px solid #FF0000;
}
/*** end galeria de fotos ***/

div#int form{
	float:left;
	width:440px;
	padding-left:160px;
}
/*** Begin Form Suscri Boletines ***/
div#int form .tectowelcome_2{
	color:#1FA22E;
	font-size:14px;   
}
div#int form input.tectowelcome_2{
	background-color:#fff;
	border: 1px solid #69B456;
	padding:3px;
	width:250px;
	margin-bottom:10px;
}
div#int form select.tectowelcome_2{
	border:1px solid #69B456;
	padding:3px;
	width:258px;
	margin-bottom:10px;
}
div#int form input[type="submit"]{
	border:1px solid #336600;
	background-color:#1FA22E;
	color:#FFFFFF;
	width:80px;
}
/*** End Form Suscri Boletines ***/

/*** Begin Form contact***/
div#int form .tectowelcome{
	color:#1FA22E;
	font-size:14px;   
}
div#int form input.selected{
	background-color:#fff;
	border: 1px solid #69B456;
	padding:3px;
	width:250px;
	margin-bottom:10px;
}
div#int form select.tectowelcome{
	border:1px solid #69B456;
	padding:3px;
	width:258px;
	margin-bottom:10px;
}

div#int form textarea.comen{
	border:1px solid #69B456;
}
/*** End Form contact***/



