@charset "utf-8";
/* CSS Document */

/* ################# FORMATAÇÃO PARA A PÁGINA HORÁRIO RODOVIÁRIOS #################### */

/* Zerando alguns atributos padroes do css */
* {margin: 0; padding: 0; border: 0 none; list-style-type: none; text-decoration:none;}

/* Formatação para a ESTRUTURA */
#container_espaco_evento {width:1000px; float:left;} /* abriga a col_esq e col_centro flutuando à esquerda */
#col_esq_espaco_evento {width:360px; float:left;} /* coluna esquerda */
#col_centro_espaco_evento {width:640px; float:left;} /* coluna centro */

/* Formatação para a COLUNA ESQUERDA */
#texto_espaco_evento {width:360px; float:left;}
#texto_espaco_evento img {margin:0 0 10px 10px;}
#texto_espaco_evento p {font:12px Tahoma, Geneva, sans-serif; color:#606060; margin:10px 20px 10px 10px;}
#texto_espaco_evento h2 {font:21px Tahoma, Geneva, sans-serif; color:#3396B3; margin:20px 0 10px 10px;}


/* Formatação para a COLUNA CENTRAL */

#formulario_evento {width:630px; float:left; margin:0 0 0 10px;}
#formulario_evento p {font:13px Tahoma, Geneva, sans-serif; color:#606060; clear:both;}
#formulario_evento span {font:13px Tahoma, Geneva, sans-serif; color:#606060;}
#formulario_evento hr {border:1px solid #ccc; margin:15px 0 0 0;}
#formulario_evento .form_evento {width:480px; float:left;}
#formulario_evento .form_evento input {width:397px; height:29px; font:21px Tahoma, Geneva, sans-serif; color:#000000; border:1px solid #ccc; margin:2px 0 10px 0; padding-top:3px; padding-left:3px;}
#formulario_evento .form_evento textarea {width:400px; height:130px; font:14px Tahoma, Geneva, sans-serif; color:#000000; border:1px solid #ccc;}
#formulario_evento .form_evento button {background-color:#ffffff; margin:15px 0 10px 150px; cursor:pointer;}
#formulario_evento .form_evento select {width:190px; height:30px; border:1px solid #ccc; padding-top:5px;}
#formulario_evento .form_evento h6 {font:bold 16px Tahoma, Geneva, sans-serif; color:#3396B3; margin:15px 0 10px 0;}
.input_data_dia {width:42px !important; height:32px !important; padding-top:3px; padding-left:3px;}
.input_data_ano {width:62px !important; height:32px !important; padding-top:3px; padding-left:3px;}
.input_ddd_evento {width:40px !important; height:30px;}
.input_tel_evento {width:200px !important; height:30px;}
.input_radio_evento {width:15px !important; height:15px !important; margin:20px 0 0 0 !important;}
.alinha_preferencia_evento {width:200px; height:35px; float:left; margin:0 20px 20px 0;}
.alinha_preferencia_evento p {display:inline !important; margin:0 0 0 10px !important;}
.alinha_select {width:210px; height:60px; float:left;}
.alinha_datas {width:130px; float:left;}
