/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #151514;
	background-color: #F5F5F5;
	}
.topOnline {
	background-color: #242424;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenido {
    width: 100%;
    float: left;
    background-color: #242424;
    border-bottom: 5px solid #177242;
}
.contenido02 {
    width: 100%;
    float: left;
}

.contenedor01 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
}
.contenedor03 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}
.contenedor01 .video {
    width: 100%;
    float: left;
    padding: 10px;
}
video_container {
    max-width: 1000px;
    max-height: 800px;
}

.contenedor01 .telefono {
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
}
.video-responsive {
    position: relative;
    padding-bottom: 53.2%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contenedor01 .telefono h1 {
    color: #FFFFFF;
    padding-bottom: 5px;
}
.datosUsuario {
    text-align: center;
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 16px;
}
.contenidoOfertas {
    width: 100%;
    float: left;
}
#boxPedigree {
    width: 100%;
    float: left;
    text-align: center;
}
#boxPedigree img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
a {
    text-shadow: 0px 0px;
    color: #FF0004;
    text-decoration: none;
    font-weight: bold;
}
h1{
	font-size: 36px;
}
