/* 
*	
*	CSSG Collections: Forms
*	designed and coded by Alen Grakalic (http://cssglobe.com)
*	brought to you by Templatica (http://templatica.com)
*
*/

#ColumnaIzquierda h3 {
    border-bottom: 1px dashed; 
    font-size: 1.2em; 
    font-weight: 600; 
    letter-spacing: .025em; 
    margin: 0 0 .5em 0; 
    color: #222; 
    padding-top: 20px;
}

#ColumnaIzquierda p {
     padding: 0 0 .8125em 0; 
     font-size: 12px; 
     line-height: 1.5em;
}

#titulo {
    font-weight: bolder; 
    padding-top: 10px;
}

.direccion {
    font-size: 12px; line-height: 1.5em;
}
		
h3{
	font-weight:normal;
	margin:1em 0;        
	font-size:140%;
	}
			
				
p, blockquote, ul, ol, form{
	margin:1em 0;
	}
blockquote{
	}
img{
	border:none;
	}			
hr{
	display:none;
	}	

li{
	display:list-item;
	}	
	

/* form 3 */

	#form3{
		margin:1em 0;
		background:url(/images/form_bg.jpg) no-repeat 0 0;
		width:542px;
		height:364px; /* fixed size (envelope graphic) */
		overflow:hidden;
		}
	#form3 h3#oculto{display:none;}	
	#form3 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		margin-left:34px;
		padding-top:75px;
		}	
	#form3 fieldset.last{
		width:254px;
		margin-left:17px;
		}				
	#form3 legend{display:none;}	
	#form3 p{margin:0 0;}	
	#form3 label{display:block;}	
	#form3 input, 
        #form3 textarea{		
		width:192px;
		border:1px solid #ddd;
		background:#fff url(/images/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form3 textarea{
		width:246px;
		height:200px;
		overflow:auto;
		}					
	#form3 p.submit{
		margin:0 34px;
		clear:both;
		position:relative;
		}	
	#form3 button{
		padding:0;
		position:absolute;
		left:10px;
		top:-1.5em;
		width:120px;
		height:50px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background:url(/images/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		}				

/* // form 3 */