@media screen {
/************************************************/  
/* CSS 2.0 CONTACTSHOES.COM                     */
/* @file: delegaciones.css                      */
/* @date: FEBRUARY 2009 [REDISEŅO]              */
/* @author: netconsulting                       */
/* @email: jflillo@netconsulting.es             */
/* @url: www.netconsulting.es                   */
/************************************************/   

	#column-left, #column-right{
		float:left;
		width:360px;
		margin-left:10px;
	}
	
	.title_h2, .title_h3{ width:340px; background:url(../images/bg_title_h2-2.jpg) no-repeat top left; }
	

	
	
	dt{ 
		background:url(../images/bullet_contact.jpg) no-repeat top left;
		margin-top:5px;
		padding-left:20px;
		padding-bottom:2px;
		font-weight:bold;
	}
	
		dd{
			margin-left:20px;
			
		}
		
			dd a{
				color:#9b2229;
				border-bottom:1px dotted;
			}
			
				dd a:hover{
					
				}
			
			dd.phone{ 
				background:url(../images/phone.jpg) no-repeat top left;
				margin-top:5px;
				padding-left:20px;
				padding-bottom:2px;
			}	
			
			dd.fax{ 
				background:url(../images/fax.jpg) no-repeat top left;
				margin-top:5px;
				padding-left:20px;
				padding-bottom:2px;
			}	
			
			dd.mail{ 
				background:url(../images/mail.jpg) no-repeat top left;
				margin-top:5px;
				padding-left:20px;
				padding-bottom:2px;
			}	
	
	.p_general{clear:both;}
	
		.p_general label span{ 
			float:left;
			width:75px;
		}
		
			.p_general input, .p_general textarea{
				width:238px;
				background-color:#f3f3f2;
				border:1px solid #aaa;
				font-size:100%;
				padding:2px;
			}
			
			.p_general textarea{ font-size:120%;}
			
				.p_general input:hover, .p_general textarea:hover{
					color:#9b2229;
					background-color:#fff;
					border:1px solid;
				}
				
			.p_submit { float:right;}
			
			.p_submit input{
				background:url(../images/bt_season2.jpg) no-repeat bottom center;
				border:0;
				color:#fff;
				font-size:100%;
				float:right;
				width:75px;
				height:30px;
			}
			
				.p_submit input:hover{color:#9b2229;}
				
			
			
			.error{
				padding:5px;
				margin-right:10px;
				background-color:#ffccff;
				margin-bottom:20px;
				border:1px solid #eee;
			}	
				.error li{ 
					margin-bottom:3px;
					list-style:inside;
				}
				
			
			.succes{
				padding:5px;
				margin-right:10px;
				background-color:#effeec;
				margin-bottom:20px;
				border:1px solid #eee;
			}	
				
		
		

}